NobiGo commented on a change in pull request #2480:
URL: https://github.com/apache/calcite/pull/2480#discussion_r687307209
##########
File path:
core/src/test/java/org/apache/calcite/rel/rel2sql/RelToSqlConverterTest.java
##########
@@ -5986,6 +5986,18 @@ private void checkLiteral2(String expression, String
expected) {
.ok(expected);
}
+ /** Test case for
+ * <a
href="https://issues.apache.org/jira/browse/CALCITE-4724">[CALCITE-4724]
+ * As for ClickHouse do not support values in from clause.
+ */
Review comment:
1. the test descript should be the same as the CALCITE-4724.
2. the java doc lack of end label about "</a>"
--
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]