Keuntae Park created TAJO-263:
---------------------------------
Summary: 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)