Incorrect mbiguous column reference error message
-------------------------------------------------
Key: HIVE-1140
URL: https://issues.apache.org/jira/browse/HIVE-1140
Project: Hadoop Hive
Issue Type: Bug
Affects Versions: 0.5.0, 0.6.0
Reporter: Paul Yang
Assignee: Paul Yang
Priority: Minor
Whenever there is an ambiguous column name reference, the error message does
not reference the proper column.
{code}
hive> FROM (SELECT key, concat(value) AS key FROM src) a SELECT a.key;
FAILED: Error in semantic analysis: line 1:25 Ambiguous Column Reference value
{code}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.