deniskuzZ commented on code in PR #6224:
URL: https://github.com/apache/hive/pull/6224#discussion_r2675412613
##########
iceberg/iceberg-handler/src/test/results/positive/variant_type_filter.q.out:
##########
@@ -95,19 +282,20 @@ STAGE PLANS:
Map 1
Map Operator Tree:
TableScan
- alias: variant_filter_basic
- filterExpr: (try_variant_get(data, '$.age', 'int') >= 30)
(type: boolean)
- 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
Review Comment:
Expected projection with select and filter columns pushdown
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]