Skip to content

Commit

Permalink
Try nullifying fieldReader when cleaning up listreader. (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
lriggs authored and DenisTarasyuk committed Dec 19, 2023
1 parent 3fd82cd commit c2cfd5d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -700,6 +700,7 @@ public UnionVector promoteToUnion() {
}

protected void invalidateReader() {
fieldReader = null;
reader = null;
}

Expand Down

0 comments on commit c2cfd5d

Please sign in to comment.