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

Keuntae Park updated TAJO-263:
------------------------------

    Description: 
Currently, Tajo does not support non-ASCII name as a column alias

I tested a korean word as a column alias and got the following error:

{noformat}
tajo> select n_name as 이름 from nation_100;
ERROR: extraneous input 'from' expecting Identifier
LINE 1:20 select n_name as 이름 from nation_100
                    ^^^^
{noformat}


  was:
Currently, Tajo does not support non-ASCII name as a column alias

I tested a korean word as a column alias and got the following error:

{noformat}
tajo> select n_name as 이름 from nation_100;
ERROR: extraneous input 'from' expecting Identifier
LINE 1:20 select n_name as 이름 from nation_100
                              ^^^^
{noformat}



> Non-ASCII column alias name causes error
> ----------------------------------------
>
>                 Key: TAJO-263
>                 URL: https://issues.apache.org/jira/browse/TAJO-263
>             Project: Tajo
>          Issue Type: Bug
>            Reporter: Keuntae Park
>
> Currently, Tajo does not support non-ASCII name as a column alias
> I tested a korean word as a column alias and got the following error:
> {noformat}
> tajo> select n_name as 이름 from nation_100;
> ERROR: extraneous input 'from' expecting Identifier
> LINE 1:20 select n_name as 이름 from nation_100
>                     ^^^^
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.1#6144)

Reply via email to