[
https://issues.apache.org/jira/browse/HIVE-1140?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Zheng Shao updated HIVE-1140:
-----------------------------
Resolution: Fixed
Fix Version/s: 0.6.0
0.5.0
Release Note: HIVE-1140. Fix incorrect ambiguous column reference error
message. (Paul Yang via zshao)
Hadoop Flags: [Reviewed]
Status: Resolved (was: Patch Available)
Committed to both trunk and branch-0.5. Thanks Paul!
> Incorrect ambiguous 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
> Fix For: 0.5.0, 0.6.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.