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)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]