[ 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)