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/04/07 16:45:28 UTC

[arrow] branch master updated (53696db -> 9a41ccb)

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 53696db  ARROW-12168: [Go][IPC] Implement Compression handling for Arrow IPC
     add 9a41ccb  ARROW-12190: [Rust][DataFusion] Implement parallel / partitioned hash join

No new revisions were added by this update.

Summary of changes:
 rust/benchmarks/src/bin/tpch.rs                  |  4 +-
 rust/datafusion/src/execution/context.rs         | 30 ++++++-
 rust/datafusion/src/execution/dataframe_impl.rs  |  9 +--
 rust/datafusion/src/logical_plan/builder.rs      |  6 +-
 rust/datafusion/src/physical_plan/hash_join.rs   | 99 ++++++++++++++++++++----
 rust/datafusion/src/physical_plan/planner.rs     | 38 +++++++--
 rust/datafusion/src/physical_plan/repartition.rs |  8 +-
 rust/datafusion/tests/dataframe.rs               |  3 +-
 8 files changed, 158 insertions(+), 39 deletions(-)