Github user hvanhovell commented on the pull request:

    https://github.com/apache/spark/pull/12306#issuecomment-212136305
  
    @davies I have replaced the `NOT IN` code path by a simpler version using a 
'NULL-aware' condition. The advantage is that this also works for sub-queries 
with nullable columns. The disadvantage is that a `NOT IN` will allmost 
certainly use a BNL Join (unless some constraint rewriting magic can eliminate 
the OR expressions).
    
    I would like to defer `SEMI JOIN` push down and `SEMI JOIN PLUS` (EXISTENCE 
JOIN?) to follow-up PRs.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to