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/04/24 16:23:06 UTC

[arrow-datafusion] branch main updated (fe20eeef40 -> 729586258f)

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 fe20eeef40 Use arrow kernels for bitwise operations (#6098)
     add 729586258f Unordered PARTITION BY column implementation (to prevent pipeline breaking) (#6036)

No new revisions were added by this update.

Summary of changes:
 datafusion/common/src/utils.rs                     |  16 +-
 .../core/src/physical_optimizer/pipeline_fixer.rs  |  79 +-
 .../src/physical_optimizer/sort_enforcement.rs     | 426 ++++++++---
 datafusion/core/src/physical_plan/planner.rs       |   5 +-
 .../windows/bounded_window_agg_exec.rs             | 834 ++++++++++++++++-----
 datafusion/core/src/physical_plan/windows/mod.rs   |   1 +
 datafusion/core/src/test_util/mod.rs               |  63 ++
 datafusion/core/tests/sql/window.rs                | 163 +++-
 .../core/tests/sqllogictests/test_files/window.slt |  85 ++-
 datafusion/core/tests/window_fuzz.rs               | 310 +++++---
 datafusion/physical-expr/src/window/window_expr.rs |   2 +
 11 files changed, 1495 insertions(+), 489 deletions(-)