This is an automated email from the ASF dual-hosted git repository.
chengpan pushed a commit to branch branch-1.10
in repository https://gitbox.apache.org/repos/asf/kyuubi.git
The following commit(s) were added to refs/heads/branch-1.10 by this push:
new a77d263355 [KYUUBI #7197] Bump Spark 4.0.1
a77d263355 is described below
commit a77d26335586bd9ec780bb6a7e7ec5fe969f5e07
Author: Cheng Pan <[email protected]>
AuthorDate: Mon Sep 8 15:02:36 2025 +0800
[KYUUBI #7197] Bump Spark 4.0.1
https://spark.apache.org/releases/spark-release-4-0-1.html
Pass GHA.
No.
Closes #7197 from pan3793/spark-4.0.1.
Closes #7197
d4b630c46 [Cheng Pan] Bump Spark 4.0.1
Authored-by: Cheng Pan <[email protected]>
Signed-off-by: Cheng Pan <[email protected]>
(cherry picked from commit 5d04c9b836dbab3f80ee6e41927624c968c7c77b)
Signed-off-by: Cheng Pan <[email protected]>
---
.github/workflows/master.yml | 2 +-
pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml
index aafd6c9756..dd03ddea7d 100644
--- a/.github/workflows/master.yml
+++ b/.github/workflows/master.yml
@@ -77,7 +77,7 @@ jobs:
comment: 'verify-on-spark-3.4-binary'
- java: 17
spark: '3.5'
- spark-archive: '-Pscala-2.13
-Dspark.archive.mirror=https://archive.apache.org/dist/spark/spark-4.0.0
-Dspark.archive.name=spark-4.0.0-bin-hadoop3.tgz'
+ spark-archive: '-Pscala-2.13
-Dspark.archive.mirror=https://archive.apache.org/dist/spark/spark-4.0.1
-Dspark.archive.name=spark-4.0.1-bin-hadoop3.tgz'
exclude-tags:
'-Dmaven.plugin.scalatest.exclude.tags=org.scalatest.tags.Slow,org.apache.kyuubi.tags.DeltaTest,org.apache.kyuubi.tags.IcebergTest,org.apache.kyuubi.tags.PaimonTest,org.apache.kyuubi.tags.SparkLocalClusterTest'
comment: 'verify-on-spark-4.0-binary'
env:
diff --git a/pom.xml b/pom.xml
index 3d21a3ea0d..2a63d7da7c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2042,7 +2042,7 @@
<module>extensions/spark/kyuubi-spark-connector-hive</module>
</modules>
<properties>
- <spark.version>4.0.0</spark.version>
+ <spark.version>4.0.1</spark.version>
<spark.binary.version>4.0</spark.binary.version>
<antlr4.version>4.13.1</antlr4.version>
<!-- TODO: update once Delta support Spark 4.0 -->