You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ag...@apache.org on 2020/11/27 19:08:31 UTC

[arrow] branch master updated (a6dd52d -> b161436)

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

agrove pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.


    from a6dd52d  ARROW-10745: [Rust] Directly allocate padding bytes in filter context
     add b161436  ARROW-10740: [Rust][DataFusion] Remove redundant clones found by clippy

No new revisions were added by this update.

Summary of changes:
 rust/datafusion/src/datasource/memory.rs           |  2 +-
 rust/datafusion/src/execution/context.rs           | 29 ++++++++---------
 rust/datafusion/src/execution/dataframe_impl.rs    |  2 +-
 rust/datafusion/src/lib.rs                         |  1 -
 rust/datafusion/src/logical_plan/builder.rs        |  2 +-
 rust/datafusion/src/logical_plan/expr.rs           | 24 +++++++--------
 rust/datafusion/src/logical_plan/operators.rs      |  8 ++---
 rust/datafusion/src/optimizer/filter_push_down.rs  |  2 +-
 rust/datafusion/src/physical_plan/csv.rs           |  2 +-
 rust/datafusion/src/physical_plan/empty.rs         |  4 +--
 rust/datafusion/src/physical_plan/expressions.rs   | 36 +++++++++-------------
 rust/datafusion/src/physical_plan/filter.rs        |  2 +-
 rust/datafusion/src/physical_plan/functions.rs     |  9 +++---
 .../datafusion/src/physical_plan/hash_aggregate.rs |  2 +-
 rust/datafusion/src/physical_plan/limit.rs         |  4 +--
 rust/datafusion/src/physical_plan/memory.rs        |  4 +--
 rust/datafusion/src/physical_plan/merge.rs         |  2 +-
 rust/datafusion/src/physical_plan/parquet.rs       |  2 +-
 rust/datafusion/src/physical_plan/planner.rs       |  8 ++---
 rust/datafusion/src/physical_plan/sort.rs          |  2 +-
 rust/datafusion/src/physical_plan/udaf.rs          |  2 +-
 rust/datafusion/src/sql/planner.rs                 | 19 +++++-------
 rust/datafusion/src/test/mod.rs                    |  4 +--
 23 files changed, 81 insertions(+), 91 deletions(-)