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

Fix reporting of row group size by parquet writer #17425

Merged
merged 1 commit into from
May 11, 2023

Conversation

raunaqmorarka
Copy link
Member

@raunaqmorarka raunaqmorarka commented May 10, 2023

Description

Output of parquet-tools meta
Before
Row group 25: count: 2240892 26.32 B records start: 1479039171 total(compressed): 56.243 MB total(uncompressed):56.243 MB

After
Row group 25: count: 2244256 26.34 B records start: 1479178837 total(compressed): 56.370 MB total(uncompressed):167.418 MB

Additional context and related issues

Release notes

(x) This is not user-visible or docs only and no release notes are required.
( ) Release notes are required, please propose a release note for me.
( ) Release notes are required, with the following suggested text:

# Section
* Fix some things. ({issue}`issuenumber`)

Output of parquet-tools
Before
Row group 25:  count: 2240892  26.32 B records  start: 1479039171  total(compressed): 56.243 MB total(uncompressed):56.243 MB

After
Row group 25:  count: 2244256  26.34 B records  start: 1479178837  total(compressed): 56.370 MB total(uncompressed):167.418 MB
@cla-bot cla-bot bot added the cla-signed label May 10, 2023
@raunaqmorarka raunaqmorarka requested a review from sopel39 May 10, 2023 06:40
@raunaqmorarka raunaqmorarka merged commit decd761 into trinodb:master May 11, 2023
@raunaqmorarka raunaqmorarka deleted the fix-row-group-size branch May 11, 2023 02:52
@github-actions github-actions bot added this to the 418 milestone May 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

2 participants