You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Carl Steinbach (JIRA)" <ji...@apache.org> on 2011/07/27 01:23:09 UTC

[jira] [Updated] (HIVE-26) [Hive] uppercase alias with a join not working

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

Carl Steinbach updated HIVE-26:
-------------------------------

    Fix Version/s: 0.3.0

> [Hive] uppercase alias with a join not working
> ----------------------------------------------
>
>                 Key: HIVE-26
>                 URL: https://issues.apache.org/jira/browse/HIVE-26
>             Project: Hive
>          Issue Type: Bug
>          Components: Query Processor
>            Reporter: Namit Jain
>            Assignee: Namit Jain
>             Fix For: 0.3.0
>
>
> EXPLAIN FROM 
> (SELECT src.* FROM src) x
> JOIN 
> (SELECT src.* FROM src) Y
> ON (x.key = Y.key)
> SELECT Y.*;

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira