mihaibudiu commented on code in PR #4378:
URL: https://github.com/apache/calcite/pull/4378#discussion_r2103057205


##########
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:
   If this fix enables more queries to be compiled *correctly* than before, I 
think we should take it.
   The failure in quidem for that specific query may the symptom of a different 
bug.
   Can we make sure we have an issue filed about this new bug (there may 
already exist one, there are lots of issues about the decorrelator)?



-- 
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]

Reply via email to