Zoltan Borok-Nagy has uploaded this change for review. ( http://gerrit.cloudera.org:8080/17207
Change subject: IMPALA-10597: Enable setting Iceberg table properties ...................................................................... IMPALA-10597: Enable setting Iceberg table properties Currently we prohibit setting the following properties: * iceberg.catalog * iceberg.catalog_location * iceberg.file_format * icceberg.table_identifier Impala needs these properties to be able to correctly use the table. However, if the table was created by an other engine, e.g. by Hive, then the table won't have these properties. Therefore to make such tables usable, this patch allows setting the above properties. Testing: * added e2e test Change-Id: I4b3506be4562a1ace3e6435867aadb3bdde7a8e2 --- M fe/src/main/java/org/apache/impala/analysis/AlterTableSetTblProperties.java M testdata/workloads/functional-query/queries/QueryTest/iceberg-alter.test M testdata/workloads/functional-query/queries/QueryTest/iceberg-negative.test 3 files changed, 16 insertions(+), 24 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/07/17207/1 -- To view, visit http://gerrit.cloudera.org:8080/17207 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I4b3506be4562a1ace3e6435867aadb3bdde7a8e2 Gerrit-Change-Number: 17207 Gerrit-PatchSet: 1 Gerrit-Owner: Zoltan Borok-Nagy <[email protected]>
