[ 
https://issues.apache.org/jira/browse/HIVE-202?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12660010#action_12660010
 ] 

Suresh Antony commented on HIVE-202:
------------------------------------

This query is already there in the test...

FROM ( FROM ( FROM src1 src1 SELECT src1.key AS c1, src1.value AS c2 WHERE 
src1.key > 10 and src1.key < 20) a RIGHT OUTER JOIN ( FROM src2 src2 SELECT 
src2.key AS c3, src2.value AS c4 WHERE src2.key > 15 and src2.key < 25) b ON 
(a.c1 = b.c3) SELECT a.c1 AS c1, a.c2 AS c2, b.c3 AS c3, b.c4 AS c4) c SELECT 
c.c1, c.c2, c.c3, c.c4


> LINEAGE is not  working for join quries
> ---------------------------------------
>
>                 Key: HIVE-202
>                 URL: https://issues.apache.org/jira/browse/HIVE-202
>             Project: Hadoop Hive
>          Issue Type: Bug
>          Components: Clients
>    Affects Versions: 0.2.0
>         Environment: lineage is not working for join quires
>            Reporter: Suresh Antony
>            Assignee: Suresh Antony
>            Priority: Minor
>             Fix For: 0.2.0
>
>         Attachments: patch_202.txt
>
>
> lineage is not giving input tables  in case of join quires.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to