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 Sep 27, 2023
1 parent d3954fe commit 4b929d7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -678,6 +678,7 @@ public UnionVector promoteToUnion() {
}

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

Expand Down

0 comments on commit 4b929d7

Please sign in to comment.