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


##########
core/src/test/java/org/apache/calcite/rel/rel2sql/RelToSqlConverterTest.java:
##########
@@ -7842,9 +7890,12 @@ private void checkLiteral2(String expression, String 
expected) {
     // since it seems to be used across more dialects.
     final String expectedSnowflake = "SELECT LENGTH(\"brand_name\")\n"
         + "FROM \"foodmart\".\"product\"";
+    final String expectedDuckDB = "SELECT LENGTH(\"brand_name\")\n"

Review Comment:
   Thanks~ had changed the code.



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