Commit d304da5
authored
apacheGH-653: Nullify fieldReader when invalidating parent object (apache#654)
## What's Changed
Set the fieldReader object to null when invalidating the parent reader.
This will prevent odd behavior if the object is reused.
Closes apache#6531 parent e8d86a1 commit d304da5
File tree
1 file changed
+1
-0
lines changed- vector/src/main/java/org/apache/arrow/vector/complex
1 file changed
+1
-0
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
769 | 769 | | |
770 | 770 | | |
771 | 771 | | |
| 772 | + | |
772 | 773 | | |
773 | 774 | | |
774 | 775 | | |
| |||
0 commit comments