[ 
https://issues.apache.org/jira/browse/HIVE-23904?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

mahesh kumar behera updated HIVE-23904:
---------------------------------------
    Description: 
[TestMapJoinOperator.java|https://github.com/apache/hive/pull/1147/files/ee4390223caf1816ba6c07c1245876dc3c99d1e9#diff-a96ed41dcf0566f31b90b5ac75fbf20b]
 should be updated to add test cases related to anti join.  (was: In case of 
anti join, bloom filter can be created on left side also ("IN (keylist right 
table)").But the filter should be "not-in" ("NOT IN (keylist right table)") as 
we want to select the records from left side which are not present in the right 
side. But it may cause wrong result as bloom filter may have false positive and 
thus simply adding not is not correct, special handling is required for "NOT 
IN".

[https://github.com/jmhodges/opposite_of_a_bloom_filter/])

> Update TestMapJoinOperator for adding anti join test cases.
> -----------------------------------------------------------
>
>                 Key: HIVE-23904
>                 URL: https://issues.apache.org/jira/browse/HIVE-23904
>             Project: Hive
>          Issue Type: Bug
>            Reporter: mahesh kumar behera
>            Assignee: mahesh kumar behera
>            Priority: Major
>
> [TestMapJoinOperator.java|https://github.com/apache/hive/pull/1147/files/ee4390223caf1816ba6c07c1245876dc3c99d1e9#diff-a96ed41dcf0566f31b90b5ac75fbf20b]
>  should be updated to add test cases related to anti join.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to