Details
Description
The method
ExecutorDiskUtils.createNormalizedInternedPathname
should consider the Windows file separator.
[ERROR] Tests run: 4, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.132 s <<< FAILURE! - in org.apache.spark.network.shuffle.ExternalShuffleBlockResolverSuite [ERROR] testNormalizeAndInternPathname(org.apache.spark.network.shuffle.ExternalShuffleBlockResolverSuite) Time elapsed: 0 s <<< FAILURE! org.junit.ComparisonFailure: expected:</foo[/bar/]baz> but was:</foo[\bar\]baz> at org.apache.spark.network.shuffle.ExternalShuffleBlockResolverSuite.assertPathsMatch(ExternalShuffleBlockResolverSuite.java:160) at org.apache.spark.network.shuffle.ExternalShuffleBlockResolverSuite.testNormalizeAndInternPathname(ExternalShuffleBlockResolverSuite.java:149)
Attachments
Issue Links
- relates to
-
SPARK-32149 Improve file path name normalisation at block resolution within the external shuffle service
- Resolved
- links to