[
https://issues.apache.org/jira/browse/CALCITE-5825?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17780310#comment-17780310
]
Jiajun Xie commented on CALCITE-5825:
-------------------------------------
Fixed in
[ad2e843|https://github.com/apache/calcite/commit/ad2e843c5d9b3bec001d22e680ebe6b5de4e2078].
Thanks for the PR.[~Runking]
Thanks for your review [~shenlang] , [~mbudiu] .
> Add URL_ENCODE and URL_DECODE function (enabled in Spark library)
> -----------------------------------------------------------------
>
> Key: CALCITE-5825
> URL: https://issues.apache.org/jira/browse/CALCITE-5825
> Project: Calcite
> Issue Type: New Feature
> Components: core
> Affects Versions: 1.34.0, 1.35.0
> Reporter: Runkang He
> Assignee: Runkang He
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.36.0
>
>
> Add URL_ENCODE and URL_DECODE function (enabled in Spark library):
> * URL_ENCODE(str) - Translates a string into
> 'application/x-www-form-urlencoded' format using a specific encoding scheme.
> See more details in
> [Spark|https://spark.apache.org/docs/latest/api/sql/index.html#url_encode]
> doc.
> * URL_DECODE(str) - Decodes a {{str}} in 'application/x-www-form-urlencoded'
> format using a specific encoding scheme. See more details in
> [Spark|https://spark.apache.org/docs/latest/api/sql/index.html#url_decode]
> doc.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)