Skip to content

Commit 4ee25d6

Browse files
committed
remove useless code
1 parent fafba7b commit 4ee25d6

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
@@ -197,8 +197,6 @@ class HadoopRDD[K, V](
197197
newInputFormat
198198
}
199199

200-
private val UNSPLITTABLE_FILE_SIZE_LOG_THRESHOLD = 1024 * 1024 * 1024
201-
202200
@transient private lazy val codecFactory = new CompressionCodecFactory(getJobConf())
203201

204202
override def getPartitions: Array[Partition] = {

0 commit comments

Comments
 (0)