Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Resolved
-
None
-
None
-
ghx-label-12
Description
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
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.