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 2023/06/13 01:33:27 UTC

[arrow-datafusion] branch main updated (d602de2ebc -> a56ae74c0d)

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

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


    from d602de2ebc Minor: Add test for date_trunc schema on scalars (#6655)
     add a56ae74c0d Simplify and encapsulate window function state management (#6621)

No new revisions were added by this update.

Summary of changes:
 datafusion/physical-expr/src/window/built_in.rs    | 46 ++--------------------
 datafusion/physical-expr/src/window/lead_lag.rs    |  7 +---
 datafusion/physical-expr/src/window/nth_value.rs   | 39 +++++++++++++-----
 .../src/window/partition_evaluator.rs              | 27 +++++--------
 datafusion/physical-expr/src/window/rank.rs        |  6 +--
 datafusion/physical-expr/src/window/row_number.rs  |  7 +---
 datafusion/physical-expr/src/window/window_expr.rs | 11 +-----
 7 files changed, 47 insertions(+), 96 deletions(-)