This is an automated email from the ASF dual-hosted git repository.
akurmustafa pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git
from ddb95497e2 chore: edition use workspace (#7140)
add e39b5ca32f [bug]: Fix multi partition wrong column requirement bug
(#7129)
No new revisions were added by this update.
Summary of changes:
.../core/src/physical_plan/aggregates/mod.rs | 275 +++++++++++++++++----
.../core/src/physical_plan/aggregates/order/mod.rs | 1 -
datafusion/core/src/physical_planner.rs | 14 +-
.../tests/sqllogictests/test_files/groupby.slt | 149 +++++++----
.../src/aggregate/array_agg_ordered.rs | 77 +++---
.../physical-expr/src/aggregate/first_last.rs | 174 ++++++++++---
6 files changed, 526 insertions(+), 164 deletions(-)