Andrew Sherman created IMPALA-8325:
--------------------------------------
Summary: Leading Unicode comments cause Impala Shell failure.
Key: IMPALA-8325
URL: https://issues.apache.org/jira/browse/IMPALA-8325
Project: IMPALA
Issue Type: Bug
Affects Versions: Impala 3.1.0
Reporter: Andrew Sherman
Assignee: Andrew Sherman
This is a regression introduced by IMPALA-2195 Improper handling of comments in
queries.
Running a query in impala-shell with a leading comment containing Unicode, will
cause failures:
{quote}
[localhost:21000] default> --한글
> select a from tab1;
Query: --한글
select a from tab1
Query submitted at: 2019-03-19 16:37:00 (Coordinator:
http://asherman-desktop:25000)
Unknown Exception : 'ascii' codec can't encode characters in position 2-3:
ordinal not in range(128)
{quote}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)