This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch dependabot/cargo/master/lz4_flex-0.12.0
in repository https://gitbox.apache.org/repos/asf/auron.git
omit cd807a3e Bump lz4_flex from 0.11.5 to 0.12.0
add ae479902 [AURON #1621] Introduces dynamic default value for
ConfigOption (#1622)
add 64c13252 Bump bytesize from 2.1.0 to 2.2.0 (#1619)
add 05eca619 make MD5 output back to utf8 (#1605)
add ef625c26 [AURON #1612] Filter out empty build-info values to improve
Spark UI display (#1615)
add 062b1bec [AURON #1629] Fix out-of-date module name in labeler.yml #1629
add 3ef12615 Bump bytes from 1.10.1 to 1.11.0 (#1634)
add 9a35bb3a [AURON #1631] Updates the labeler workflow to cover the newly
added modules in the Auron project (#1632)
add 58fa81fc [AURON #1602] Implement AuronAdaptor SPI discovery with Spark
provider (#1620)
add c360e2bc Bump lz4_flex from 0.11.5 to 0.12.0
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 (cd807a3e)
\
N -- N -- N refs/heads/dependabot/cargo/master/lz4_flex-0.12.0
(c360e2bc)
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/labeler.yml | 22 ++++++--
Cargo.lock | 60 +++++++++++-----------
Cargo.toml | 4 +-
auron-build.sh | 34 +++++++-----
.../auron/configuration/AuronConfiguration.java | 28 +++++++---
.../apache/auron/configuration/ConfigOption.java | 31 ++++++++++-
.../apache/auron/configuration/ConfigOptions.java | 10 +++-
.../java/org/apache/auron/jni/AuronAdaptor.java | 28 +++++-----
.../org/apache/auron/jni/AuronAdaptorProvider.java | 5 ++
.../configuration/AuronConfigurationTest.java | 2 +
.../configuration/MockAuronConfiguration.java | 7 ++-
.../org/apache/auron/jni/AuronAdaptorTest.java | 13 +++--
.../apache/auron/jni/MockAuronAdaptorProvider.java | 11 ++--
.../org.apache.auron.jni.AuronAdaptorProvider | 5 +-
.../org/apache/auron/common/AuronBuildInfo.scala | 2 +-
native-engine/auron-serde/proto/auron.proto | 2 +-
native-engine/auron-serde/src/from_proto.rs | 2 +-
native-engine/datafusion-ext-functions/src/lib.rs | 11 ++--
.../src/{spark_sha2.rs => spark_crypto.rs} | 50 +++++++++++++-----
.../org/apache/spark/sql/auron/ShimsImpl.scala | 1 +
.../spark/sql/auron/AuronFunctionSuite.scala | 17 ++++++
.../auron/jni/SparkAuronAdaptorProvider.java | 11 ++--
.../configuration/SparkAuronConfiguration.java | 15 ++----
.../org.apache.auron.jni.AuronAdaptorProvider | 5 +-
.../apache/spark/sql/auron/NativeConverters.scala | 2 +-
.../scala/org/apache/spark/sql/auron/Shims.scala | 2 -
26 files changed, 250 insertions(+), 130 deletions(-)
copy dev/license-header =>
auron-core/src/main/java/org/apache/auron/jni/AuronAdaptorProvider.java (88%)
copy common/src/main/templates/org/apache/auron/common/ProjectConstants.java
=> auron-core/src/test/java/org/apache/auron/jni/MockAuronAdaptorProvider.java
(80%)
copy scalafix.conf =>
auron-core/src/test/resources/META-INF/services/org.apache.auron.jni.AuronAdaptorProvider
(94%)
rename native-engine/datafusion-ext-functions/src/{spark_sha2.rs =>
spark_crypto.rs} (80%)
copy common/src/main/templates/org/apache/auron/common/ProjectConstants.java
=>
spark-extension/src/main/java/org/apache/auron/jni/SparkAuronAdaptorProvider.java
(80%)
copy scalafix.conf =>
spark-extension/src/main/resources/META-INF/services/org.apache.auron.jni.AuronAdaptorProvider
(94%)