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/06/01 18:13:59 UTC

[arrow-datafusion] branch master updated (e5264f6 -> aab40f8)

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 e5264f6  Refactor QueryStageExec in preparation for implementing map-side shuffle (#459)
     add aab40f8  Optimize `nth_value`, remove `first_value`, `last_value` structs and use idiomatic rust style (#452)

No new revisions were added by this update.

Summary of changes:
 datafusion/src/physical_plan/expressions/mod.rs    |   2 +-
 .../src/physical_plan/expressions/nth_value.rs     | 238 +++++++++++----------
 datafusion/src/physical_plan/windows.rs            |   8 +-
 3 files changed, 132 insertions(+), 116 deletions(-)