Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/24397 )
Change subject: IMPALA-15071: Allow setting format-version=3 in ALTER TABLE CONVERT TO ...................................................................... IMPALA-15071: Allow setting format-version=3 in ALTER TABLE CONVERT TO We should allow setting format-version=3 in ALTER TABLE CONVERT TO now that we are supporting Iceberg V3 tables. Iceberg V4 is still rejected by Impala (Iceberg library would allow it). Testing * unit test * e2e test Change-Id: Id7222888ae7ca21139b3df92600c7465903dc83f Reviewed-on: http://gerrit.cloudera.org:8080/24397 Reviewed-by: Impala Public Jenkins <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M fe/src/main/java/org/apache/impala/analysis/ConvertTableToIcebergStmt.java M fe/src/main/java/org/apache/impala/catalog/IcebergTable.java M fe/src/test/java/org/apache/impala/analysis/AnalyzeStmtsTest.java M testdata/workloads/functional-query/queries/QueryTest/iceberg-migrate-from-external-hdfs-tables.test 4 files changed, 17 insertions(+), 6 deletions(-) Approvals: Impala Public Jenkins: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/24397 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: Id7222888ae7ca21139b3df92600c7465903dc83f Gerrit-Change-Number: 24397 Gerrit-PatchSet: 5 Gerrit-Owner: Zoltan Borok-Nagy <[email protected]> Gerrit-Reviewer: Csaba Ringhofer <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Zoltan Borok-Nagy <[email protected]>
