Skip to content

Commit

Permalink
Use default constructor.
Browse files Browse the repository at this point in the history
  • Loading branch information
viirya committed Nov 2, 2015
1 parent 95495f8 commit a6ea5fc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ private[spark] class HighlyCompressedMapStatus private (

override def readExternal(in: ObjectInput): Unit = Utils.tryOrIOException {
loc = BlockManagerId(in)
emptyBlocks = new BitSet(0)
emptyBlocks = new BitSet
emptyBlocks.readExternal(in)
avgSize = in.readLong()
}
Expand Down

0 comments on commit a6ea5fc

Please sign in to comment.