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/12 12:55:17 UTC

[arrow-datafusion] branch main updated (b8f90fe936 -> d584d55a9d)

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 b8f90fe936 Improve main api doc page, move `avro_to_arrow` to `datasource` (#6564)
     add d584d55a9d Minor: Move `include_rank` into `BuiltInWindowFunctionExpr` (#6620)

No new revisions were added by this update.

Summary of changes:
 datafusion/physical-expr/src/window/built_in.rs               |  4 ++--
 .../physical-expr/src/window/built_in_window_function_expr.rs |  8 ++++++++
 datafusion/physical-expr/src/window/cume_dist.rs              |  8 ++++----
 datafusion/physical-expr/src/window/partition_evaluator.rs    | 11 -----------
 datafusion/physical-expr/src/window/rank.rs                   |  8 ++++----
 5 files changed, 18 insertions(+), 21 deletions(-)