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 2021/07/02 21:17:01 UTC

[arrow-datafusion] branch master updated (84fab4e -> c0de9bb)

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

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


    from 84fab4e  bump arrow and parquet versions to 4.4.0 (#654)
     add c0de9bb  implement lead and lag built-in window function (#429)

No new revisions were added by this update.

Summary of changes:
 ballista/rust/core/src/serde/scheduler/mod.rs      |   1 -
 .../src/physical_plan/expressions/lead_lag.rs      | 181 +++++++++++++++++++++
 datafusion/src/physical_plan/expressions/mod.rs    |   2 +
 .../src/physical_plan/expressions/nth_value.rs     |   3 +-
 datafusion/src/physical_plan/windows.rs            |  42 +++--
 ...l => partitioned_window_built_in_functions.sql} |  15 +-
 .../sqls/simple_window_built_in_functions.sql      |   2 +
 integration-tests/test_psql_parity.py              |   2 +-
 8 files changed, 226 insertions(+), 22 deletions(-)
 create mode 100644 datafusion/src/physical_plan/expressions/lead_lag.rs
 copy integration-tests/sqls/{simple_window_partition_order_aggregation.sql => partitioned_window_built_in_functions.sql} (59%)