Kazuaki Ishizaki created ARROW-9706:
---------------------------------------
Summary: [Java] Tests in TestLargeListVector fails on big endian
platform
Key: ARROW-9706
URL: https://issues.apache.org/jira/browse/ARROW-9706
Project: Apache Arrow
Issue Type: Improvement
Components: Java
Affects Versions: 2.0.0
Reporter: Kazuaki Ishizaki
Assignee: Kazuaki Ishizaki
Multiple test cases (e.g. {{testSetLastSetUsage}}) in {{TestLargeListVector}}
fail on a big-endian platform.
This is because these test cases read offset as integer while the width of the
offset is 8-byte. This means that only the first 4-byte are read. It works only
for a little-endian platform.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)