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(-)

Reply via email to