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 "Zoltán Borók-Nagy (Jira)" <ji...@apache.org> on 2022/10/25 09:23:00 UTC

[jira] [Updated] (IMPALA-11507) Impala cannot read Iceberg tables where DataFile is not under 'table location'

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

Zoltán Borók-Nagy updated IMPALA-11507:
---------------------------------------
    Fix Version/s: Impala 4.2.0

> Impala cannot read Iceberg tables where DataFile is not under 'table location'
> ------------------------------------------------------------------------------
>
>                 Key: IMPALA-11507
>                 URL: https://issues.apache.org/jira/browse/IMPALA-11507
>             Project: IMPALA
>          Issue Type: Bug
>            Reporter: LiPenglin
>            Assignee: LiPenglin
>            Priority: Major
>              Labels: impala-iceberg
>             Fix For: Impala 4.2.0
>
>
> step1:
> create Iceberg table 'ice_tbl', location is 'hdfs://localhost:20500/ice_tbl_x'
> step2:
> Using 'org.apache.iceberg.AppendFiles' to commit data
> 'hdfs://localhost:20500/ice_tbl_y/data/00001-1-486e37ac-0adc-4f32-b209-4ade2574d3c0-00004.parquet' to 'ice_tbl'
> step3:
> {code:java}
> create external table ice_tbl
> stored as iceberg
> location 'hdfs://localhost:20500/ice_tbl_x'
> tblproperties('iceberg.catalog' = 'hadoop.tables'); {code}
> step4:
> When we query 'ice_tbl', it will throw exception at https://github.com/apache/impala/blob/master/fe/src/main/java/org/apache/impala/catalog/FeIcebergTable.java#L513



--
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