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:06:00 UTC

[jira] [Created] (IMPALA-11302) Improve error message for CREATE EXTERNAL TABLE iceberg command

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)