You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by "Ajantha Bhat (Jira)" <ji...@apache.org> on 2020/05/11 05:27:00 UTC

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

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

Ajantha Bhat resolved CARBONDATA-3810.
--------------------------------------
    Fix Version/s: 2.0.0
       Resolution: Fixed

> 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
>            Priority: Major
>             Fix For: 2.0.0
>
>          Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> [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)