Peter Rozsa has uploaded a new patch set (#3). ( 
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.

Tests
 - new test added to test_lineage custom cluster test.

Change-Id: I341b46737431f090f99c8324a37ba682c45c0df0
---
M fe/src/main/java/org/apache/impala/analysis/ColumnLineageGraph.java
M fe/src/main/java/org/apache/impala/catalog/FeIcebergTable.java
M fe/src/main/java/org/apache/impala/catalog/IcebergTable.java
M fe/src/main/java/org/apache/impala/catalog/local/LocalIcebergTable.java
M tests/custom_cluster/test_lineage.py
5 files changed, 73 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/77/24277/3
--
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: newpatchset
Gerrit-Change-Id: I341b46737431f090f99c8324a37ba682c45c0df0
Gerrit-Change-Number: 24277
Gerrit-PatchSet: 3
Gerrit-Owner: Peter Rozsa <[email protected]>
Gerrit-Reviewer: Impala Public Jenkins <[email protected]>
Gerrit-Reviewer: Peter Rozsa <[email protected]>
Gerrit-Reviewer: Zoltan Borok-Nagy <[email protected]>

Reply via email to