forked from apache/spark
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SPARK-43195][CORE] Remove unnecessary serializable wrapper in Hadoop…
…FSUtils ### What changes were proposed in this pull request? Remove unnecessary serializable wrapper in `HadoopFSUtils`. ### Why are the changes needed? `Path`, `FileStatus` become serializable in Hadoop3, since SPARK-42452 removed support for Hadoop2, we can remove those wrapper now. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Pass CI. Closes apache#40854 from pan3793/SPARK-43195. Authored-by: Cheng Pan <[email protected]> Signed-off-by: Chao Sun <[email protected]>
- Loading branch information
Showing
2 changed files
with
5 additions
and
72 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters