You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by dh...@apache.org on 2022/02/03 16:35:16 UTC

[arrow-datafusion] branch master updated (aca855d -> 78c30b6)

This is an automated email from the ASF dual-hosted git repository.

dheres pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git.


    from aca855d  Update parking_lot requirement from 0.11 to 0.12 (#1735)
     add 78c30b6  Prevent repartitioning of certain operator's direct children (#1731) (#1732)

No new revisions were added by this update.

Summary of changes:
 datafusion/src/physical_optimizer/repartition.rs | 212 ++++++++++++++++-------
 datafusion/src/physical_plan/limit.rs            |   5 +
 datafusion/src/physical_plan/mod.rs              |  18 ++
 datafusion/src/physical_plan/union.rs            |   4 +
 4 files changed, 173 insertions(+), 66 deletions(-)