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/26 19:52:38 UTC

[arrow] branch master updated (dfd2323 -> acd2a47)

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 dfd2323  ARROW-11662: [C++] Support sorting decimal and fixed size binary data
     add acd2a47  ARROW-11504: [Rust] Added checks to List DataType.

No new revisions were added by this update.

Summary of changes:
 rust/arrow/src/array/array_binary.rs   | 40 ++++++++++-----------------------
 rust/arrow/src/array/array_list.rs     | 41 +++++++++++++++++++++++++++++++++-
 rust/arrow/src/array/builder.rs        |  2 +-
 rust/arrow/src/compute/kernels/cast.rs | 16 ++++++++-----
 rust/arrow/src/ipc/writer.rs           |  2 --
 5 files changed, 63 insertions(+), 38 deletions(-)