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/12/24 03:23:51 UTC

[arrow] branch master updated (f9efa02 -> aba9de1)

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 f9efa02  ARROW-11014: [Rust] [DataFusion] Use correct statistics for ParquetExec
     add aba9de1  ARROW-10989: [Rust] Iterate primitive buffers by slice

No new revisions were added by this update.

Summary of changes:
 rust/arrow/src/array/array_dictionary.rs     |  2 +-
 rust/arrow/src/array/array_primitive.rs      | 62 +++++++++++++++-------------
 rust/arrow/src/array/builder.rs              |  2 +-
 rust/arrow/src/array/mod.rs                  |  2 +-
 rust/arrow/src/compute/kernels/aggregate.rs  |  6 +--
 rust/arrow/src/compute/kernels/arithmetic.rs | 27 +++++++-----
 rust/arrow/src/compute/kernels/comparison.rs | 16 ++++---
 7 files changed, 66 insertions(+), 51 deletions(-)