outer join gets some duplicate rows in some scenarios
-----------------------------------------------------

                 Key: HIVE-262
                 URL: https://issues.apache.org/jira/browse/HIVE-262
             Project: Hadoop Hive
          Issue Type: Bug
          Components: Query Processor
            Reporter: Namit Jain
            Assignee: Namit Jain


SELECT * FROM src src1 JOIN src src2 ON (src1.key = src2.key AND src1.key < 10) 
RIGHT OUTER JOIN src src3 ON (src1.key = src3.key AND src3.key < 20);


returns duplicate rows for outer join

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