[
https://issues.apache.org/jira/browse/ARROW-9706?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Micah Kornfield resolved ARROW-9706.
------------------------------------
Fix Version/s: 2.0.0
Resolution: Fixed
Issue resolved by pull request 7943
[https://github.com/apache/arrow/pull/7943]
> [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
> Priority: Minor
> Labels: pull-request-available
> Fix For: 2.0.0
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> 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)