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 2022/08/05 19:21:43 UTC

[arrow-rs] branch master updated (3ed0e280d -> b1e2bd945)

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-rs.git


    from 3ed0e280d temporal conversion functions should work on negative input properly (#2326)
     add b1e2bd945 more const evaluations for list array (#2327)

No new revisions were added by this update.

Summary of changes:
 arrow/src/array/array_binary.rs                 | 26 +++++++----------
 arrow/src/array/array_list.rs                   | 21 ++++++++++----
 arrow/src/array/array_string.rs                 | 26 +++++++----------
 arrow/src/array/builder/generic_list_builder.rs |  8 ++----
 arrow/src/array/transform/mod.rs                |  6 +---
 arrow/src/compute/util.rs                       | 38 +++++++------------------
 arrow/src/ffi.rs                                |  9 ++----
 parquet/src/arrow/array_reader/list_array.rs    |  5 +---
 8 files changed, 52 insertions(+), 87 deletions(-)