allisonwang-db commented on code in PR #42383:
URL: https://github.com/apache/spark/pull/42383#discussion_r1301949906
##########
sql/core/src/test/resources/sql-tests/inputs/subquery/exists-subquery/exists-aggregate.sql:
##########
@@ -118,3 +118,10 @@ WHERE NOT EXISTS (SELECT 1
FROM dept
WHERE emp.dept_id = dept.dept_id
GROUP BY dept.dept_id));
+
+-- Window functions are not supported in EXISTS subqueries yet
Review Comment:
Do we plan to make IN and EXISTS subqueries also use the new decorrelation
framework?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]