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

github-bot pushed a change to branch dependabot/cargo/master/bytes-1.11.1
in repository https://gitbox.apache.org/repos/asf/auron.git


    omit 08f275e8 Bump bytes from 1.11.0 to 1.11.1
     add a9adc70b [AURON #1850] Add FlinkArrowUtils for Flink-Arrow type 
conversion (#1959)
     add 5bbfc45a [AURON-1988] Fix empty log message in 
AuronUniffleShuffleReader. (#1989)
     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 240cea12 Bump bytes from 1.11.0 to 1.11.1

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   (08f275e8)
            \
             N -- N -- N   refs/heads/dependabot/cargo/master/bytes-1.11.1 
(240cea12)

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 +
 .gitignore                                         |   5 +-
 Cargo.lock                                         |   8 +-
 Cargo.toml                                         |   2 +-
 README.md                                          |  16 +-
 auron-build.sh                                     |   2 +-
 auron-flink-extension/auron-flink-runtime/pom.xml  |  35 +++
 .../apache/auron/flink/arrow/FlinkArrowUtils.java  | 223 +++++++++++++++++
 .../auron/flink/arrow/FlinkArrowUtilsTest.java     | 268 +++++++++++++++++++++
 .../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 +-
 .../uniffle/AuronUniffleShuffleReader.scala        |   4 +-
 .../shuffle/uniffle/UnifflePartitionWriter.scala   |   4 +-
 62 files changed, 732 insertions(+), 107 deletions(-)
 create mode 100644 
auron-flink-extension/auron-flink-runtime/src/main/java/org/apache/auron/flink/arrow/FlinkArrowUtils.java
 create mode 100644 
auron-flink-extension/auron-flink-runtime/src/test/java/org/apache/auron/flink/arrow/FlinkArrowUtilsTest.java

Reply via email to