Skip to content

Commit c27a8f1

Browse files
committed
jenkins crashed before running anything last time, so making minor change
1 parent b348ce1 commit c27a8f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/test/scala/org/apache/spark/FileSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ class FileSuite extends FunSuite with LocalSparkContext {
244244
val inRdd = sc.binaryFiles(outFileName)
245245
val (infile: String, indata: PortableDataStream) = inRdd.first
246246

247-
// Try reading the output back as an object file
247+
// Make sure the name and array match
248248
assert(infile.contains(outFileName)) // a prefix may get added
249249
assert(indata.toArray === testOutput)
250250
}

0 commit comments

Comments
 (0)