Richard Garris created SPARK-10600:
--------------------------------------

             Summary: SparkSQL - Support for Not Exists in a Correlated Subquery
                 Key: SPARK-10600
                 URL: https://issues.apache.org/jira/browse/SPARK-10600
             Project: Spark
          Issue Type: Improvement
            Reporter: Richard Garris


Spark SQL currently does not support NOT EXISTS clauses (e.g. 

SELECT * FROM TABLE_A WHERE NOT EXISTS ( SELECT 1 FROM TABLE_B where TABLE_B.id 
= TABLE_A.id)





--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to