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

Peter Rozsa reassigned IMPALA-14232:
------------------------------------

    Assignee: Nándor Kollár  (was: Daniel Becker)

> AnalysisException when reading Iceberg table containing array with DELETE 
> files
> -------------------------------------------------------------------------------
>
>                 Key: IMPALA-14232
>                 URL: https://issues.apache.org/jira/browse/IMPALA-14232
>             Project: IMPALA
>          Issue Type: Bug
>          Components: Frontend
>            Reporter: Daniel Becker
>            Assignee: Nándor Kollár
>            Priority: Major
>              Labels: impala-iceberg, impala-iceberg-active-backlog
>
> When an Iceberg table contains an array and the table has delete files, 
> reading from it fails:
> {code:java}
> create table tdelcoll (i int, a array<int>) stored as iceberg 
> tblproperties('format-version'='2');
> from Hive: insert into tdelcoll values (1, array(2,3));
> from Hive: insert into tdelcoll values (2, array(3,4)), (3, array(4,5));
> delete from tdelcoll where i=2;
> select item from tdelcoll.a;
> result: AnalysisException: Could not resolve column/field reference: 
> 'tdelcoll.a.input_file_name'
> {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]

Reply via email to