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.
Reporter: Kazuaki Ishizaki / @kiszk
Assignee: Kazuaki Ishizaki / @kiszk
PRs and other links:
Note: This issue was originally created as ARROW-9706. Please see the migration documentation for further details.