[jira] [Created] (CARBONDATA-3810) Partition column name should be case insensitive

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (CARBONDATA-3810) Partition column name should be case insensitive

Akash R Nilugal (Jira)
David Cai created CARBONDATA-3810:
-------------------------------------

             Summary: Partition column name should be case insensitive
                 Key: CARBONDATA-3810
                 URL: https://issues.apache.org/jira/browse/CARBONDATA-3810
             Project: CarbonData
          Issue Type: Bug
            Reporter: David Cai


[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



--
This message was sent by Atlassian Jira
(v8.3.4#803005)