[ 
https://issues.apache.org/jira/browse/IMPALA-11303?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Vivek Sharma updated IMPALA-11303:
----------------------------------
    Description: 
{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. See attachment

We should raise an exception instead and let user know upfront

 

  was:
{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

 


> 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
>            Priority: Major
>              Labels: impala-iceberg
>         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. See attachment
> We should raise an exception instead and let user know upfront
>  



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to