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

dependabot[bot] pushed a change to branch dependabot/cargo/main/proto-33bc8ff79f
in repository https://gitbox.apache.org/repos/asf/datafusion.git


    omit 05bcf5591d chore(deps): bump pbjson-types in the proto group across 1 
directory
     add 04b19a3732 ci: Use `install-action` instead of `cargo install` to 
speed up CI (#23477)
     add 65f9726f75 feat: Expose cache hits in list_files_cache function 
(#23439)
     add 21986cf76d fix: Batch size limit in re-spill compounds (#23286)
     add 3a29d6bd8c Add minimal genarator-like stream implementation (#23530)
     add 88205ddac4 chore(deps): bump pbjson-types in the proto group across 1 
directory

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   (05bcf5591d)
            \
             N -- N -- N   refs/heads/dependabot/cargo/main/proto-33bc8ff79f 
(88205ddac4)

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:
 .asf.yaml                                          |   2 +-
 .github/workflows/dependencies.yml                 |   4 +-
 .github/workflows/dev.yml                          |  11 +-
 .github/workflows/docs.yaml                        |   7 +-
 .github/workflows/docs_pr.yaml                     |   7 +-
 .github/workflows/rust.yml                         |  13 +-
 Cargo.lock                                         |   1 +
 Cargo.toml                                         |   1 +
 ...k.sh => check_no_cargo_install_in_workflows.sh} |  17 +-
 datafusion-cli/src/functions.rs                    |   4 +
 datafusion-cli/src/main.rs                         |  15 +-
 datafusion/execution/Cargo.toml                    |   1 +
 datafusion/execution/src/async_stream.rs           | 729 +++++++++++++++++++++
 datafusion/execution/src/lib.rs                    |   3 +
 datafusion/physical-plan/Cargo.toml                |   2 +-
 .../physical-plan/src/sorts/multi_level_merge.rs   | 265 ++++++--
 dev/rust_lint.sh                                   |   1 +
 docs/source/user-guide/cli/functions.md            |   1 +
 18 files changed, 990 insertions(+), 94 deletions(-)
 copy ci/scripts/{markdown_link_check.sh => 
check_no_cargo_install_in_workflows.sh} (68%)
 mode change 100644 => 100755
 create mode 100644 datafusion/execution/src/async_stream.rs


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

Reply via email to