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 2021/09/18 16:56:03 UTC

[arrow-datafusion] branch master updated (7d8a5cf -> db305da)

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

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


    from 7d8a5cf  Add baseline execution stats to `WindowAggExec` and `UnionExec`, and fixup `CoalescePartitionsExec` (#1018)
     add db305da  Derive PartialOrd for Expr (#1015)

No new revisions were added by this update.

Summary of changes:
 datafusion/src/logical_plan/expr.rs              | 16 +++++++++++++++-
 datafusion/src/logical_plan/operators.rs         |  2 +-
 datafusion/src/logical_plan/window_frames.rs     |  4 ++--
 datafusion/src/physical_plan/aggregates.rs       |  2 +-
 datafusion/src/physical_plan/functions.rs        |  4 ++--
 datafusion/src/physical_plan/udaf.rs             | 11 +++++++++++
 datafusion/src/physical_plan/udf.rs              | 11 +++++++++++
 datafusion/src/physical_plan/window_functions.rs |  4 ++--
 8 files changed, 45 insertions(+), 9 deletions(-)