This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion.git
from e4dcf0c856 Fix error planning aggregates with duplicated names in
select list (#18831)
add 96a5f21c41 optimizer: Support dynamic filter in `MIN/MAX` aggregates
(#18644)
No new revisions were added by this update.
Summary of changes:
datafusion/common/src/config.rs | 9 +-
.../physical_optimizer/filter_pushdown/mod.rs | 438 ++++++++++++++++++++-
datafusion/physical-plan/src/aggregates/mod.rs | 233 ++++++++++-
.../physical-plan/src/aggregates/no_grouping.rs | 239 ++++++++++-
datafusion/physical-plan/src/filter.rs | 1 +
.../test_files/dynamic_filter_pushdown_config.slt | 103 ++++-
.../sqllogictest/test_files/information_schema.slt | 4 +-
.../sqllogictest/test_files/push_down_filter.slt | 77 ++++
docs/source/user-guide/configs.md | 3 +-
9 files changed, 1074 insertions(+), 33 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]