iwanttobepowerful commented on code in PR #4654:
URL: https://github.com/apache/calcite/pull/4654#discussion_r2579337479
##########
core/src/test/resources/sql/sub-query.iq:
##########
@@ -5443,4 +5443,42 @@ ORDER BY deptno;
!ok
+# [CALCITE-7303] Subqueries cannot be decorrelated if filter condition have
multi CorrelationId
Review Comment:
"temporary tables" is something like this:
```
with bonus1(ENAME, JOB, SAL, COMM) AS (VALUES
('ALLEN', 'SALESMAN', 1600.00, 300.00),
('WARD', 'SALESMAN', 1250.00, 500.00))
```
--
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]