[ 
https://issues.apache.org/jira/browse/SPARK-25154?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Takeshi Yamamuro resolved SPARK-25154.
--------------------------------------
    Fix Version/s: 3.1.0
         Assignee: Dilip Biswal
       Resolution: Fixed

Resolved by https://github.com/apache/spark/pull/28158

> 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: 3.1.0
>            Reporter: Dilip Biswal
>            Assignee: Dilip Biswal
>            Priority: Major
>             Fix For: 3.1.0
>
>
> 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
(v8.3.4#803005)

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

Reply via email to