feat: unify data stats and partition values in DataSkippingFilter#1948
Open
DrakeLin wants to merge 2 commits intodelta-io:mainfrom
Open
feat: unify data stats and partition values in DataSkippingFilter#1948DrakeLin wants to merge 2 commits intodelta-io:mainfrom
DrakeLin wants to merge 2 commits intodelta-io:mainfrom
Conversation
This was referenced Feb 25, 2026
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #1948 +/- ##
==========================================
- Coverage 86.53% 86.45% -0.08%
==========================================
Files 147 147
Lines 45547 45802 +255
Branches 45547 45802 +255
==========================================
+ Hits 39414 39599 +185
- Misses 4471 4540 +69
- Partials 1662 1663 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
f7b29dd to
d8c2ddf
Compare
c29e550 to
0cac46f
Compare
71ee728 to
46ce3ac
Compare
37ed3f0 to
98afd42
Compare
98afd42 to
1733c63
Compare
1733c63 to
4c1e6b5
Compare
DrakeLin
commented
Mar 4, 2026
| Ok(()) | ||
| } | ||
|
|
||
| // Validates partition-based data skipping works end-to-end against a real UC table. |
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.
🥞 Stacked PR
Use this link to review incremental changes.
What changes are proposed in this pull request?
Restructure
DataSkippingFilterto combine data stats and partition values into a unified schema ({ stats_parsed, partitionValues_parsed }) for predicate evaluation.Enables usage of
partitionValues_parsedHow was this change tested?