Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/24101 )
Change subject: IMPALA-14836: Fix cloning Iceberg V3 tables ...................................................................... IMPALA-14836: Fix cloning Iceberg V3 tables Before this patch, cloning (CREATE TABLE LIKE) Iceberg V3 tables did not work properly: * it didn't preserve the format-version * hidden row lineage columns were added as regular columns This patch fixes the above issues in CatalogOpExecutor.createTableLike() Testing * e2e tests added Change-Id: Icd55f3e6e3659004f637ceb875c240ae315fb7cb Generated-by: Claude Sonnet 4.6 Reviewed-on: http://gerrit.cloudera.org:8080/24101 Reviewed-by: Impala Public Jenkins <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M fe/src/main/java/org/apache/impala/service/CatalogOpExecutor.java M testdata/workloads/functional-query/queries/QueryTest/iceberg-v3-basic.test 2 files changed, 49 insertions(+), 1 deletion(-) Approvals: Impala Public Jenkins: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/24101 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: Icd55f3e6e3659004f637ceb875c240ae315fb7cb Gerrit-Change-Number: 24101 Gerrit-PatchSet: 5 Gerrit-Owner: Zoltan Borok-Nagy <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Noemi Pap-Takacs <[email protected]> Gerrit-Reviewer: Peter Rozsa <[email protected]> Gerrit-Reviewer: Zoltan Borok-Nagy <[email protected]>
