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

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


    omit 607cf763fb chore(deps): bump prost-build from 0.13.5 to 0.14.1 in the 
proto group
     add 2bdf167118 Add link to upgrade guide in changelog script (#16680)
     add f38f52fbf7 Improve display format of BoundedWindowAggExec (#16645)
     add bd8fd295e6 Bump the MSRV due to transitive dependencies (#16728)
     add de8cbd0ab6 Fix: optimize projections for unnest logical plan. (#16632)
     add 76ff87b132 Use the `test-threads` option in sqllogictests (#16722)
     new 6ec00204c8 chore(deps): bump prost-build from 0.13.5 to 0.14.1 in the 
proto group

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   (607cf763fb)
            \
             N -- N -- N   refs/heads/dependabot/cargo/main/proto-8afbff2258 
(6ec00204c8)

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.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Cargo.lock                                         |   2 +-
 Cargo.toml                                         |   2 +-
 datafusion/core/tests/dataframe/mod.rs             |  56 +++---
 .../tests/physical_optimizer/enforce_sorting.rs    | 199 ++++++++++----------
 .../tests/physical_optimizer/sanity_checker.rs     |   4 +-
 datafusion/expr/src/logical_plan/builder.rs        | 199 +-------------------
 datafusion/expr/src/logical_plan/plan.rs           | 205 ++++++++++++++++++++
 datafusion/expr/src/logical_plan/tree_node.rs      |   2 +-
 .../optimizer/src/optimize_projections/mod.rs      |  23 ++-
 .../src/windows/bounded_window_agg_exec.rs         |  12 +-
 datafusion/proto/src/logical_plan/mod.rs           |  44 +----
 datafusion/sqllogictest/bin/sqllogictests.rs       |   7 +-
 datafusion/sqllogictest/test_files/group_by.slt    |   4 +-
 datafusion/sqllogictest/test_files/insert.slt      |   6 +-
 .../sqllogictest/test_files/insert_to_external.slt |   4 +-
 datafusion/sqllogictest/test_files/joins.slt       |  14 +-
 .../sqllogictest/test_files/push_down_filter.slt   |  11 +-
 .../test_files/regexp/regexp_instr.slt             |   2 +-
 .../sqllogictest/test_files/subquery_sort.slt      |   4 +-
 datafusion/sqllogictest/test_files/union.slt       |   2 +-
 datafusion/sqllogictest/test_files/window.slt      | 206 ++++++++++-----------
 dev/release/generate-changelog.py                  |   3 +
 22 files changed, 510 insertions(+), 501 deletions(-)


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

Reply via email to