You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similar to #1720 , we should push down the dereference expressions in the Iceberg connector.
Iceberg provides dotted name-based access to sub columns (e.g. string "a.b" to get the nested field id), so the implementation should be simpler compared to hive connector. I'm working on some refactoring in hive connector to extract out common code that can be reused for Iceberg connector dereference pushdown.
The text was updated successfully, but these errors were encountered:
Similar to #1720 , we should push down the dereference expressions in the Iceberg connector.
Iceberg provides dotted name-based access to sub columns (e.g. string "a.b" to get the nested field id), so the implementation should be simpler compared to hive connector. I'm working on some refactoring in hive connector to extract out common code that can be reused for Iceberg connector dereference pushdown.
The text was updated successfully, but these errors were encountered: