You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Namit Jain (JIRA)" <ji...@apache.org> on 2008/10/25 02:51:44 UTC

[jira] Created: (HADOOP-4519) [Hive] uppercase alias with a join not working

[Hive] uppercase alias with a join not working
----------------------------------------------

                 Key: HADOOP-4519
                 URL: https://issues.apache.org/jira/browse/HADOOP-4519
             Project: Hadoop Core
          Issue Type: Bug
          Components: contrib/hive
            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.