Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use u32 metadata_len when parsing footer of parquet. #4599

Merged
merged 3 commits into from
Jul 31, 2023

Conversation

Berrysoft
Copy link
Contributor

Which issue does this PR close?

Closes #4592.

What changes are included in this PR?

Change the type of metadata_len from i32 to u32.

Are there any user-facing changes?

No. Users will be happier when opening huge parquet files.

@github-actions github-actions bot added the parquet Changes to the parquet crate label Jul 31, 2023
@tustvold tustvold merged commit b597a20 into apache:master Jul 31, 2023
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
parquet Changes to the parquet crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Footer parsing fails for very large parquet file.
2 participants