Gopal V created HIVE-18676:
------------------------------
Summary: Usability: Better warnings for Unicode single quotes
Key: HIVE-18676
URL: https://issues.apache.org/jira/browse/HIVE-18676
Project: Hive
Issue Type: Bug
Components: Parser
Reporter: Gopal V
The warning for
{code}
select d_date as ‘date’ from date_dim;
{code}
is hard to locate than it should be.
{code}
Error: Error while compiling statement: FAILED: ParseException line 1:18 cannot
recognize input near 'as' 'date' 'from' in selection target
(state=42000,code=40000)
{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)