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/19 19:52:52 UTC

[arrow] branch master updated (a4266a1 -> bbc9029)

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 a4266a1  ARROW-11321: [Rust][DataFusion] Fix DataFusion compilation error
     add bbc9029  ARROW-11156: [Rust][DataFusion] Create hashes vectorized in hash join

No new revisions were added by this update.

Summary of changes:
 .../datafusion/src/physical_plan/hash_aggregate.rs |  87 +++-
 rust/datafusion/src/physical_plan/hash_join.rs     | 513 +++++++++++++++------
 2 files changed, 446 insertions(+), 154 deletions(-)