This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/cargo/master/smallvec-2.0.0-alpha.12
in repository https://gitbox.apache.org/repos/asf/auron.git
omit a800a4fc Bump smallvec from 2.0.0-alpha.11 to 2.0.0-alpha.12
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 ef977fb7 [AURON #1650] Override nodeName for NativeEmptyExec (#1651)
add 56098344 Bump bytesize from 2.2.0 to 2.3.0 (#1648)
add 428dcc21 Bump lz4_flex from 0.11.5 to 0.12.0 (#1623)
add c0e336a5 [AURON #1579] Fix and strengthen nvl2 unit test (previous
test was fundamentally wrong) (#1635)
add 813d12ce Bump smallvec from 2.0.0-alpha.11 to 2.0.0-alpha.12
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 (a800a4fc)
\
N -- N -- N
refs/heads/dependabot/cargo/master/smallvec-2.0.0-alpha.12 (813d12ce)
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 | 20 ++++--
Cargo.lock | 77 ++++++++++++----------
Cargo.toml | 6 +-
.../java/org/apache/auron/jni/AuronAdaptor.java | 28 ++++----
.../org/apache/auron/jni/AuronAdaptorProvider.java | 5 ++
.../org/apache/auron/jni/AuronAdaptorTest.java | 13 ++--
.../apache/auron/jni/MockAuronAdaptorProvider.java | 11 ++--
.../org.apache.auron.jni.AuronAdaptorProvider | 5 +-
.../spark/sql/auron/AuronFunctionSuite.scala | 31 +++++----
.../auron/jni/SparkAuronAdaptorProvider.java | 11 ++--
.../org.apache.auron.jni.AuronAdaptorProvider | 5 +-
.../apache/spark/sql/auron/AuronConverters.scala | 2 +
.../scala/org/apache/spark/sql/auron/Shims.scala | 2 -
13 files changed, 127 insertions(+), 89 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%)
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%)