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


##########
core/src/test/java/org/apache/calcite/rel/rel2sql/RelToSqlConverterTest.java:
##########
@@ -393,6 +394,7 @@ private static String toSql(RelNode root, SqlDialect 
dialect,
         .withMysql().ok(expectedMysql)
         .withClickHouse().ok(expectedClickHouse)
         .withPresto().ok(expectedPresto)
+        .withTrino().ok(expectedPresto)

Review Comment:
   This is for more clear for test case, and maybe not nessary to change, 
thanks ~



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