[
https://issues.apache.org/jira/browse/ARROW-9862?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated ARROW-9862:
----------------------------------
Labels: pull-request-available (was: )
> 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
> Priority: Major
> Labels: pull-request-available
> Time Spent: 10m
> 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)