HIVE-29354: Iceberg: [V3] Projection and Filter Pushdown for Shredded VARIANT Columns - #6224
Merged
Conversation
deniskuzZ
force-pushed
the
HIVE-29354
branch
from
December 13, 2025 11:50
1e01f4c to
6e4470d
Compare
deniskuzZ
force-pushed
the
HIVE-29354
branch
from
December 13, 2025 12:03
6e4470d to
d0f7120
Compare
deniskuzZ
marked this pull request as draft
December 13, 2025 12:06
deniskuzZ
force-pushed
the
HIVE-29354
branch
from
December 19, 2025 01:06
d0f7120 to
1f01361
Compare
deniskuzZ
force-pushed
the
HIVE-29354
branch
from
December 20, 2025 13:11
bfa86fd to
0626d16
Compare
deniskuzZ
force-pushed
the
HIVE-29354
branch
2 times, most recently
from
December 20, 2025 18:44
1eb0112 to
d7378c0
Compare
deniskuzZ
force-pushed
the
HIVE-29354
branch
from
December 21, 2025 17:17
d7378c0 to
20283a8
Compare
deniskuzZ
force-pushed
the
HIVE-29354
branch
from
December 22, 2025 19:13
20283a8 to
4dfadc3
Compare
deniskuzZ
commented
Jan 9, 2026
| Statistics: Num rows: 3 Data size: 1008 Basic stats: COMPLETE Column stats: NONE | ||
| alias: shredded_variant_ppd | ||
| filterExpr: variant_get(data, '$.address.city') is not null (type: boolean) | ||
| Pruned Column Paths: data.name, data.address.city |
Member
Author
There was a problem hiding this comment.
Expected projection with select and filter columns pushdown
difin
reviewed
Feb 5, 2026
difin
approved these changes
Feb 5, 2026
difin
left a comment
Contributor
There was a problem hiding this comment.
LGTM +1
Left a few minor comments.
|
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.



What changes were proposed in this pull request?
Added support for Projection and Filter Pushdown for Shredded VARIANT Columns
Why are the changes needed?
Read optimization
Does this PR introduce any user-facing change?
No
How was this patch tested?
/iceberg/iceberg-handler
mvn test -Dtest="TestVariant"
/itests/qtest-iceberg
mvn test -Dtest=TestIcebergCliDriver -Dqfile=variant_type_filter.q,variant_type_shredding.q
depends on #6152, #6263