Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
-
Reviewed
-
HIVE-1140. Fix incorrect ambiguous column reference error message. (Paul Yang via zshao)
Description
Whenever there is an ambiguous column name reference, the error message does not reference the proper column.
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