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 28cb0fe commit a1f1e7eCopy full SHA for a1f1e7e
mllib/src/main/scala/org/apache/spark/mllib/input/WholeTextFileInputFormat.scala
@@ -40,8 +40,8 @@ private[mllib] class WholeTextFileInputFormat extends CombineFileInputFormat[Str
40
context: TaskAttemptContext): RecordReader[String, String] = {
41
42
new CombineFileRecordReader[String, String](
43
- split.asInstanceOf[CombineFileSplit],
44
- context,
45
- classOf[WholeTextFileRecordReader])
+ split.asInstanceOf[CombineFileSplit],
+ context,
+ classOf[WholeTextFileRecordReader])
46
}
47
0 commit comments