[CALCITE-7408] Enable URL_ENCODE/URL_DECODE in ClickHouse Dialect#4784
[CALCITE-7408] Enable URL_ENCODE/URL_DECODE in ClickHouse Dialect#4784xuzifu666 wants to merge 3 commits intoapache:mainfrom
Conversation
core/src/test/java/org/apache/calcite/rel/rel2sql/RelToSqlConverterTest.java
Outdated
Show resolved
Hide resolved
|
|
I'm not an expert in ClickHouse, but the documentation suggests ClickHouse calls these functions |
@michaelmior Thank you for the suggestion. Here's my understanding: this PR mainly addresses two things:
Since this name is specific to the ClickHouse dialect, it seems unnecessary to introduce a function with the same implementation but a different name. This can be seen in |



JIRA: https://issues.apache.org/jira/browse/CALCITE-7408