Vivek Sharma created IMPALA-11302:
-------------------------------------

             Summary: Improve error message for CREATE EXTERNAL TABLE iceberg 
command
                 Key: IMPALA-11302
                 URL: https://issues.apache.org/jira/browse/IMPALA-11302
             Project: IMPALA
          Issue Type: Improvement
          Components: Backend
            Reporter: Vivek Sharma
         Attachments: impala-icerberg-err.png

For the following DDL
{code:java}
create external table t4 (id int) stored as iceberg ; {code}
 

The error message appears incorrect and can be refined
{code:java}
ImpalaRuntimeException: Error making 'createTable' RPC to Hive Metastore: 
CAUSED BY: TableLoadingException: Failed to load Iceberg table with id: vsh.t4 
CAUSED BY: NoSuchTableException: Table does not exist: vsh.t4 {code}
 



--
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