xuzifu666 commented on code in PR #4342:
URL: https://github.com/apache/calcite/pull/4342#discussion_r2063610900
##########
core/src/test/java/org/apache/calcite/rel/rel2sql/RelToSqlConverterTest.java:
##########
@@ -5361,52 +5362,92 @@ private void checkLiteral2(String expression, String
expected) {
/** Test case for
* <a
href="https://issues.apache.org/jira/browse/CALCITE-6949">[CALCITE-6949]
- * ClickHouse not support floor date to
SECOND/MILLISECOND/MICROSECOND/NANOSECOND</a>. */
+ * ClickHouse not support floor date to
SECOND/MILLISECOND/MICROSECOND/NANOSECOND</a>,
+ * <a
href="https://issues.apache.org/jira/browse/CALCITE-6988">[CALCITE-6988]
+ * DuckDB dialect implementation</a>.
+ * */
@Test void testFloorClickHouse() {
Review Comment:
+1, had changed the name to testFloorFunction. @xiedeyantu
--
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]