Dilip Biswal created SPARK-25154:
------------------------------------

             Summary: Support NOT IN sub-queries inside nested OR conditions.
                 Key: SPARK-25154
                 URL: https://issues.apache.org/jira/browse/SPARK-25154
             Project: Spark
          Issue Type: Bug
          Components: SQL
    Affects Versions: 2.3.1
            Reporter: Dilip Biswal


Currently NOT IN subqueries (predicated null aware subquery) are not allowed 
inside OR expressions. We currently catch this condition in checkAnalysis and 
throw an error. 

We need to extend our subquery rewrite frame work to support this type of 
queries.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

Reply via email to