You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Richard Garris (JIRA)" <ji...@apache.org> on 2015/09/15 00:47:46 UTC

[jira] [Created] (SPARK-10600) SparkSQL - Support for Not Exists in a Correlated Subquery

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-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org