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

Wenchen Fan resolved SPARK-49063.
---------------------------------
    Fix Version/s: 4.0.0
       Resolution: Fixed

Issue resolved by pull request 47581
[https://github.com/apache/spark/pull/47581]

> Fix Between with ScalarSubqueries
> ---------------------------------
>
>                 Key: SPARK-49063
>                 URL: https://issues.apache.org/jira/browse/SPARK-49063
>             Project: Spark
>          Issue Type: Bug
>          Components: SQL
>    Affects Versions: 4.0.0
>            Reporter: Mihailo Milosevic
>            Assignee: Mihailo Milosevic
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 4.0.0
>
>
> https://issues.apache.org/jira/browse/SPARK-46366 introduced a regression 
> where types of queries like:
> {code:java}
> SELECT *
> FROM t1
> WHERE (select max(t2.t2c)
>        from t2 where t1.t1b = t2.t2b
>       ) between 1 and 20; {code}
> would fail in optimizer rule.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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

Reply via email to