You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[SPARK-53140][TESTS] Ban org.apache.commons.io.FileUtils
### What changes were proposed in this pull request?
This PR aims to ban `org.apache.commons.io.FileUtils` usage in favor of `Java`'s and `Spark`'s built-in methods.
### Why are the changes needed?
Apache Spark already migrated to `Java` or `Spark`'s built-in methods.
### Does this PR introduce _any_ user-facing change?
No behavior change.
### How was this patch tested?
Pass the CIs.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes#51869 from dongjoon-hyun/SPARK-53140.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
0 commit comments