Skip to content

Commit

Permalink
ARROW-46: ListVector should initialize bits in allocateNew
Browse files Browse the repository at this point in the history
  • Loading branch information
minji-kim authored and StevenMPhillips committed Mar 7, 2016
1 parent f241be4 commit 79b6fd7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ public UnionListWriter getWriter() {
@Override
public void allocateNew() throws OutOfMemoryException {
super.allocateNewSafe();
bits.allocateNewSafe();
}

public void transferTo(ListVector target) {
Expand Down

0 comments on commit 79b6fd7

Please sign in to comment.