Skip to content

Commit e017e1e

Browse files
committed
update comment.
1 parent a0426c8 commit e017e1e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

core/src/test/scala/org/apache/spark/rdd/PairRDDFunctionsSuite.scala

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -710,8 +710,7 @@ class PairRDDFunctionsSuite extends SparkFunSuite with SharedSparkContext {
710710
}
711711

712712
/*
713-
These classes are fakes for testing
714-
"saveNewAPIHadoopFile should call setConf if format is configurable".
713+
These classes are fakes for testing saveAsHadoopFile/saveNewAPIHadoopFile.
715714
Unfortunately, they have to be top level classes, and not defined in
716715
the test method, because otherwise Scala won't generate no-args constructors
717716
and the test will therefore throw InstantiationException when saveAsNewAPIHadoopFile

0 commit comments

Comments
 (0)