Commits


liyafan82 authored and Micah Kornfield committed 462e04bac84
ARROW-5884: [Java] Fix the get method of StructVector When the data at the specified location is null, there is no need to call the method from super to set the reader holder.isSet = isSet(index); super.get(index, holder); Author: liyafan82 <fan_li_ya@foxmail.com> Closes #4831 from liyafan82/fly_0709_strnull and squashes the following commits: 0b8f79886 <liyafan82> Force the reader to be null 49148aad2 <liyafan82> Fix the get method of StructVector