Commits


Kazuaki Ishizaki authored and Micah Kornfield committed d23f0a62bf1
ARROW-9706: [Java] Tests of TestLargeListVector correctly read offset This PR aims to correctly read offset as 8-byte in tests of `TestLargeListVector` while they currently read offset as only the first 4-byte. The current code works only for a little-endian platform. Closes #7943 from kiszk/ARROW-9706 Authored-by: Kazuaki Ishizaki <ishizaki@jp.ibm.com> Signed-off-by: Micah Kornfield <emkornfield@gmail.com>