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

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


 discard 2483861f91 chore(deps): bump the arrow-parquet group with 7 updates
     add fe7023d5c9 chore(deps): bump sqllogictest from 0.28.3 to 0.28.4 
(#17500)
     add 5bb476f014 chore(deps): bump tempfile from 3.21.0 to 3.22.0 (#17499)
     add 9398af39d7 refactor: Move `SMJ` tests into own file (#17495)
     add ab108a50d7 move MinAggregator and MaxAggregator to 
functions-aggregate-common (#17492)
     add 32d114d8ea chore(deps): bump the arrow-parquet group with 7 updates

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   (2483861f91)
            \
             N -- N -- N   
refs/heads/dependabot/cargo/main/arrow-parquet-0f9d8047f9 (32d114d8ea)

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                                         |   10 +-
 datafusion/datasource-parquet/Cargo.toml           |    2 +-
 datafusion/datasource-parquet/src/metadata.rs      |    2 +-
 .../functions-aggregate-common/src/min_max.rs      |  448 +++-
 datafusion/functions-aggregate/src/min_max.rs      |  450 +---
 datafusion/physical-plan/Cargo.toml                |    2 +-
 .../src/joins/sort_merge_join/exec.rs              | 2705 -------------------
 .../physical-plan/src/joins/sort_merge_join/mod.rs |    3 +
 .../src/joins/sort_merge_join/tests.rs             | 2715 ++++++++++++++++++++
 datafusion/sqllogictest/Cargo.toml                 |    2 +-
 10 files changed, 3179 insertions(+), 3160 deletions(-)
 create mode 100644 datafusion/physical-plan/src/joins/sort_merge_join/tests.rs


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@datafusion.apache.org
For additional commands, e-mail: commits-h...@datafusion.apache.org

Reply via email to