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).
throw new IllegalStateException("Arrow only runs on LittleEndian systems.");
Reporter: Kazuaki Ishizaki / @kiszk
Assignee: Kazuaki Ishizaki / @kiszk
PRs and other links:
Note: This issue was originally created as ARROW-9862. Please see the migration documentation for further details.