-
Notifications
You must be signed in to change notification settings - Fork 2.5k
chore: [DNM] Release 1.1.1 rc2 upstream #17577
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
Closed
nsivabalan
wants to merge
36
commits into
apache:release-1.1.0
from
nsivabalan:release-1.1.1-rc2-upstream
Closed
chore: [DNM] Release 1.1.1 rc2 upstream #17577
nsivabalan
wants to merge
36
commits into
apache:release-1.1.0
from
nsivabalan:release-1.1.1-rc2-upstream
Conversation
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
…lustering for partitions with only one left small file (apache#14087)
* feat: introduce pk filter push-down to base file --------- Signed-off-by: TheR1sing3un <[email protected]>
* perf: reduce unnecessary row group metadata loading --------- Signed-off-by: TheR1sing3un <[email protected]>
…e should the meta fields be eliminated (apache#14230) Signed-off-by: TheR1sing3un <[email protected]>
1. introduce pk filter to log file Signed-off-by: TheR1sing3un <[email protected]>
…ark test to avoid flaky tests (apache#14198) Signed-off-by: TheR1sing3un <[email protected]>
…ache#14287) --------- Co-authored-by: Pavithran Ravichandiran <[email protected]>
…rPushDown` (apache#14332) 1. push down pk filters to log file when spark enable `parquetFilterPushDown` The previous judgment logic was a typo error. Whether to push down depends on the `parquetFilterPushDown`, while whether to perform a record filter at the parquet level depends on the `parquetRecordFilterEnabled` Signed-off-by: TheR1sing3un <[email protected]>
…ion in the compaction plan (apache#14362) fix the metrics for file slice with filtered log files. --------- Signed-off-by: TheR1sing3un <[email protected]> Co-authored-by: danny0405 <[email protected]>
the corner case: the load instant range is contained within one of the archived file instant range. --------- Signed-off-by: TheR1sing3un <[email protected]> Co-authored-by: danny0405 <[email protected]>
…pache#13792) Co-authored-by: Y Ethan Guo <[email protected]>
…t action executor (apache#13590)
…pache#17477) --------- Co-authored-by: Y Ethan Guo <[email protected]>
Collaborator
yihua
reviewed
Dec 17, 2025
Contributor
yihua
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Closing the testing-only PR
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
Summary and Changelog
Impact
Risk Level
Documentation Update
Contributor's checklist