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