Skip to content

Commit a61eaed

Browse files
sryzaKostas Sakellis
authored andcommitted
Kostas's review feedback
1 parent 467ebfa commit a61eaed

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

core/src/main/scala/org/apache/spark/rdd/HadoopRDD.scala

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,8 +213,6 @@ class HadoopRDD[K, V](
213213
logInfo("Input split: " + split.inputSplit)
214214
val jobConf = getJobConf()
215215

216-
// Instantiate input metrics before RecordReader, because RecordReader's constructor might
217-
// read some bytes
218216
val inputMetrics = new InputMetrics(DataReadMethod.Hadoop)
219217
// Find a function that will return the FileSystem bytes read by this thread. Do this before
220218
// creating RecordReader, because RecordReader's constructor might read some bytes

0 commit comments

Comments
 (0)