You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Kazuaki Ishizaki (Jira)" <ji...@apache.org> on 2020/08/12 15:08:00 UTC

[jira] [Created] (ARROW-9706) [Java] Tests in TestLargeListVector fails on big endian platform

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)