[
https://issues.apache.org/jira/browse/HIVE-1140?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Carl Steinbach updated HIVE-1140:
---------------------------------
Component/s: Query Processor
Affects Version/s: (was: 0.6.0)
(was: 0.5.0)
Fix Version/s: (was: 0.6.0)
> Incorrect ambiguous column reference error message
> --------------------------------------------------
>
> Key: HIVE-1140
> URL: https://issues.apache.org/jira/browse/HIVE-1140
> Project: Hadoop Hive
> Issue Type: Bug
> Components: Query Processor
> Reporter: Paul Yang
> Assignee: Paul Yang
> Priority: Minor
> Fix For: 0.5.0
>
> Attachments: HIVE-1140.1.patch, HIVE-1140.branch-0.5.1.patch
>
>
> 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.