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 2020/12/07 06:12:43 UTC

[arrow] branch master updated (e1c1e05 -> 7708519)

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 e1c1e05  ARROW-10821 [Rust][Datafusion] support negative expression
     add 7708519  ARROW-10591: [Rust] Add support for StructArray to MutableArrayData

No new revisions were added by this update.

Summary of changes:
 rust/arrow/src/array/transform/mod.rs       | 135 +++++++++++++++++++++++++++-
 rust/arrow/src/array/transform/structure.rs |  64 +++++++++++++
 2 files changed, 196 insertions(+), 3 deletions(-)
 create mode 100644 rust/arrow/src/array/transform/structure.rs