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

Kunal Kapoor resolved CARBONDATA-3933.
--------------------------------------
    Fix Version/s: 2.1.0
       Resolution: Fixed

> insert, desc throws error when the column name contains special character
> -------------------------------------------------------------------------
>
>                 Key: CARBONDATA-3933
>                 URL: https://issues.apache.org/jira/browse/CARBONDATA-3933
>             Project: CarbonData
>          Issue Type: Bug
>            Reporter: Akash R Nilugal
>            Priority: Minor
>             Fix For: 2.1.0
>
>          Time Spent: 3.5h
>  Remaining Estimate: 0h
>
> insert, desc throws error when the column name contains special character
> sql("drop table if exists special_char")
>     sql("create table special_char(`i#d` string, `nam(e` string,`ci)&#@!ty` 
> string,`a\be` int, `ag!e` float, `na^me1` Decimal(8,4)) stored as carbondata")
>     sql("insert into special_char values('1','joey','hud', 2, 2.2, 2.3456)")
>     checkAnswer(sql("select * from special_char"), Seq(Row("1","joey","hud", 
> 2, 2.2, 2.3456)))



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

Reply via email to