Zoltan Borok-Nagy has uploaded this change for review. ( http://gerrit.cloudera.org:8080/16846
Change subject: IMPALA-10386: Don't allow PARTITION BY SPEC for non-Iceberg tables ...................................................................... IMPALA-10386: Don't allow PARTITION BY SPEC for non-Iceberg tables PARTITION BY SPEC is only valid for Iceberg tables so Impala should raise an error when it is used for non-Iceberg tables. Testing * added e2e test Change-Id: I6b3ec3e84476614cb11e801b6d89d84eb384dd43 --- M fe/src/main/java/org/apache/impala/analysis/CreateTableStmt.java M testdata/workloads/functional-query/queries/QueryTest/iceberg-negative.test 2 files changed, 11 insertions(+), 0 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/46/16846/1 -- To view, visit http://gerrit.cloudera.org:8080/16846 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I6b3ec3e84476614cb11e801b6d89d84eb384dd43 Gerrit-Change-Number: 16846 Gerrit-PatchSet: 1 Gerrit-Owner: Zoltan Borok-Nagy <[email protected]>
