You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Paul Yang (JIRA)" <ji...@apache.org> on 2010/02/08 22:09:27 UTC

[jira] Updated: (HIVE-1140) Incorrect ambiguous column reference error message

     [ https://issues.apache.org/jira/browse/HIVE-1140?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paul Yang updated HIVE-1140:
----------------------------

    Summary: Incorrect ambiguous column reference error message  (was: Incorrect mbiguous column reference error message)

> 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
>
> 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.