Ye Zihao created IMPALA-12704:
---------------------------------
Summary: 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
{code:java}
[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)