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 a0426c8 commit e017e1eCopy full SHA for e017e1e
core/src/test/scala/org/apache/spark/rdd/PairRDDFunctionsSuite.scala
@@ -710,8 +710,7 @@ class PairRDDFunctionsSuite extends SparkFunSuite with SharedSparkContext {
710
}
711
712
/*
713
- These classes are fakes for testing
714
- "saveNewAPIHadoopFile should call setConf if format is configurable".
+ These classes are fakes for testing saveAsHadoopFile/saveNewAPIHadoopFile.
715
Unfortunately, they have to be top level classes, and not defined in
716
the test method, because otherwise Scala won't generate no-args constructors
717
and the test will therefore throw InstantiationException when saveAsNewAPIHadoopFile
0 commit comments