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/02 19:52:53 UTC

[arrow-datafusion] branch add_fetch_to_sort_preserving_merge_exec updated (43d04e0afa -> 0a2c8db69d)

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

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


    from 43d04e0afa Remove from sort enforcement
     add 9c46b1fcca Refactor Decimal128 averaging code to be vectorizable (and easier to read) (#6810)
     add 4a0b65d9a1 Minor: Encapsulate Aggregate and Window function signatures (#6748)
     add d37351aa61 fix: from_plan generate Agg/Window can be with different schema. (#6820)
     add 0a2c8db69d Merge remote-tracking branch 'origin/main' into add_fetch_to_sort_preserving_merge_exec

No new revisions were added by this update.

Summary of changes:
 datafusion/expr/src/aggregate_function.rs          | 254 ++++++++++++---------
 datafusion/expr/src/expr_schema.rs                 |   6 +-
 datafusion/expr/src/logical_plan/builder.rs        |  15 +-
 datafusion/expr/src/logical_plan/plan.rs           |  20 +-
 datafusion/expr/src/type_coercion/aggregates.rs    |  14 +-
 datafusion/expr/src/utils.rs                       |  30 ++-
 datafusion/expr/src/window_function.rs             | 180 +++++++++------
 datafusion/optimizer/src/analyzer/type_coercion.rs |   8 +-
 datafusion/physical-expr/src/aggregate/build_in.rs |  90 ++++----
 datafusion/physical-expr/src/aggregate/utils.rs    | 130 ++++++++---
 10 files changed, 437 insertions(+), 310 deletions(-)