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