You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "N Campbell (JIRA)" <ji...@apache.org> on 2013/10/06 17:00:44 UTC

[jira] [Created] (HIVE-5465) unable to express nested join

N Campbell created HIVE-5465:
--------------------------------

             Summary: unable to express nested join 
                 Key: HIVE-5465
                 URL: https://issues.apache.org/jira/browse/HIVE-5465
             Project: Hive
          Issue Type: Bug
    Affects Versions: 0.11.0
            Reporter: N Campbell


select tjoin2.rnum, tjoin1.c1, tjoin1.c2, tjoin2.c2 as c2j2, tjoin3.c2 as c2j3,tjoin4.c2 as c2j4 from  (tjoin1 tjoin1 right outer join (tjoin2 tjoin2 left outer join tjoin3 tjoin3 on tjoin2.c1=tjoin3.c1) on (tjoin1.c1=tjoin2.c1)) left outer join tjoin4 tjoin4 on (tjoin1.c1=tjoin4.c1)

Query returned non-zero code: 40000, cause: FAILED: ParseException line 1:104 cannot recognize input near 'tjoin1' 'tjoin1' 'right' in subquery source




--
This message was sent by Atlassian JIRA
(v6.1#6144)