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/07/28 12:38:02 UTC

[arrow-rs] branch active_release updated (2c83a47 -> ec739c2)

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

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


    from 2c83a47  Fix newline in changelog (#588) (#616)
     add ec739c2  fix dyn syntax (#592) (#617)

No new revisions were added by this update.

Summary of changes:
 arrow/src/array/array.rs               |  4 +-
 arrow/src/array/array_binary.rs        |  6 +--
 arrow/src/array/array_boolean.rs       |  2 +-
 arrow/src/array/array_dictionary.rs    |  2 +-
 arrow/src/array/array_list.rs          |  4 +-
 arrow/src/array/array_primitive.rs     |  2 +-
 arrow/src/array/array_string.rs        |  2 +-
 arrow/src/array/array_struct.rs        |  2 +-
 arrow/src/array/array_union.rs         |  2 +-
 arrow/src/array/builder.rs             | 78 +++++++++++++++++-----------------
 arrow/src/array/null.rs                |  2 +-
 arrow/src/array/ord.rs                 | 18 +++++---
 arrow/src/array/transform/mod.rs       |  8 ++--
 arrow/src/compute/kernels/boolean.rs   |  4 +-
 arrow/src/compute/kernels/concat.rs    |  2 +-
 arrow/src/compute/kernels/filter.rs    |  4 +-
 arrow/src/compute/kernels/length.rs    |  4 +-
 arrow/src/compute/kernels/sort.rs      |  2 +-
 arrow/src/compute/kernels/substring.rs |  6 ++-
 arrow/src/compute/kernels/take.rs      |  4 +-
 arrow/src/compute/kernels/window.rs    |  2 +-
 arrow/src/record_batch.rs              |  2 +-
 22 files changed, 86 insertions(+), 76 deletions(-)