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 2020/11/14 12:41:12 UTC

[arrow] branch master updated (a3eb4a9 -> e2f1e01)

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(-)