[jira] [Updated] (CARBONDATA-4036) When the ` character is present in column name, the table creation fails

Posted by Akash R Nilugal (Jira) on
URL: http://apache-carbondata-dev-mailing-list-archive.168.s1.nabble.com/jira-Updated-CARBONDATA-4036-When-the-character-is-present-in-column-name-the-table-creation-fails-tp102124.html


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

Akash R Nilugal updated CARBONDATA-4036:
----------------------------------------
    Description:
When the ` character is present in column name, the table creation fails

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), ```a``bc``!!d``` int) stored as carbondata" +
        " tblproperties('INVERTED_INDEX'='`a`bc`!!d`', 'SORT_COLUMNS'='`a`bc`!!d`')")

  was:When the ` character is present in column name, the table creation fails


> When the ` character is present in column name, the table creation fails
> ------------------------------------------------------------------------
>
>                 Key: CARBONDATA-4036
>                 URL: https://issues.apache.org/jira/browse/CARBONDATA-4036
>             Project: CarbonData
>          Issue Type: Bug
>            Reporter: Akash R Nilugal
>            Assignee: Akash R Nilugal
>            Priority: Minor
>
> When the ` character is present in column name, the table creation fails
> 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), ```a``bc``!!d``` int) stored as carbondata" +
>         " tblproperties('INVERTED_INDEX'='`a`bc`!!d`', 'SORT_COLUMNS'='`a`bc`!!d`')")



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