Skip to content

Commit

Permalink
Fix HighlyCompressedMapStatus#writeExternal throws NPE
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyum committed Jun 18, 2017
1 parent edcb878 commit 4cf3532
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -141,7 +141,7 @@ private[spark] class HighlyCompressedMapStatus private (
private[this] var numNonEmptyBlocks: Int,
private[this] var emptyBlocks: RoaringBitmap,
private[this] var avgSize: Long,
@transient private var hugeBlockSizes: Map[Int, Byte])
private[this] var hugeBlockSizes: Map[Int, Byte])
extends MapStatus with Externalizable {

// loc could be null when the default constructor is called during deserialization
Expand Down

0 comments on commit 4cf3532

Please sign in to comment.