You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "LiPenglin (Jira)" <ji...@apache.org> on 2022/07/25 11:18:00 UTC

[jira] [Created] (IMPALA-11455) column option NOT NULL doesn't work on Iceberg tables

LiPenglin created IMPALA-11455:
----------------------------------

             Summary: column option NOT NULL doesn't work on Iceberg tables
                 Key: IMPALA-11455
                 URL: https://issues.apache.org/jira/browse/IMPALA-11455
             Project: IMPALA
          Issue Type: Bug
            Reporter: LiPenglin


{code:java}
create table ice_only_part_nn (i int NOT NULL, i1 int, i2 int)
partitioned by spec (i)
stored as iceberg;

insert into ice_only_part_nn values (null,2,3);
Modified 1 row(s) in 0.41s {code}
Maybe we should keep 'stored as iceberg' and 'stored as parquet' consistent, throw AnalysisException: Unsupported column options for file format 'ICEBERG'



--
This message was sent by Atlassian Jira
(v8.20.10#820010)