You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by cu...@apache.org on 2020/11/13 18:44:09 UTC

[arrow] branch master updated (4a2477a -> 7efb373)

This is an automated email from the ASF dual-hosted git repository.

cutlerb pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.


    from 4a2477a  ARROW-10455: [Rust] [CI] Fixed error in caching files
     add 7efb373  ARROW-9862: [Java] Enable UnsafeDirectLittleEndian on a big-endian platform

No new revisions were added by this update.

Summary of changes:
 .../io/netty/buffer/UnsafeDirectLittleEndian.java  |  4 --
 .../netty/buffer/TestUnsafeDirectLittleEndian.java | 77 ++++++++++++++++++++++
 2 files changed, 77 insertions(+), 4 deletions(-)
 create mode 100644 java/memory/memory-netty/src/test/java/io/netty/buffer/TestUnsafeDirectLittleEndian.java