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:34:46 UTC

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

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 7708519  ARROW-10591: [Rust] Add support for StructArray to MutableArrayData
     add ef3cff6  ARROW-10828: [Rust][DataFusion] Address / fix clippy lints

No new revisions were added by this update.

Summary of changes:
 rust/datafusion/src/execution/context.rs               | 4 ++--
 rust/datafusion/src/lib.rs                             | 4 ----
 rust/datafusion/src/logical_plan/builder.rs            | 5 ++---
 rust/datafusion/src/optimizer/projection_push_down.rs  | 8 ++++----
 rust/datafusion/src/physical_plan/aggregates.rs        | 2 +-
 rust/datafusion/src/physical_plan/array_expressions.rs | 2 +-
 rust/datafusion/src/physical_plan/common.rs            | 2 +-
 rust/datafusion/src/physical_plan/expressions.rs       | 2 +-
 rust/datafusion/src/physical_plan/functions.rs         | 2 +-
 rust/datafusion/src/physical_plan/planner.rs           | 2 +-
 rust/datafusion/src/physical_plan/type_coercion.rs     | 2 +-
 11 files changed, 15 insertions(+), 20 deletions(-)