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 b348ce1 commit c27a8f1Copy full SHA for c27a8f1
core/src/test/scala/org/apache/spark/FileSuite.scala
@@ -244,7 +244,7 @@ class FileSuite extends FunSuite with LocalSparkContext {
244
val inRdd = sc.binaryFiles(outFileName)
245
val (infile: String, indata: PortableDataStream) = inRdd.first
246
247
- // Try reading the output back as an object file
+ // Make sure the name and array match
248
assert(infile.contains(outFileName)) // a prefix may get added
249
assert(indata.toArray === testOutput)
250
}
0 commit comments