Skip to content

Commit a313dac

Browse files
committed
GH-653 Nullify fieldReader when invalidating parent object.
1 parent cf8b252 commit a313dac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vector/src/main/java/org/apache/arrow/vector/complex/ListVector.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -769,6 +769,7 @@ public UnionVector promoteToUnion() {
769769
}
770770

771771
protected void invalidateReader() {
772+
fieldReader = null;
772773
reader = null;
773774
}
774775

0 commit comments

Comments
 (0)