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/01/05 21:41:57 UTC

[arrow] branch master updated (5f2495d -> fdf5e88)

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 5f2495d  ARROW-11129: [Rust][DataFusion] Use tokio for loading parquet
     add fdf5e88  ARROW-11137: [Rust][DataFusion] Clippy needless_range_loop,needless_lifetimes

No new revisions were added by this update.

Summary of changes:
 rust/datafusion/src/lib.rs                       |  2 --
 rust/datafusion/src/logical_plan/display.rs      |  2 +-
 rust/datafusion/src/logical_plan/plan.rs         | 16 ++++++++--------
 rust/datafusion/src/physical_plan/expressions.rs |  8 ++++----
 rust/datafusion/src/physical_plan/hash_join.rs   |  3 +--
 rust/datafusion/src/physical_plan/repartition.rs |  4 ++--
 rust/datafusion/src/sql/planner.rs               |  8 +++-----
 7 files changed, 19 insertions(+), 24 deletions(-)