You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Zoltán Borók-Nagy (Jira)" <ji...@apache.org> on 2022/07/12 13:46:00 UTC

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

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

Zoltán Borók-Nagy resolved IMPALA-11302.
----------------------------------------
    Fix Version/s: Impala 4.2.0
       Resolution: Fixed

> 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: Bug
>          Components: Backend
>            Reporter: Vivek Sharma
>            Assignee: Zoltán Borók-Nagy
>            Priority: Major
>              Labels: impala-iceberg
>             Fix For: Impala 4.2.0
>
>         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.10#820010)