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/17 11:13:00 UTC

[arrow-datafusion] branch master updated (8ab3a9115 -> 9301133f1)

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 8ab3a9115 Refine the statistics estimation for the limit and aggregate operator (#4716)
     add 9301133f1 Do not repartition inputs whose sort order is required (#4885)

No new revisions were added by this update.

Summary of changes:
 .../core/src/physical_optimizer/repartition.rs     | 301 +++++++++++++++++++--
 datafusion/core/src/physical_plan/mod.rs           |   7 +-
 datafusion/core/tests/sql/explain_analyze.rs       |   3 +-
 3 files changed, 291 insertions(+), 20 deletions(-)