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

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


 discard 1d92ff3854 chore(deps): bump prost from 0.13.5 to 0.14.1 in the proto 
group
     add 0fefbb168b chore: Action some old TODOs in github actions (#17694)
     add 691dd4727d dev: Add benchmark for compilation profiles (#17754)
     add 9a5024d3e5 chore(deps): bump tokio-postgres from 0.7.13 to 0.7.14 
(#17785)
     add a548cce5f1 chore(deps): bump serde from 1.0.226 to 1.0.227 (#17783)
     add 325e351d6a chore(deps): bump regex from 1.11.2 to 1.11.3 (#17782)
     add e566e97241 Support `CAST` from temporal to `Utf8View` (#17535)
     add 783c45b892 Add case expr simplifiers for literal comparisons (#17743)
     add 6e15994401 chore: dependabot to run weekly (#17797)
     add 1960495827 chore(deps): bump prost 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   (1d92ff3854)
            \
             N -- N -- N   refs/heads/dependabot/cargo/main/proto-dfa7aae14e 
(1960495827)

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:
 .github/actions/setup-macos-builder/action.yaml    |  47 -----
 .github/actions/setup-rust-runtime/action.yaml     |   9 -
 .github/dependabot.yml                             |   2 +-
 .github/workflows/audit.yml                        |   4 +-
 .github/workflows/rust.yml                         |  25 +--
 Cargo.lock                                         |  49 ++---
 Cargo.toml                                         |  70 +++++--
 benchmarks/Cargo.toml                              |   2 +-
 benchmarks/README.md                               |  33 +++
 benchmarks/bench.sh                                |  43 +++-
 benchmarks/compile_profile.py                      | 180 ++++++++++++++++
 .../src/simplify_expressions/expr_simplifier.rs    | 226 ++++++++++++++++++++-
 .../optimizer/src/simplify_expressions/utils.rs    |  27 ++-
 datafusion/sqllogictest/Cargo.toml                 |   2 +-
 datafusion/sqllogictest/test_files/timestamps.slt  |  33 +++
 15 files changed, 617 insertions(+), 135 deletions(-)
 delete mode 100644 .github/actions/setup-macos-builder/action.yaml
 create mode 100644 benchmarks/compile_profile.py


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

Reply via email to