You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Namit Jain (JIRA)" <ji...@apache.org> on 2008/12/03 23:29:44 UTC

[jira] Resolved: (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 ]

Namit Jain resolved HIVE-26.
----------------------------

    Resolution: Fixed

Was fixed as part of the big merge

> [Hive] uppercase alias with a join not working
> ----------------------------------------------
>
>                 Key: HIVE-26
>                 URL: https://issues.apache.org/jira/browse/HIVE-26
>             Project: Hadoop Hive
>          Issue Type: Bug
>          Components: Query Processor
>            Reporter: Namit Jain
>            Assignee: Namit Jain
>
> 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.
-
You can reply to this email to add a comment to the issue online.