Skip to content

Commit 5d04c9b

Browse files
committed
[KYUUBI #7197] Bump Spark 4.0.1
### Why are the changes needed? https://spark.apache.org/releases/spark-release-4-0-1.html ### How was this patch tested? Pass GHA. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #7197 from pan3793/spark-4.0.1. Closes #7197 d4b630c [Cheng Pan] Bump Spark 4.0.1 Authored-by: Cheng Pan <[email protected]> Signed-off-by: Cheng Pan <[email protected]>
1 parent c04dc4f commit 5d04c9b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
comment: 'verify-on-spark-3.4-binary'
7878
- java: 17
7979
spark: '3.5'
80-
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'
80+
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'
8181
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'
8282
comment: 'verify-on-spark-4.0-binary'
8383
env:

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2066,7 +2066,7 @@
20662066
</modules>
20672067
<properties>
20682068
<enforcer.maxJdkVersion>17</enforcer.maxJdkVersion>
2069-
<spark.version>4.0.0</spark.version>
2069+
<spark.version>4.0.1</spark.version>
20702070
<spark.binary.version>4.0</spark.binary.version>
20712071
<antlr4.version>4.13.1</antlr4.version>
20722072
<delta.version>4.0.0</delta.version>

0 commit comments

Comments
 (0)