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 Mar 7, 2024
1 parent 4fd5b64 commit a2b5841
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -729,6 +729,7 @@ public UnionVector promoteToUnion() {
}

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

Expand Down

0 comments on commit a2b5841

Please sign in to comment.