Peter Rozsa has uploaded this change for review. ( 
http://gerrit.cloudera.org:8080/24277


Change subject: IMPALA-14952: Fix non-clustering column listing for Iceberg V3 
tables
......................................................................

IMPALA-14952: Fix non-clustering column listing for Iceberg V3 tables

This change fixes 'collectExprs' in HdfsTableSink that refers to
non-clustering columns as a sublist in the registered target
expressions. Hidden columns added for Iceberg V3 tables are listed as
non-clustering columns and it causes index out-of-bound errors during
the subList call.

Change-Id: I341b46737431f090f99c8324a37ba682c45c0df0
---
M fe/src/main/java/org/apache/impala/analysis/ColumnLineageGraph.java
M fe/src/main/java/org/apache/impala/catalog/IcebergTable.java
M fe/src/main/java/org/apache/impala/catalog/local/LocalIcebergTable.java
3 files changed, 33 insertions(+), 4 deletions(-)



  git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/77/24277/1
--
To view, visit http://gerrit.cloudera.org:8080/24277
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I341b46737431f090f99c8324a37ba682c45c0df0
Gerrit-Change-Number: 24277
Gerrit-PatchSet: 1
Gerrit-Owner: Peter Rozsa <[email protected]>
Gerrit-Reviewer: Peter Rozsa <[email protected]>
Gerrit-Reviewer: Zoltan Borok-Nagy <[email protected]>

Reply via email to