Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
-
None
Description
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".
Attachments
Issue Links
- is related to
-
HIVE-23716 Support Anti Join in Hive
- Closed