Github user hvanhovell commented on the issue:

    https://github.com/apache/spark/pull/14411
  
    @nsyca No problem. We actually support `NOT IN` queries. We set the the 
`PredicateSubquery.nullAware` flag to true if we encounter an `IN` subquery 
expression. `NOT IN` is planned using a `NULL` aware anti-join in the optimizer.
    
    I have written a blogpost/notebook on the current implementation and state 
of subqueries in Spark 2.0 (including known issues): [SQL Subqueries in Apache 
Spark 
2.0](https://databricks.com/blog/2016/06/17/sql-subqueries-in-apache-spark-2-0.html)


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