korlov42 commented on code in PR #4378:
URL: https://github.com/apache/calcite/pull/4378#discussion_r2150147762
##########
core/src/test/resources/org/apache/calcite/test/SqlToRelConverterTest.xml:
##########
@@ -5007,6 +5007,30 @@ LogicalProject(ENAME=[$cor0.ENAME])
}), 0)])
LogicalProject(DEPTNO=[$7], ENAME=[$1])
LogicalTableScan(table=[[CATALOG, SALES, EMP]])
+]]>
+ </Resource>
+ </TestCase>
+ <TestCase
name="testMultipleCorrelatedSubQueriesInSelectReferencingDifferentTablesInFrom">
Review Comment:
@mihaibudiu here the JIRA for problem with nested correlated subqueries:
https://issues.apache.org/jira/browse/CALCITE-7057. It can be reproduced on
latest main (I've checked on commit 0dd30b5c), so it's not related to this
patch.
--
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]