You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Prasad Chakka (JIRA)" <ji...@apache.org> on 2009/03/10 23:39:50 UTC

[jira] Resolved: (HIVE-39) Hive: we should be able to specify a column without a table/alias name

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

Prasad Chakka resolved HIVE-39.
-------------------------------

    Resolution: Fixed

i think this is fixed quite some time ago

> Hive: we should be able to specify a column without a table/alias name
> ----------------------------------------------------------------------
>
>                 Key: HIVE-39
>                 URL: https://issues.apache.org/jira/browse/HIVE-39
>             Project: Hadoop Hive
>          Issue Type: Bug
>          Components: Query Processor
>            Reporter: Zheng Shao
>            Assignee: Ashish Thusoo
>
> "SELECT field1, field2 from table1" should work, just as "SELECT table1.field1, table1.field2 from table1" 
> For join, the situation will be a bit more complicated.  If the 2 join operands have columns of the same name, then we should output an "ambiguity" error.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.