Kazuaki Ishizaki created ARROW-9862:
---------------------------------------
Summary: 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
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)