[ 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