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 2021/01/02 11:13:40 UTC

[arrow] branch master updated (3992456 -> 9fe3754)

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 3992456  ARROW-11029: [Rust] [DataFusion] Add documentation for code that determines number of rows per operator
     add 9fe3754  ARROW-11040: [Rust] Simplified builders

No new revisions were added by this update.

Summary of changes:
 rust/arrow/src/array/array_binary.rs            |  25 +-
 rust/arrow/src/array/array_list.rs              |   2 +-
 rust/arrow/src/array/array_string.rs            |  18 +-
 rust/arrow/src/array/builder.rs                 | 379 ++++--------------------
 rust/arrow/src/array/transform/list.rs          |   2 +-
 rust/arrow/src/array/transform/utils.rs         |   2 +-
 rust/arrow/src/array/transform/variable_size.rs |   2 +-
 rust/arrow/src/compute/kernels/substring.rs     |   2 +-
 rust/arrow/src/compute/util.rs                  |   4 +-
 rust/arrow/src/json/reader.rs                   |   4 +-
 rust/parquet/src/arrow/array_reader.rs          |   2 +-
 11 files changed, 86 insertions(+), 356 deletions(-)