perf: reduce unnecessary row group metadata loading#14208
Merged
Conversation
yihua
reviewed
Nov 5, 2025
yihua
reviewed
Nov 5, 2025
1. reduce unnecessary row group metadata loading Signed-off-by: TheR1sing3un <chaoyang@apache.org>
…dFileMetadataOnly` 1. rename `ParquetUtils#readMetadataWithSkipRowGroups` to `readFileMetadataOnly` Signed-off-by: TheR1sing3un <chaoyang@apache.org>
ce950aa to
1a2f3d6
Compare
danny0405
approved these changes
Nov 6, 2025
danny0405
left a comment
Contributor
There was a problem hiding this comment.
+1, nice improvement, currently the footer reading is always there to fetch the file schema, even if it is only the footer parsing cost improvement, still meaningful.
Collaborator
Member
Author
|
@danny0405 @yihua Hi, Danny, Ethan, are there any other suggestions? If not, let's land it first |
Contributor
|
This is a known flaky test: |
nsivabalan
pushed a commit
to nsivabalan/hudi
that referenced
this pull request
Dec 6, 2025
* perf: reduce unnecessary row group metadata loading --------- Signed-off-by: TheR1sing3un <chaoyang@apache.org>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Describe the issue this Pull Request addresses
closes #14207
Summary and Changelog
Impact
enhance parquet metadata related performance
Risk Level
none
Documentation Update
none
instruction to make changes to the website. -->
Contributor's checklist