Skip to content

Commit a77d263

Browse files
committed
[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 d4b630c [Cheng Pan] Bump Spark 4.0.1 Authored-by: Cheng Pan <chengpan@apache.org> Signed-off-by: Cheng Pan <chengpan@apache.org> (cherry picked from commit 5d04c9b) Signed-off-by: Cheng Pan <chengpan@apache.org>
1 parent fa3b032 commit a77d263

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
@@ -2042,7 +2042,7 @@
20422042
<module>extensions/spark/kyuubi-spark-connector-hive</module>
20432043
</modules>
20442044
<properties>
2045-
<spark.version>4.0.0</spark.version>
2045+
<spark.version>4.0.1</spark.version>
20462046
<spark.binary.version>4.0</spark.binary.version>
20472047
<antlr4.version>4.13.1</antlr4.version>
20482048
<!-- TODO: update once Delta support Spark 4.0 -->

0 commit comments

Comments
 (0)