This is an automated email from the ASF dual-hosted git repository.
dependabot[bot] pushed a change to branch
dependabot/github_actions/actions/checkout-7
in repository https://gitbox.apache.org/repos/asf/gluten.git
discard 44e63b7c9e Bump actions/checkout from 4 to 7
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 c7ee4fa1e7 Bump actions/checkout from 4 to 7
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 (44e63b7c9e)
\
N -- N -- N
refs/heads/dependabot/github_actions/actions/checkout-7 (c7ee4fa1e7)
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 | 4 +-
.github/workflows/docker_image.yml | 6 +-
.github/workflows/flink.yml | 2 +-
.github/workflows/stale.yml | 2 +-
.github/workflows/velox_backend_ansi.yml | 14 +-
.github/workflows/velox_backend_arm.yml | 2 +-
.github/workflows/velox_backend_enhanced.yml | 6 +-
.github/workflows/velox_backend_x86.yml | 36 ++--
.github/workflows/velox_nightly.yml | 40 ++---
dev/vcpkg/setup-build-depends.sh | 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 +-
19 files changed, 565 insertions(+), 101 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]