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:25:00 UTC

[jira] [Updated] (IMPALA-11408) ERROR IllegalStateException when INSERT INTO partitioned Iceberg table

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

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

> ERROR IllegalStateException when INSERT INTO partitioned Iceberg table 
> -----------------------------------------------------------------------
>
>                 Key: IMPALA-11408
>                 URL: https://issues.apache.org/jira/browse/IMPALA-11408
>             Project: IMPALA
>          Issue Type: Bug
>            Reporter: LiPenglin
>            Assignee: LiPenglin
>            Priority: Major
>              Labels: impala-iceberg
>             Fix For: Impala 4.2.0
>
>
> {code:java}
> CREATE TABLE ice_tbl_a(
>   level STRING,
>   event_time int,
>   register_time DATE
> ) PARTITIONED BY SPEC (level, TRUNCATE(10, level), event_time) STORED AS ICEBERG;
> insert into table ice_tbl_a(level) values('123');
> ERROR: IllegalStateException: null {code}
> Eventually the data should be written to `$DB/$TBL/data/level=123/level_trunc=123/event_time=__HIVE_DEFAULT_PARTITION__/xx_data.0. parq` instead of throwing an exception.



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