cli adds a new line at the beginning of every query
---------------------------------------------------
Key: HIVE-534
URL: https://issues.apache.org/jira/browse/HIVE-534
Project: Hadoop Hive
Issue Type: Bug
Components: Clients
Affects Versions: 0.2.0, 0.3.0, 0.3.1, 0.4.0
Reporter: Raghotham Murthy
Assignee: Raghotham Murthy
Priority: Minor
Fix For: 0.4.0
this results in error messages always specify a line which is one more than the
actual error.
hive> select count* from abc;
FAILED: Parse Error: line 2:14 cannot recognize input 'from' in expression
specification
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.