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

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


 discard 51c39513ec chore(deps): bump the proto group with 3 updates
     add a95c7fc2c4 feat: fix matching for named parameters with non-lowercase 
signatures (#19378)
     add 83ed19235b refactor: Spark `ascii` signature away from `user_defined` 
(#19513)
     add 36df145e97 feat: Add per-expression evaluation timing metrics to 
ProjectionExec (#19447)
     add 3aa0ab78b5 Fix: SparkAscii nullability to depend on input nullability 
(#19531)
     add 1dbf9a6df9 chore(deps): bump tracing from 0.1.41 to 0.1.43 (#19543)
     add c37db42aeb chore(deps): bump substrait from 0.62.0 to 0.62.2 (#19542)
     add d7e5190f78 chore(deps): bump taiki-e/install-action from 2.65.3 to 
2.65.6 (#19541)
     add e3135b8d5b chore(deps): bump the proto group with 3 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   (51c39513ec)
            \
             N -- N -- N   refs/heads/dependabot/cargo/main/proto-c40a7389eb 
(e3135b8d5b)

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/workflows/audit.yml                        |   2 +-
 .github/workflows/rust.yml                         |   4 +-
 Cargo.lock                                         |  14 +-
 datafusion/execution/src/lib.rs                    |   1 -
 datafusion/expr/src/arguments.rs                   | 433 +++++++++++++++++++--
 datafusion/physical-expr-common/Cargo.toml         |   2 +
 datafusion/physical-expr-common/src/lib.rs         |   1 +
 .../src/metrics/baseline.rs                        |   4 +-
 .../src/metrics/builder.rs                         |   2 +-
 .../src/metrics/custom.rs                          |   2 +-
 .../physical-expr-common/src/metrics/expression.rs |  88 +++++
 .../src/metrics/mod.rs                             |   4 +-
 .../src/metrics/value.rs                           |   0
 datafusion/physical-expr-common/src/utils.rs       |  17 +-
 datafusion/physical-expr/src/projection.rs         |  50 ++-
 datafusion/physical-plan/src/metrics.rs            |   6 +-
 datafusion/physical-plan/src/projection.rs         |   5 +-
 datafusion/spark/src/function/string/ascii.rs      |  77 +++-
 datafusion/sql/src/expr/function.rs                |  37 +-
 .../sqllogictest/test_files/explain_analyze.slt    |  41 ++
 .../sqllogictest/test_files/named_arguments.slt    |   3 +-
 21 files changed, 726 insertions(+), 67 deletions(-)
 rename datafusion/{execution => physical-expr-common}/src/metrics/baseline.rs 
(98%)
 rename datafusion/{execution => physical-expr-common}/src/metrics/builder.rs 
(99%)
 rename datafusion/{execution => physical-expr-common}/src/metrics/custom.rs 
(98%)
 create mode 100644 datafusion/physical-expr-common/src/metrics/expression.rs
 rename datafusion/{execution => physical-expr-common}/src/metrics/mod.rs (99%)
 rename datafusion/{execution => physical-expr-common}/src/metrics/value.rs 
(100%)


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

Reply via email to