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.git.
from a3eb4a9 ARROW-10561: [Rust] Simplified Buffer's `write` and
`write_bytes` and fixed undefined behavior
add e2f1e01 ARROW-10366: [Rust][DataFusion] Do not buffer intermediate
results in merge or HashAggregate
No new revisions were added by this update.
Summary of changes:
rust/datafusion/Cargo.toml | 1 +
.../datafusion/src/physical_plan/hash_aggregate.rs | 259 +++++++++++----------
rust/datafusion/src/physical_plan/merge.rs | 106 ++++++---
3 files changed, 213 insertions(+), 153 deletions(-)