Skip to content

Commit 932a206

Browse files
committed
Update RawFileInput.scala
typo in path value
1 parent a01c9cf commit 932a206

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/scala/org/apache/spark/input/RawFileInput.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ class PortableDataStream(split: CombineFileSplit, context: TaskAttemptContext, i
6969
*/
7070
private lazy val path = {
7171
val pathp = split.getPath(index)
72-
path = pathp.toString
72+
pathp.toString
7373
}
7474

7575
/**

0 commit comments

Comments
 (0)