Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
4.0.0
Description
https://issues.apache.org/jira/browse/SPARK-46366 introduced a regression where types of queries like:
SELECT * FROM t1 WHERE (select max(t2.t2c) from t2 where t1.t1b = t2.t2b ) between 1 and 20;
would fail in optimizer rule.
Attachments
Issue Links
- links to