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/02/13 21:23:58 UTC

[arrow] branch master updated (7660a22 -> 88e9eb8)

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 7660a22  ARROW-11586: [Rust][Datafusion] Remove force unwrap
     add 88e9eb8  ARROW-11599: [Rust] Add function to create array with all nulls

No new revisions were added by this update.

Summary of changes:
 rust/arrow/src/array/array.rs                | 221 +++++++++++++++++++++++++++
 rust/arrow/src/array/mod.rs                  |   1 +
 rust/arrow/src/array/null.rs                 |  20 +--
 rust/datafusion/src/physical_plan/parquet.rs |  18 +--
 rust/datafusion/src/scalar.rs                |  90 ++++-------
 5 files changed, 267 insertions(+), 83 deletions(-)