[
https://issues.apache.org/jira/browse/SPARK-48583?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Wei Guo updated SPARK-48583:
----------------------------
Description:
There are some deprecated classes and methods in `commons-io` called in Spark,
we need to replace them:
* `writeStringToFile(final File file, final String data);
* `CountingInputStream`
was:Method `writeStringToFile(final File file, final String data)` in class
`FileUtils` is deprecated, use `writeStringToFile(final File file, final String
data, final Charset charset)` instead in UDFXPathUtilSuite.
> Replace deprecated classes and methods of `commons-io` called in Spark
> ----------------------------------------------------------------------
>
> Key: SPARK-48583
> URL: https://issues.apache.org/jira/browse/SPARK-48583
> Project: Spark
> Issue Type: Improvement
> Components: SQL
> Affects Versions: 4.0.0
> Reporter: Wei Guo
> Priority: Major
> Labels: pull-request-available
>
> There are some deprecated classes and methods in `commons-io` called in
> Spark, we need to replace them:
> * `writeStringToFile(final File file, final String data);
> * `CountingInputStream`
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]