asolimando commented on code in PR #4378:
URL: https://github.com/apache/calcite/pull/4378#discussion_r2103265764
##########
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:
The only instance of that failure I could fine is in CALCITE-4913, which
touches the same area but doesn't seem too related, I suggest to file a
dedicated issue for the bug.
I'd like to take a further look at all this, try the same query on postgres
etc. etc.
Let's have this ready for 1.41.0, thanks for your understanding!
--
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]