This is an automated email from the ASF dual-hosted git repository.
nevime pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.
from 1378c20 ARROW-10874: [Rust][DataFusion] Add statistics for MemTable,
change statistics struct
add 602ec07 ARROW-10875 [Rust] simplify simd cfg check with cfg_aliases
No new revisions were added by this update.
Summary of changes:
rust/arrow/Cargo.toml | 3 +
cpp/src/arrow/python/init.h => rust/arrow/build.rs | 13 +--
rust/arrow/src/buffer.rs | 10 +-
rust/arrow/src/compute/kernels/aggregate.rs | 14 +--
rust/arrow/src/compute/kernels/arithmetic.rs | 44 +++-----
rust/arrow/src/compute/kernels/comparison.rs | 124 +++++++--------------
rust/arrow/src/compute/util.rs | 8 +-
rust/arrow/src/datatypes.rs | 35 ++----
rust/arrow/src/util/bit_util.rs | 6 +-
9 files changed, 94 insertions(+), 163 deletions(-)
copy cpp/src/arrow/python/init.h => rust/arrow/build.rs (81%)