[
https://issues.apache.org/jira/browse/SPARK-45238?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
feiyuanxing updated SPARK-45238:
--------------------------------
Issue Type: New Feature (was: Improvement)
> Add Unicode[encode/decode]() function
> -------------------------------------
>
> Key: SPARK-45238
> URL: https://issues.apache.org/jira/browse/SPARK-45238
> Project: Spark
> Issue Type: New Feature
> Components: SQL
> Affects Versions: 3.5.0
> Reporter: feiyuanxing
> Priority: Major
> Fix For: 3.5.0
>
>
> unicode_encode()/unicode_decode() is a common convenient function supported
> by a number of database systems. it can help with data analysis efficiency
>
> {code:java}
> //代码占位符
> select unicode_encode('apache');
> return \u0061\u0070\u0061\u0063\u0068\u0065
> select unicode_decode('\u0061\u0070\u0061\u0063\u0068\u0065');
> return apache{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]