This is an automated email from the ASF dual-hosted git repository.
dependabot[bot] pushed a change to branch
dependabot/github_actions/jidicula/clang-format-action-4.18.0
in repository https://gitbox.apache.org/repos/asf/gluten.git
discard c059faac41 Bump jidicula/clang-format-action from 4.11.0 to 4.18.0
add 152ec52cb9 [GLUTEN-12597][CORE] Migrate Substrait extension
referencing from URI to URN (#12604)
add 1e4e9f3a5a [VL] Split CI spark unit tests and TPC-DS random-kill job
across parallel runners (#12624)
add 948db6c03f [FLINK] Support ORC filesystem sink format (#12327)
add 40dc7920e0 [GLUTEN-12616][CORE] Guard SparkResourceUtil.getTaskSlots
against non-positive task cpus (#12617)
add feffc48a32 Fix ut failure due to hadoop version update (#12644)
add 90e9825a89 [GLUTEN-12572][FLINK]Add support for compression in hive
table sink (#12571)
add 2da8159580 Bump actions/stale from 8 to 10 (#12639)
add 19c22709d0 Bump actions/download-artifact from 4 to 8 (#12635)
add 405e2b67e1 [VL] Install Flex under /usr in CentOS 7 vcpkg images
(#12627)
add 1986efcb38 [VL] Add a basic TPC test for weekly job (#12619)
add f5d8ad9110 [GLUTEN-6887][VL] Daily Update Velox Version
(dft-2026_07_28) (#12645)
add c3714c1f77 Bump actions/checkout from 4 to 7 (#12637)
add 7c70fd113a Bump actions/upload-artifact from 4 to 7 (#12634)
add 7c01e3431f Bump gitpython in /tools/workload/benchmark_velox/analysis
(#12646)
add eaf9811d60 Bump jidicula/clang-format-action from 4.11.0 to 4.18.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 (c059faac41)
\
N -- N -- N
refs/heads/dependabot/github_actions/jidicula/clang-format-action-4.18.0
(eaf9811d60)
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_bundle_package.yml | 14 +-
.github/workflows/build_release.yml | 4 +-
.github/workflows/ch_code_style.yml | 4 +-
.github/workflows/check_license.yml | 2 +-
.github/workflows/clickhouse_be_trigger.yml | 2 +-
.github/workflows/code_format.yml | 2 +-
.github/workflows/cpp_clang_tidy.yml | 2 +-
.github/workflows/docker_image.yml | 30 +-
.github/workflows/flink.yml | 4 +-
.github/workflows/pr_bot.yml | 2 +-
.github/workflows/scala_code_format.yml | 2 +-
.github/workflows/stale.yml | 2 +-
.github/workflows/velox_backend_ansi.yml | 50 +--
.github/workflows/velox_backend_arm.yml | 14 +-
.github/workflows/velox_backend_cache.yml | 10 +-
.github/workflows/velox_backend_enhanced.yml | 57 +--
.github/workflows/velox_backend_x86.yml | 392 +++++++++++++--------
.github/workflows/velox_nightly.yml | 86 ++---
.github/workflows/velox_weekly.yml | 197 ++++++++++-
.../gluten/spi/SharedLibraryLoaderCentos7.scala | 2 +-
.../gluten/spi/SharedLibraryLoaderCentos8.scala | 2 +-
.../gluten/spi/SharedLibraryLoaderCentos9.scala | 2 +-
.../gluten/spi/SharedLibraryLoaderDebian11.scala | 2 +-
.../gluten/spi/SharedLibraryLoaderDebian12.scala | 2 +-
.../spi/SharedLibraryLoaderOpenEuler2403.scala | 2 +-
.../gluten/spi/SharedLibraryLoaderUbuntu2204.scala | 2 +-
cpp/velox/substrait/SubstraitExtensionCollector.cc | 15 +-
cpp/velox/substrait/VeloxToSubstraitPlan.cc | 2 +-
cpp/velox/tests/data/q1_first_stage.json | 24 +-
cpp/velox/tests/data/q6_first_stage.json | 20 +-
cpp/velox/tests/data/substrait_virtualTable.json | 2 +-
dev/build-thirdparty.sh | 27 +-
.../cudf/Dockerfile.centos-9-jdk17-cuda12.9-cudf | 2 +-
dev/vcpkg/setup-build-depends.sh | 2 +-
ep/build-velox/src/build-velox.sh | 4 +
ep/build-velox/src/get-velox.sh | 6 +-
ep/build-velox/src/setup-centos8.sh | 2 +-
ep/build-velox/src/setup-openeuler24.sh | 2 +-
.../spark/memory/GlobalOffHeapMemoryTarget.scala | 2 +-
.../org/apache/spark/util/SparkResourceUtil.scala | 11 +-
.../apache/spark/util/SparkResourceUtilSuite.scala | 68 ++++
gluten-flink/docs/Flink.md | 2 +-
.../apache/gluten/velox/HiveSourceSinkFactory.java | 98 +++++-
.../GlutenStreamingFileWriterOperator.java | 14 +-
gluten-flink/ut/pom.xml | 30 +-
.../table/runtime/stream/custom/NexmarkTest.java | 195 +++++++++-
.../gluten/velox/HiveSourceSinkFactoryTest.java | 118 +++++++
.../resources/nexmark/{q10.sql => q10_orc.sql} | 16 +-
.../proto/substrait/extended_expression.proto | 9 +-
.../proto/substrait/extensions/extensions.proto | 48 +--
.../resources/substrait/proto/substrait/plan.proto | 8 +-
.../benchmark_velox/analysis/requirements.txt | 2 +-
52 files changed, 1198 insertions(+), 421 deletions(-)
create mode 100644
gluten-core/src/test/scala/org/apache/spark/util/SparkResourceUtilSuite.scala
create mode 100644
gluten-flink/ut/src/test/java/org/apache/gluten/velox/HiveSourceSinkFactoryTest.java
copy gluten-flink/ut/src/test/resources/nexmark/{q10.sql => q10_orc.sql} (58%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]