Peter Rozsa created IMPALA-13035:
------------------------------------
Summary: Querying metadata tables from non-Iceberg tables throws
IllegalArgumentException
Key: IMPALA-13035
URL: https://issues.apache.org/jira/browse/IMPALA-13035
Project: IMPALA
Issue Type: Bug
Affects Versions: Impala 4.3.0
Reporter: Peter Rozsa
Assignee: Daniel Becker
If a query targets an Iceberg metadata table like default.xy.`files` and the xy
table is not an Iceberg table then the analyzer throws
IllegalArgumentException.
The main concern is that IcebergMetadataTable.java:isIcebergMetadataTable is
called before it's validated that the table is indeed an IcebergTable.
Example:
{code:java}
create table xy(a int);
select * from default.xy.`files`;{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]