This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch dependabot/cargo/master/rand-0.10.0
in repository https://gitbox.apache.org/repos/asf/auron.git
omit db3d3a15 Bump rand from 0.9.2 to 0.10.0
add 95741ffd [AURON#1991] Improve README formatting and grammar. (#1992)
add 9b079f8a [AURON #1404] Support for Spark 4.0.2 Compatibility in Auron.
(#1990)
add 31ed89fd fix(bloom_filter): skip 1-byte marker in unfreeze_from_arrays
to fix version mismatch (#1979)
add d1c8c61b Bump jemalloc_pprof from 0.8.1 to 0.8.2 (#1998)
add 4b41feda [AURON #1999] Add Apache-2.0 license declaration to all
native-engine Cargo.toml files. (#2000)
add 299f00ea [RELEASE] Bump version 7.0.0-incubating (#2007)
add 870fc247 [RELEASE] Bump version 8.0.0-SNAPSHOT (#2008)
add d2af8a4b [AURON #2032] Fix thread-safety issues in
UnifflePartitionWriter synchronization. (#2033)
add 8e0681e4 [AURON #2028] Fix extra brace in SparkOnHeapSpillManager log
message. (#2029)
add ec54cf24 Bump chrono from 0.4.43 to 0.4.44 (#2036)
add b68d88d9 Bump sonic-rs from 0.5.6 to 0.5.7 (#2038)
add 8e366cef Bump rand from 0.9.2 to 0.10.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 (db3d3a15)
\
N -- N -- N refs/heads/dependabot/cargo/master/rand-0.10.0
(8e366cef)
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/build-amd64-releases.yml | 2 +-
.github/workflows/build-arm-releases.yml | 2 +-
.github/workflows/tpcds-reusable.yml | 5 ++-
.github/workflows/tpcds.yml | 9 +++++
Cargo.lock | 20 ++++++----
Cargo.toml | 4 +-
README.md | 16 ++++----
auron-build.sh | 2 +-
.../sql/execution/ui/AuronAllExecutionsPage.scala | 2 +-
dev/auron-it/pom.xml | 39 +++++++++++++++++++
native-engine/auron-jni-bridge/Cargo.toml | 2 +-
native-engine/auron-memmgr/Cargo.toml | 2 +-
native-engine/auron-planner/Cargo.toml | 2 +-
native-engine/auron/Cargo.toml | 4 +-
native-engine/datafusion-ext-commons/Cargo.toml | 2 +-
native-engine/datafusion-ext-exprs/Cargo.toml | 2 +-
native-engine/datafusion-ext-functions/Cargo.toml | 4 +-
native-engine/datafusion-ext-plans/Cargo.toml | 2 +-
.../datafusion-ext-plans/src/agg/bloom_filter.rs | 1 -
pom.xml | 44 +++++++++++++++++++++-
.../sql/auron/InterceptedValidateSparkPlan.scala | 4 +-
.../org/apache/spark/sql/auron/ShimsImpl.scala | 44 +++++++++++-----------
.../execution/auron/plan/ConvertToNativeExec.scala | 2 +-
.../sql/execution/auron/plan/NativeAggExec.scala | 10 ++---
.../auron/plan/NativeBroadcastExchangeExec.scala | 2 +-
.../auron/plan/NativeCollectLimitExec.scala | 2 +-
.../execution/auron/plan/NativeExpandExec.scala | 2 +-
.../execution/auron/plan/NativeFilterExec.scala | 2 +-
.../execution/auron/plan/NativeGenerateExec.scala | 2 +-
.../auron/plan/NativeGlobalLimitExec.scala | 2 +-
.../auron/plan/NativeLocalLimitExec.scala | 2 +-
.../NativeParquetInsertIntoHiveTableExec.scala | 6 +--
.../auron/plan/NativeParquetSinkExec.scala | 2 +-
.../auron/plan/NativePartialTakeOrderedExec.scala | 2 +-
.../auron/plan/NativeProjectExecProvider.scala | 2 +-
.../plan/NativeRenameColumnsExecProvider.scala | 2 +-
.../auron/plan/NativeShuffleExchangeExec.scala | 10 ++---
.../sql/execution/auron/plan/NativeSortExec.scala | 2 +-
.../auron/plan/NativeTakeOrderedExec.scala | 2 +-
.../sql/execution/auron/plan/NativeUnionExec.scala | 2 +-
.../execution/auron/plan/NativeWindowExec.scala | 2 +-
.../shuffle/AuronBlockStoreShuffleReader.scala | 2 +-
.../auron/shuffle/AuronRssShuffleManagerBase.scala | 2 +-
.../auron/shuffle/AuronShuffleManager.scala | 4 +-
.../auron/shuffle/AuronShuffleWriter.scala | 2 +-
.../joins/auron/plan/NativeBroadcastJoinExec.scala | 12 +++---
.../plan/NativeShuffledHashJoinExecProvider.scala | 2 +-
.../plan/NativeSortMergeJoinExecProvider.scala | 2 +-
.../execution/AuronAdaptiveQueryExecSuite.scala | 2 +-
.../sql/auron/memory/SparkOnHeapSpillManager.scala | 2 +-
.../auron/columnar/AuronColumnarArray.scala | 2 +-
.../auron/columnar/AuronColumnarBatchRow.scala | 2 +-
.../auron/columnar/AuronColumnarStruct.scala | 2 +-
.../auron/plan/NativeBroadcastExchangeBase.scala | 2 +-
.../auron/shuffle/AuronShuffleDependency.scala | 2 +-
.../auron/plan/NativeHiveTableScanBase.scala | 2 +-
.../shuffle/uniffle/UnifflePartitionWriter.scala | 4 +-
57 files changed, 209 insertions(+), 109 deletions(-)