xuzifu666 commented on code in PR #4767:
URL: https://github.com/apache/calcite/pull/4767#discussion_r2726877076


##########
core/src/test/java/org/apache/calcite/sql2rel/RelDecorrelatorTest.java:
##########
@@ -356,6 +356,138 @@ public static Frameworks.ConfigBuilder config() {
     assertThat(after, hasTree(planAfter));
   }
 
+  /** Test case for <a 
href="https://issues.apache.org/jira/browse/CALCITE-7394";>[CALCITE-7394]
+   * Nested sub-query with multiple levels of correlation returns incorrect 
results</a>. */
+  @Test void test7394() {

Review Comment:
   The name of this test seems unclear; perhaps it could be changed, for 
example, to ```testNestedsubQuery```?



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