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

github-bot pushed a change to branch dependabot/cargo/main/substrait-0.61.0
in repository https://gitbox.apache.org/repos/asf/datafusion.git


 discard 6b1583aa0c chore(deps): bump substrait from 0.58.0 to 0.61.0
     add c2921e0b85 refactor: cleanup naming and macro usages for binary 
operator (#17985)
     add 28290baa3f Impl `gather_filters_for_pushdown` for 
`CoalescePartitionsExec` (#18046)
     add 4e692417cc Fix bug in LimitPushPastWindows (#18029)
     add 978ce8ea19 Fix `SortPreservingMergeExec` tree formatting with limit 
(#18009)
     add 68d59c15a1 Prepare for 50.2.0 release (#17963) (#18057)
     add 865999fa00 chore(deps): bump substrait from 0.58.0 to 0.61.0

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (6b1583aa0c)
            \
             N -- N -- N   refs/heads/dependabot/cargo/main/substrait-0.61.0 
(865999fa00)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 Cargo.lock                                         |  82 +--
 Cargo.toml                                         |  74 +-
 datafusion-examples/examples/advanced_udwf.rs      |  19 +-
 .../physical_optimizer/filter_pushdown/mod.rs      | 134 +++-
 .../physical_optimizer/filter_pushdown/util.rs     |   2 +-
 .../user_defined/user_defined_window_functions.rs  |  15 +-
 datafusion/expr/src/expr_fn.rs                     |   9 +-
 datafusion/expr/src/lib.rs                         |   2 +-
 datafusion/expr/src/udwf.rs                        |  40 +-
 datafusion/ffi/src/udwf/mod.rs                     |   6 +
 datafusion/functions-window/src/cume_dist.rs       |   7 +-
 datafusion/functions-window/src/lead_lag.rs        |  37 +-
 datafusion/functions-window/src/nth_value.rs       |  15 +-
 datafusion/functions-window/src/ntile.rs           |   8 +-
 datafusion/functions-window/src/rank.rs            |  11 +-
 datafusion/functions-window/src/row_number.rs      |  10 +-
 .../src/simplify_expressions/expr_simplifier.rs    |   5 +
 datafusion/physical-expr/src/expressions/binary.rs | 224 +-----
 .../src/expressions/binary/kernels.rs              | 194 +++++-
 .../src/window/standard_window_function_expr.rs    |   4 +-
 .../src/limit_pushdown_past_window.rs              | 206 ++++--
 .../physical-plan/src/coalesce_partitions.rs       |  12 +
 .../src/sorts/sort_preserving_merge.rs             |   7 +-
 datafusion/physical-plan/src/windows/mod.rs        |   6 +-
 datafusion/proto/tests/cases/mod.rs                |  10 +-
 .../proto/tests/cases/roundtrip_logical_plan.rs    |  13 +-
 .../sqllogictest/test_files/explain_tree.slt       |  48 ++
 .../sqllogictest/test_files/window_limits.slt      | 769 +++++++++++++++++++++
 dev/changelog/{49.0.2.md => 50.2.0.md}             |  16 +-
 docs/source/user-guide/configs.md                  |   2 +-
 30 files changed, 1560 insertions(+), 427 deletions(-)
 create mode 100644 datafusion/sqllogictest/test_files/window_limits.slt
 copy dev/changelog/{49.0.2.md => 50.2.0.md} (67%)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to