You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tajo.apache.org by "Keuntae Park (JIRA)" <ji...@apache.org> on 2013/10/17 13:37:42 UTC

[jira] [Updated] (TAJO-263) Non-ASCII column alias name causes error

     [ 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)