[
https://issues.apache.org/jira/browse/CARBONDATA-3933?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Akash R Nilugal updated CARBONDATA-3933:
----------------------------------------
Description:
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)))
was:insert, desc throws error when the column name contains special character
> 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
>
> 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)