You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ag...@apache.org on 2019/09/20 02:14:34 UTC

[arrow] branch master updated (00a3c47 -> f19ee70)

This is an automated email from the ASF dual-hosted git repository.

agrove pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.


    from 00a3c47  ARROW-5343: [C++] Refactor dictionary unification to incremental interface, and use Buffer for transpose map allocations
     add f19ee70  ARROW-6090: [Rust] [DataFusion] Physical plan for HashAggregate

No new revisions were added by this update.

Summary of changes:
 rust/datafusion/src/datasource/csv.rs              |  10 +-
 rust/datafusion/src/execution/aggregate.rs         |   3 +-
 rust/datafusion/src/execution/context.rs           | 133 +++-
 .../src/execution/physical_plan/hash_aggregate.rs  | 724 +++++++++++++++++++++
 rust/datafusion/src/execution/physical_plan/mod.rs |   1 +
 rust/datafusion/src/execution/projection.rs        |   5 +-
 rust/datafusion/src/test/mod.rs                    |  93 +++
 7 files changed, 939 insertions(+), 30 deletions(-)
 create mode 100644 rust/datafusion/src/execution/physical_plan/hash_aggregate.rs