Skip to content

[Java] Tests in TestLargeListVector fails on big endian platform #25762

@asfimport

Description

@asfimport

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions