You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by jo...@apache.org on 2020/11/14 07:26:22 UTC

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

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

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


    from 7efb373  ARROW-9862: [Java] Enable UnsafeDirectLittleEndian on a big-endian platform
     add a3eb4a9  ARROW-10561: [Rust] Simplified Buffer's `write` and `write_bytes` and fixed undefined behavior

No new revisions were added by this update.

Summary of changes:
 rust/arrow/src/array/array_primitive.rs      | 11 ++--
 rust/arrow/src/array/builder.rs              | 44 +++++----------
 rust/arrow/src/array/equal_json.rs           |  2 +
 rust/arrow/src/buffer.rs                     | 80 +++++++---------------------
 rust/arrow/src/compute/kernels/comparison.rs | 10 ++--
 rust/arrow/src/compute/kernels/filter.rs     |  3 +-
 rust/arrow/src/util/bit_util.rs              | 61 ---------------------
 7 files changed, 45 insertions(+), 166 deletions(-)