Commits


Projjal Chanda authored and Praveen committed 13b66b57b45
ARROW-15335: [Java] Fix setPosition call in UnionListReader for empty List UnionListReader#setPosition can be called on an empty list from SingleStructReaderImpl when calling the reader on an empty struct of list vector. This results in calling getInt() on an emptyOffsetBuffer. Closes #12151 from projjal/fixstructoflist Authored-by: Projjal Chanda <iam@pchanda.com> Signed-off-by: Praveen <praveen@dremio.com>