Zoltan Borok-Nagy has uploaded this change for review. ( 
http://gerrit.cloudera.org:8080/18563


Change subject: IMPALA-11302, IMPALA-11303: Fix error handling of external 
Iceberg tables
......................................................................

IMPALA-11302, IMPALA-11303: Fix error handling of external Iceberg tables

IMPALA-11302: Improve error message for CREATE EXTERNAL TABLE iceberg
command

The error message complained about failed table loading. The new
error message is more precise, and also notifies the user to use
plain 'CREATE TABLE' for creating new Iceberg tables.

IMPALA-11303: Exception is not raised for Iceberg DDL that misses
LOCATION clause

We returned the error in the result summary. Instead of that now
we raise an error, and also notify  the user about how to create
new Iceberg tables.

Testing:
 * e2e tests

Change-Id: I659115cc97a1a00e1ddf3fbb7dbe1f286bf1edcf
---
M fe/src/main/java/org/apache/impala/analysis/CreateTableStmt.java
M testdata/workloads/functional-query/queries/QueryTest/iceberg-create.test
M testdata/workloads/functional-query/queries/QueryTest/iceberg-negative.test
3 files changed, 35 insertions(+), 9 deletions(-)



  git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/63/18563/1
--
To view, visit http://gerrit.cloudera.org:8080/18563
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I659115cc97a1a00e1ddf3fbb7dbe1f286bf1edcf
Gerrit-Change-Number: 18563
Gerrit-PatchSet: 1
Gerrit-Owner: Zoltan Borok-Nagy <borokna...@cloudera.com>

Reply via email to