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 2021/08/05 16:14:00 UTC

[jira] [Resolved] (IMPALA-10735) INSERT INTO Iceberg table fails during INSERT event generation

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

Zoltán Borók-Nagy resolved IMPALA-10735.
----------------------------------------
    Fix Version/s: Impala 4.0.0
       Resolution: Fixed

> INSERT INTO Iceberg table fails during INSERT event generation
> --------------------------------------------------------------
>
>                 Key: IMPALA-10735
>                 URL: https://issues.apache.org/jira/browse/IMPALA-10735
>             Project: IMPALA
>          Issue Type: Bug
>          Components: Catalog
>            Reporter: Zoltán Borók-Nagy
>            Assignee: Zoltán Borók-Nagy
>            Priority: Major
>              Labels: impala-iceberg
>             Fix For: Impala 4.0.0
>
>
> INSERT INTO Iceberg table is broken when we use INSERT events.
> We get a NullPointerException for partitioned tables here:
> [https://github.com/apache/impala/blob/0c89a9cf0f2b642ca214e4fa68eeea9bc32ef3af/fe/src/main/java/org/apache/impala/service/CatalogOpExecutor.java#L4953]
> Repro:
> {noformat}
> create table test_ice (i int, p int) partition by spec (p bucket 5) stored as iceberg;
> insert into test_ice values (1, 2);
> {noformat}
> Since Hive Replication doesn't work for Iceberg tables yet it's probably better to disable INSERT events for Iceberg tables.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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