This is an automated email from the ASF dual-hosted git repository.
chengpan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kyuubi.git
The following commit(s) were added to refs/heads/master by this push:
new b49ef7906b [KYUUBI #7303] Bump Spark 4.1.1
b49ef7906b is described below
commit b49ef7906be3142479ae643b071d6f5eec5b4002
Author: Cheng Pan <[email protected]>
AuthorDate: Wed Jan 14 15:08:15 2026 +0800
[KYUUBI #7303] Bump Spark 4.1.1
### Why are the changes needed?
https://spark.apache.org/releases/spark-release-4.1.1.html
### How was this patch tested?
GHA.
### Was this patch authored or co-authored using generative AI tooling?
No
Closes #7303 from pan3793/spark-4.1.1.
Closes #7303
8595aa984 [Cheng Pan] Bump Spark 4.1.1
Authored-by: Cheng Pan <[email protected]>
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 2a9dce5f88..bc2a71b5f3 100644
--- a/.github/workflows/master.yml
+++ b/.github/workflows/master.yml
@@ -94,7 +94,7 @@ jobs:
- java: 17
python: '3.11'
spark: '3.5'
- spark-archive: '-Pscala-2.13
-Dspark.archive.mirror=https://www.apache.org/dyn/closer.lua/spark/spark-4.1.0
-Dspark.archive.name=spark-4.1.0-bin-hadoop3.tgz'
+ spark-archive: '-Pscala-2.13
-Dspark.archive.mirror=https://www.apache.org/dyn/closer.lua/spark/spark-4.1.1
-Dspark.archive.name=spark-4.1.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.HudiTest,org.apache.kyuubi.tags.SparkLocalClusterTest'
comment: 'verify-on-spark-4.1-binary'
env:
diff --git a/pom.xml b/pom.xml
index d2b93df7cf..2fecf3298f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2068,7 +2068,7 @@
<properties>
<maven.compiler.release>17</maven.compiler.release>
<enforcer.maxJdkVersion>17</enforcer.maxJdkVersion>
- <spark.version>4.1.0</spark.version>
+ <spark.version>4.1.1</spark.version>
<spark.binary.version>4.0</spark.binary.version>
<antlr4.version>4.13.1</antlr4.version>
<delta.version>4.0.0</delta.version>