[
https://issues.apache.org/jira/browse/TAJO-263?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13922372#comment-13922372
]
Hyunsik Choi commented on TAJO-263:
-----------------------------------
This issue should be resolved by quoted identifier working in TAJO-644.
> 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.2#6252)