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

[jira] [Assigned] (ARROW-9862) Throw an exception in UnsafeDirectLittleEndian on Big-Endian platform

     [ https://issues.apache.org/jira/browse/ARROW-9862?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kazuaki Ishizaki reassigned ARROW-9862:
---------------------------------------

    Assignee: Kazuaki Ishizaki

> Throw an exception in UnsafeDirectLittleEndian on Big-Endian platform
> ---------------------------------------------------------------------
>
>                 Key: ARROW-9862
>                 URL: https://issues.apache.org/jira/browse/ARROW-9862
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: Java
>    Affects Versions: 2.0.0
>            Reporter: Kazuaki Ishizaki
>            Assignee: Kazuaki Ishizaki
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> The current code throws an intended exception on a big-endian platform while this class supports native endianness for the primitive data types (up to 64-bit).
> {code:java}
> throw new IllegalStateException("Arrow only runs on LittleEndian systems.");
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)