Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
[Reproduce]
create table cs_insert_p
(id int, Name string)
stored as carbondata
partitioned by (c1 int, c2 int, C3 string)
insert into table cs_insert_p
partition(c1=3, C2=111, c3='2019-11-18')
select 200, 'cc'
It will throw NoSuchElementException: key not found: c2