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

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


    omit 992ec2c99 chore(deps): bump jni from 0.21.1 to 0.22.4 in /native
     add 09a7ebbff fix: native error message not propagated to SparkException 
on empty errorClass (#3727)
     add 5f37dfc2e test: Port DateTimeUtilsSuite timestamp format tests in 
Comet (#3780)
     add 810782da9 feat: Support Spark expression days (#3746)
     add a5e238a8a tests: add CometDateTimeUtilsSuite to CI workflow (#3782)
     add d2e0393e3 chore: Run Spark 4.0 SQL tests with native_datafusion scan 
(#3728)
     add bc5fa0084 Test: Add test coverage and documentation for 
SumDecimal/AvgDecimal nullability behavior (#3766)
     add 3f374c3bd tests: fix Iceberg test diffs for Spark 3.4 (#3785)
     add cfd8a1c0a fix: add timezone and special formats support for cast 
string to timestamp (#3730)
     add dd6a4d563 ci: run Iceberg Spark tests on all PRs and commits to main 
branch (#3792)
     add 74b41aa57 fix: handle inf/-inf/nan in ShimSparkErrorConverter cast 
overflow (#3768)
     add 568041843 chore(deps): bump github/codeql-action from 4.33.0 to 4.34.1 
(#3805)
     add 124646fec chore(deps): bump the all-other-cargo-deps group (#3806)
     add a4083c94b chore(deps): bump jni from 0.21.1 to 0.22.4 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   (992ec2c99)
            \
             N -- N -- N   refs/heads/dependabot/cargo/native/main/jni-0.22.4 
(a4083c94b)

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:
 .../actions/setup-iceberg-rust-builder/action.yaml |   39 -
 .github/workflows/codeql.yml                       |    4 +-
 .github/workflows/iceberg_spark_test.yml           |   28 +-
 .github/workflows/pr_build_linux.yml               |    3 +
 .github/workflows/pr_build_macos.yml               |    2 +
 .github/workflows/spark_sql_test.yml               |    3 +
 dev/diffs/4.0.1.diff                               |   38 +-
 dev/diffs/{iceberg-rust => iceberg}/1.10.0.diff    | 2418 +++++++++++-------
 dev/diffs/{iceberg-rust => iceberg}/1.8.1.diff     | 2600 +++++++++++++-------
 dev/diffs/{iceberg-rust => iceberg}/1.9.1.diff     | 2597 ++++++++++++-------
 .../contributor-guide/iceberg-spark-tests.md       |   16 +-
 docs/source/contributor-guide/index.md             |    1 +
 docs/source/user-guide/latest/expressions.md       |    1 +
 native/Cargo.lock                                  |   12 +-
 native/core/Cargo.toml                             |    2 +-
 native/fs-hdfs/Cargo.toml                          |    2 +-
 native/shuffle/Cargo.toml                          |    2 +-
 native/spark-expr/src/agg_funcs/avg_decimal.rs     |    6 +
 native/spark-expr/src/agg_funcs/sum_decimal.rs     |    3 +-
 native/spark-expr/src/conversion_funcs/string.rs   |  295 ++-
 .../org/apache/comet/SparkErrorConverter.scala     |   18 +-
 .../org/apache/comet/serde/QueryPlanSerde.scala    |    1 +
 .../scala/org/apache/comet/serde/datetime.scala    |   53 +-
 .../sql/comet/shims/ShimSparkErrorConverter.scala  |   23 +-
 .../sql/comet/shims/ShimSparkErrorConverter.scala  |   23 +-
 .../sql/comet/shims/ShimSparkErrorConverter.scala  |   23 +-
 .../scala/org/apache/comet/CometCastSuite.scala    |   26 +-
 .../org/apache/comet/CometDateTimeUtilsSuite.scala |  284 +++
 .../comet/CometTemporalExpressionSuite.scala       |   96 +-
 .../apache/comet/SparkErrorConverterSuite.scala    |  104 +
 .../apache/comet/exec/CometAggregateSuite.scala    |   39 +
 31 files changed, 5994 insertions(+), 2768 deletions(-)
 delete mode 100644 .github/actions/setup-iceberg-rust-builder/action.yaml
 rename dev/diffs/{iceberg-rust => iceberg}/1.10.0.diff (69%)
 rename dev/diffs/{iceberg-rust => iceberg}/1.8.1.diff (68%)
 rename dev/diffs/{iceberg-rust => iceberg}/1.9.1.diff (68%)
 create mode 100644 
spark/src/test/scala/org/apache/comet/CometDateTimeUtilsSuite.scala
 create mode 100644 
spark/src/test/scala/org/apache/comet/SparkErrorConverterSuite.scala


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

Reply via email to