[ 
https://issues.apache.org/jira/browse/SPARK-36737?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17414021#comment-17414021
 ] 

Apache Spark commented on SPARK-36737:
--------------------------------------

User 'LuciferYang' has created a pull request for this issue:
https://github.com/apache/spark/pull/33977

> Upgrade commons-io to 2.11.0 and revert change of SPARK-36456
> -------------------------------------------------------------
>
>                 Key: SPARK-36737
>                 URL: https://issues.apache.org/jira/browse/SPARK-36737
>             Project: Spark
>          Issue Type: Improvement
>          Components: Build, Spark Core, SQL, Structured Streaming
>    Affects Versions: 3.3.0
>            Reporter: Yang Jie
>            Priority: Minor
>
> {{`JavaUtils.closeQuietly`}} looks to be slightly different from 
> `{{IOUtils.closeQuietly`}} in default behavior. Swallowing IOException is 
> same, but the former logs it as ERROR while the latter doesn't log by 
> default. 
>  
> And Apache commons-io community decided to retain the `IOUtils.closeQuietly` 
> method in new version and removed deprecated annotation.
>  
> So we can upgrade `{{commons-io`}} to version 2.11.0, and revert the change 
> of SPARK-36456
> to maintain original behavior(don't print error log).
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to