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


##########
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, are you suggesting to write an additional test with multiple 
correlated subqueries *and* nested ones re-using the same column names as 
correlated variables?
   
   @korlov42, would you be able to add such an extra test? We are trying to 
wrap up 1.40.0 pretty soon, if you need more time it's OK, we can move it to 
1.41.0, just let me know in case.



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