You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "Ye Zihao (Jira)" <ji...@apache.org> on 2024/01/12 01:29:00 UTC

[jira] [Assigned] (IMPALA-12704) NullPointerException occurs when quering metadata of empty Iceberg table

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

Ye Zihao reassigned IMPALA-12704:
---------------------------------

    Assignee: Ye Zihao

> NullPointerException occurs  when quering metadata of empty Iceberg table
> -------------------------------------------------------------------------
>
>                 Key: IMPALA-12704
>                 URL: https://issues.apache.org/jira/browse/IMPALA-12704
>             Project: IMPALA
>          Issue Type: Bug
>          Components: fe
>            Reporter: Ye Zihao
>            Assignee: Ye Zihao
>            Priority: Critical
>
> {code:sql}
> [4620ee0acf3b:21050] default> create table empty_ice_tbl (id int) stored as iceberg;
> Query: create table empty_ice_tbl (id int) stored as iceberg
> +-------------------------+
> | summary                 |
> +-------------------------+
> | Table has been created. |
> +-------------------------+
> Fetched 1 row(s) in 0.21s
> [4620ee0acf3b:21050] default> select * from default.empty_ice_tbl.entries;
> Query: select * from default.empty_ice_tbl.entries
> Query submitted at: 2024-01-11 10:51:05 (Coordinator: http://4620ee0acf3b:25000)
> Query state can be monitored at: http://4620ee0acf3b:25000/query_plan?query_id=544ab08315c17508:5d14118400000000
> ERROR: NullPointerException: null
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscribe@impala.apache.org
For additional commands, e-mail: issues-all-help@impala.apache.org