NobiGo commented on code in PR #3938:
URL: https://github.com/apache/calcite/pull/3938#discussion_r1739551649
##########
core/src/test/resources/sql/sub-query.iq:
##########
@@ -668,6 +668,53 @@ FROM (SELECT 1 AS a) AS t;
!ok
+# [CALCITE-6554] Nested correlated subqueries
Review Comment:
It should be the same as the Jira Summary.
##########
core/src/test/java/org/apache/calcite/test/SqlToRelConverterTest.java:
##########
@@ -3770,6 +3770,34 @@ void checkCorrelatedMapSubQuery(boolean expand) {
sql(sql).withExpand(false).withDecorrelate(false).ok();
}
+ @Test void testCorrelationInProjectionWith1xNestedCorrelatedProjection() {
Review Comment:
Maybe the first test case can add the Jira link and description.
--
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]