You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ne...@apache.org on 2021/01/22 06:00:30 UTC

[arrow] branch master updated (6959e46 -> 499b6d0)

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 6959e46  ARROW-11337: [C++] Compilation error with ThreadSanitizer
     add 499b6d0  ARROW-11333: [Rust] Generalized creation of empty arrays.

No new revisions were added by this update.

Summary of changes:
 rust/arrow/src/array/array.rs                      |  37 +++
 rust/arrow/src/array/array_list.rs                 | 297 +--------------------
 rust/arrow/src/array/data.rs                       | 223 +++++++++++++++-
 rust/arrow/src/array/mod.rs                        |   3 +-
 rust/arrow/src/array/transform/mod.rs              | 148 +---------
 rust/arrow/src/record_batch.rs                     |  10 +
 rust/datafusion/src/physical_plan/common.rs        | 192 +------------
 .../datafusion/src/physical_plan/hash_aggregate.rs |   4 +-
 rust/parquet/src/arrow/array_reader.rs             |   5 +-
 9 files changed, 282 insertions(+), 637 deletions(-)