[CALCITE-7408] URL_ENCODE/URL_DECODE is unparsed incorrectly for ClickHouseSqlDialect#4784
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 |
|
I agree with @michaelmior 's suggestion; it would be better not to enable libraries support for ClickHouse, and only perform dialect conversion. If users don't look closely, they might think ClickHouse supports |
|
@xuzifu666 Thanks for clarifying! |
d7728e5 to
a236c9e
Compare
|
I have made the revisions according to your suggestions(Additionally, the names jira and pr have been changed.). If there are no further comments, I will merge this PR within 24 hours. @xiedeyantu @michaelmior |
|



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