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 01:23:43 UTC

[arrow-datafusion] branch master updated (03ef50094 -> 8ab3a9115)

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 03ef50094 [Substrait] Change API to return LogicalPlan instead of DataFrame (#4896)
     add 8ab3a9115 Refine the statistics estimation for the limit and aggregate operator (#4716)

No new revisions were added by this update.

Summary of changes:
 .../core/src/physical_plan/aggregates/mod.rs       |  7 +-
 datafusion/core/src/physical_plan/limit.rs         | 81 +++++++++++++++++++---
 datafusion/optimizer/src/push_down_filter.rs       |  6 +-
 3 files changed, 82 insertions(+), 12 deletions(-)