Skip to content

Commit

Permalink
Try nullifying fieldReader when cleaning up listreader. (apache#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
lriggs committed Sep 3, 2024
1 parent d0521d7 commit 2daa5ed
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -768,6 +768,7 @@ public UnionVector promoteToUnion() {
}

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

Expand Down

0 comments on commit 2daa5ed

Please sign in to comment.