[ 
https://issues.apache.org/jira/browse/SPARK-46220?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Max Gekk updated SPARK-46220:
-----------------------------
    Fix Version/s:     (was: 4.0.0)

> Restrict charsets in decode()
> -----------------------------
>
>                 Key: SPARK-46220
>                 URL: https://issues.apache.org/jira/browse/SPARK-46220
>             Project: Spark
>          Issue Type: Improvement
>          Components: SQL
>    Affects Versions: 4.0.0
>            Reporter: Max Gekk
>            Assignee: Max Gekk
>            Priority: Major
>              Labels: pull-request-available
>
> Currently the list of supported charsets in decode() is not stable and fully 
> depends on the used JDK version. So, sometimes user code might not work 
> because a devop changed Java version in Spark cluster. The ticket aims to 
> restrict the list of supported charsets by:
> {code}
> 'US-ASCII', 'ISO-8859-1', 'UTF-8', 'UTF-16BE', 'UTF-16LE', 'UTF-16'
> {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]

Reply via email to