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 2023/01/13 21:38:24 UTC

[arrow-datafusion] branch master updated (a1d39ba24 -> a9ddcd3a7)

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-datafusion.git


    from a1d39ba24 Add known user: Kamu (#4899)
     add a9ddcd3a7 refactor: improve repartition buffering (#4867)

No new revisions were added by this update.

Summary of changes:
 .../repartition/distributor_channels.rs            | 710 +++++++++++++++++++++
 .../{repartition.rs => repartition/mod.rs}         | 188 +++---
 2 files changed, 816 insertions(+), 82 deletions(-)
 create mode 100644 datafusion/core/src/physical_plan/repartition/distributor_channels.rs
 rename datafusion/core/src/physical_plan/{repartition.rs => repartition/mod.rs} (88%)