You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by al...@apache.org on 2021/04/18 10:50:17 UTC

[arrow] branch master updated (27c4fa2 -> be8b486)

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

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


    from 27c4fa2  ARROW-12421: [Rust] [DataFusion] Fix topkexec failure
     add be8b486  ARROW-12398: [Rust] remove redundant bound check in iterators

No new revisions were added by this update.

Summary of changes:
 rust/arrow/src/array/array_boolean.rs   | 13 +++++-
 rust/arrow/src/array/array_primitive.rs | 14 ++++++-
 rust/arrow/src/array/iterator.rs        | 70 ++++++++++++++++++++++++++++-----
 3 files changed, 83 insertions(+), 14 deletions(-)