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

Boglarka Egyed resolved IMPALA-11455.
-------------------------------------
    Resolution: Not A Bug

> 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: Li Penglin
>            Priority: Major
>              Labels: impala-iceberg
>
> {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)

Reply via email to