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

Mihailo Milosevic updated SPARK-49063:
--------------------------------------
    Description: 
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.

> Disable between optimization
> ----------------------------
>
>                 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
>            Priority: Major
>
> 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