Dwrite commented on code in PR #4810:
URL: https://github.com/apache/calcite/pull/4810#discussion_r2872846010


##########
core/src/test/java/org/apache/calcite/rel/rel2sql/RelToSqlConverterTest.java:
##########
@@ -11757,8 +11757,82 @@ public Sql schema(CalciteAssert.SchemaSpec schemaSpec) 
{
 
     sql(query)
         .schema(CalciteAssert.SchemaSpec.JDBC_SCOTT)
-        .withMysql()
+        .withMysql();
+  }
+  /**
+   * Test case for CALCITE-7343.
+   * Verifies that a scalar subquery in the Project list correctly preserves

Review Comment:
   Done. Updated the Javadoc links to match the existing test case format.



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