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

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


    omit 0e76f31ed chore(deps): bump cc from 1.2.50 to 1.2.51 in /native
     add 937619f48 chore: Add microbenchmark for casting string to numeric 
(#2979)
     add 6ec70aeaa perf: Improve performance of normalize_nan (#2999)
     add 2f1955165 chore: Skip some CI workflows for benchmark changes (#3030)
     add 2738f0625 skip more workflows on benchmark PRs (#3034)
     add 37cb5c90c chore: Improve microbenchmark for string expressions (#2964)
     add 726c4b77a fix: format decimal to string when casting decimal with 
overflow (#2916)
     add be05e242d chore(deps): bump tokio from 1.48.0 to 1.49.0 in /native 
(#3039)
     add 10021fae7 chore(deps): bump libc from 0.2.178 to 0.2.179 in /native 
(#3038)
     add b70ca2404 chore(deps): bump cc from 1.2.50 to 1.2.51 in /native

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   (0e76f31ed)
            \
             N -- N -- N   refs/heads/dependabot/cargo/native/main/cc-1.2.51 
(b70ca2404)

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/benchmark-tpcds.yml              |  6 ++
 .github/workflows/benchmark-tpch.yml               |  6 ++
 .github/workflows/iceberg_spark_test.yml           |  6 ++
 .github/workflows/miri.yml                         |  6 ++
 .github/workflows/pr_benchmark_check.yml           | 85 +++++++++++++++++++
 .github/workflows/pr_build_linux.yml               |  6 ++
 .github/workflows/pr_build_macos.yml               |  6 ++
 .github/workflows/spark_sql_test.yml               | 10 +++
 native/Cargo.lock                                  |  8 +-
 native/spark-expr/Cargo.toml                       |  4 +
 native/spark-expr/benches/normalize_nan.rs         | 88 ++++++++++++++++++++
 native/spark-expr/src/conversion_funcs/cast.rs     | 59 ++++++++++++--
 .../src/math_funcs/internal/normalize_nan.rs       | 80 +++++-------------
 .../scala/org/apache/comet/CometCastSuite.scala    | 20 +++++
 .../CometCastStringToNumericBenchmark.scala        | 95 ++++++++++++++++++++++
 .../benchmark/CometStringExpressionBenchmark.scala | 44 +++++-----
 16 files changed, 440 insertions(+), 89 deletions(-)
 create mode 100644 .github/workflows/pr_benchmark_check.yml
 create mode 100644 native/spark-expr/benches/normalize_nan.rs
 create mode 100644 
spark/src/test/scala/org/apache/spark/sql/benchmark/CometCastStringToNumericBenchmark.scala


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

Reply via email to