xiedeyantu commented on code in PR #4784:
URL: https://github.com/apache/calcite/pull/4784#discussion_r2762651381
##########
core/src/test/java/org/apache/calcite/rel/rel2sql/RelToSqlConverterTest.java:
##########
@@ -3701,6 +3701,19 @@ private SqlDialect nonOrdinalDialect() {
sql(query2).withSpark().ok(expected2);
}
+ /** Test case for
+ * <a
href="https://issues.apache.org/jira/browse/CALCITE-7408";>[CALCITE-7408]
+ * Enable URL_ENCODE/URL_DECODE in ClickHouse Dialect</a>. */
+ @Test void testUrlencodeAndUrldecodeForClickHouse() {
Review Comment:
I'd like to rename it to `testUrlencodeAndUrldecode`. If there are any
similar dialectal rewrites later, they can be added directly to this test.
Alternatively, you can first check if there are similar tests in the existing
test classes.
--
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]