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

bug: Add some missing field in row group metadata: ordinal, total co… #4636

Merged
merged 7 commits into from
Aug 8, 2023

Conversation

liurenjie1024
Copy link
Contributor

Which issue does this PR close?

Closes #4610.

Rationale for this change

This is important for readers to split parquet into different parts, missing them may lead to bug.

What changes are included in this PR?

Are there any user-facing changes?

No.

@github-actions github-actions bot added the parquet Changes to the parquet crate label Aug 3, 2023
@liurenjie1024 liurenjie1024 changed the title feat: Add some missing field in row group metadata: ordinal, total co… bug: Add some missing field in row group metadata: ordinal, total co… Aug 4, 2023
parquet/src/file/writer.rs Outdated Show resolved Hide resolved
@tustvold tustvold added the api-change Changes to the arrow API label Aug 4, 2023
parquet/src/file/writer.rs Outdated Show resolved Hide resolved
@liurenjie1024
Copy link
Contributor Author

cc @tustvold Any other comments?

@tustvold tustvold merged commit eb8edc4 into apache:master Aug 8, 2023
16 checks passed
@tustvold
Copy link
Contributor

tustvold commented Aug 8, 2023

Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api-change Changes to the arrow API parquet Changes to the parquet crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bug: Parquet writer missing row group metadata fields such as compressed_size, file offset.
2 participants