You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by dh...@apache.org on 2023/07/13 18:27:50 UTC

[arrow-datafusion] branch fix_single_required_partitioning updated (aa8933d324 -> b44219a509)

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

dheres pushed a change to branch fix_single_required_partitioning
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git


    from aa8933d324 Fix required partitioning of Single aggregation mode
     add b44219a509 Add SinglePartition mode

No new revisions were added by this update.

Summary of changes:
 .../aggregates/bounded_aggregate_stream.rs             | 12 +++++++-----
 datafusion/core/src/physical_plan/aggregates/mod.rs    | 18 +++++++++++++-----
 .../core/src/physical_plan/aggregates/no_grouping.rs   |  4 ++--
 .../core/src/physical_plan/aggregates/row_hash.rs      | 12 +++++++-----
 datafusion/proto/proto/datafusion.proto                |  1 +
 .../proto/src/{generated/prost.rs => datafusion.rs}    |  3 +++
 .../src/{generated/pbjson.rs => datafusion.serde.rs}   |  3 +++
 datafusion/proto/src/generated/pbjson.rs               |  3 +++
 datafusion/proto/src/generated/prost.rs                |  3 +++
 datafusion/proto/src/physical_plan/mod.rs              |  2 ++
 10 files changed, 44 insertions(+), 17 deletions(-)
 copy datafusion/proto/src/{generated/prost.rs => datafusion.rs} (99%)
 copy datafusion/proto/src/{generated/pbjson.rs => datafusion.serde.rs} (99%)