We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a86b5ab commit 65be2c7Copy full SHA for 65be2c7
core/src/test/scala/org/apache/spark/ShuffleSuite.scala
@@ -425,7 +425,7 @@ abstract class ShuffleSuite extends SparkFunSuite with Matchers with LocalSparkC
425
manager.unregisterShuffle(0)
426
}
427
428
- test(s"SPARK-34541: Shuffle can be removed when spark.shuffle.useOldFetchProtocol=true") {
+ test(s"SPARK-34541: shuffle can be removed when spark.shuffle.useOldFetchProtocol=true") {
429
withTempDir { tmpDir =>
430
def getAllFiles: Set[File] =
431
FileUtils.listFiles(tmpDir, TrueFileFilter.INSTANCE, TrueFileFilter.INSTANCE).asScala.toSet
0 commit comments