[ https://issues.apache.org/jira/browse/HIVE-1534?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Amareshwari Sriramadasu updated HIVE-1534: ------------------------------------------ Attachment: patch-1534.txt I worked on separating filters for outer joins. Here is a patch which does not push filters for outer joins and filters are applied in the join implementation. Patch would need some more work on SMBMapJoin. Please have look if the approach looks fine. > Join filters do not work correctly with outer joins > --------------------------------------------------- > > Key: HIVE-1534 > URL: https://issues.apache.org/jira/browse/HIVE-1534 > Project: Hadoop Hive > Issue Type: Bug > Components: Query Processor > Reporter: Amareshwari Sriramadasu > Assignee: Amareshwari Sriramadasu > Attachments: patch-1534.txt > > > SELECT * FROM T1 LEFT OUTER JOIN T2 ON (T1.c1=T2.c2 AND T1.c1 < 10) > and SELECT * FROM T1 RIGHT OUTER JOIN T2 ON (T1.c1=T2.c2 AND T2.c1 < 10) > do not give correct results. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.