Skip to content

Commit

Permalink
fix minor bug
Browse files Browse the repository at this point in the history
  • Loading branch information
lianhuiwang committed Nov 28, 2015
1 parent 8391185 commit 34f2441
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ private[spark] class ExternalSorter[K, V, C](
// Information about a spilled file. Includes sizes in bytes of "batches" written by the
// serializer as we periodically reset its stream, as well as number of elements in each
// partition, used to efficiently keep track of partitions when merging.
private[this] case class SpilledFile(
private[collection] case class SpilledFile(
file: File,
blockId: BlockId,
serializerBatchSizes: Array[Long],
Expand Down

0 comments on commit 34f2441

Please sign in to comment.