-
Notifications
You must be signed in to change notification settings - Fork 3k
Add ParquetFileMerger for efficient row-group level file merging #14435
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
Open
shangxinli
wants to merge
21
commits into
apache:main
Choose a base branch
from
shangxinli:rewrite_data_files2
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+2,394
−12
Open
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
7f2d5b0
Add ParquetFileMerger for efficient row-group level file merging
shangxinli fa1d073
Address feedbacks
shangxinli 7a34353
Address feedbacks for second round
shangxinli c150887
Address comments round 3
shangxinli c593e9e
Trigger CI
shangxinli c71b419
Add row lineage preservation to ParquetFileMerger with binpack-compat…
shangxinli 4ddb5b4
Address feedback of adding row_id support
shangxinli 4130a79
Address feedback for another round
shangxinli 4e4874e
Address comments for another round
shangxinli eabaa0d
Address another round of feedbacks
shangxinli 55aa295
Merge branch 'main' into rewrite_data_files2
shangxinli 047f9b6
Address feedback for another round
shangxinli 0709582
Simplify ParquetFileMerger API to accept DataFile objects
shangxinli cdc322d
Initialize columnIndexTruncateLength internally in ParquetFileMerger
shangxinli 853fd19
Address review feedback: refactor ParquetFileMerger API and validation
shangxinli 4c4f2cb
Refactor ParquetFileMerger API to return MessageType
shangxinli aa5fc36
Address review feedback: optimize validation and file I/O
shangxinli 5962e74
Address review feedback
shangxinli 2eca995
Refactor SparkParquetFileMergeRunner to pass RewriteFileGroup to exec…
shangxinli 45b0197
Inline ParquetFileReader in try-with-resources block
shangxinli 3194f1e
Address pvary's review comments on ParquetFileMerger PR
shangxinli File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.