This is an automated email from the ASF dual-hosted git repository.
github-merge-queue[bot] pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion.git
from 6574a8c3b2 fix(substrait): consume chained window functions whose
default names collide (#25181)
add b527fec4be refactor(hash-aggr): share one spill context between the
spilling aggregate streams (#25538)
No new revisions were added by this update.
Summary of changes:
.../physical-plan/src/aggregates/hash_stream.rs | 190 ++-----------
datafusion/physical-plan/src/aggregates/mod.rs | 1 +
.../src/aggregates/ordered_final_stream.rs | 189 ++-----------
.../src/aggregates/ordered_single_stream.rs | 209 ++-------------
.../physical-plan/src/aggregates/single_stream.rs | 210 ++-------------
datafusion/physical-plan/src/aggregates/spill.rs | 293 +++++++++++++++++++++
6 files changed, 361 insertions(+), 731 deletions(-)
create mode 100644 datafusion/physical-plan/src/aggregates/spill.rs
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]