Skip to content

Commit 34f2441

Browse files
committed
fix minor bug
1 parent 8391185 commit 34f2441

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/scala/org/apache/spark/util/collection/ExternalSorter.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ private[spark] class ExternalSorter[K, V, C](
161161
// Information about a spilled file. Includes sizes in bytes of "batches" written by the
162162
// serializer as we periodically reset its stream, as well as number of elements in each
163163
// partition, used to efficiently keep track of partitions when merging.
164-
private[this] case class SpilledFile(
164+
private[collection] case class SpilledFile(
165165
file: File,
166166
blockId: BlockId,
167167
serializerBatchSizes: Array[Long],

0 commit comments

Comments
 (0)