You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Vivek Sharma (Jira)" <ji...@apache.org> on 2022/05/18 17:11:00 UTC

[jira] [Created] (IMPALA-11303) Exception is not raised for Iceberg DDL that misses LOCATION clause

Vivek Sharma created IMPALA-11303:
-------------------------------------

             Summary: Exception is not raised for Iceberg DDL that misses LOCATION clause
                 Key: IMPALA-11303
                 URL: https://issues.apache.org/jira/browse/IMPALA-11303
             Project: IMPALA
          Issue Type: Bug
            Reporter: Vivek Sharma
         Attachments: impala-err-2.png

{code:java}
CREATE EXTERNAL TABLE t7(
  level STRING
)
STORED AS ICEBERG
TBLPROPERTIES('iceberg.catalog'='hadoop.tables'); {code}
For the above DDL, the error message to include LOCATION shows in the result summary.

We should raise an exception instead and let user know upfront

 



--
This message was sent by Atlassian Jira
(v8.20.7#820007)