Skip to content

Commit 8061d40

Browse files
committed
Bump Spark 4.0.0 RC2
1 parent e6f9ca2 commit 8061d40

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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://dist.apache.org/repos/dist/dev/spark/v4.0.0-rc1-bin -Dspark.archive.name=spark-4.0.0-bin-hadoop3.tgz'
80+
spark-archive: '-Pscala-2.13 -Dspark.archive.mirror=https://dist.apache.org/repos/dist/dev/spark/v4.0.0-rc2-bin -Dspark.archive.name=spark-4.0.0-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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1297,7 +1297,7 @@
12971297
</snapshots>
12981298
<id>spark-4.0.0-staging</id>
12991299
<name>spark-4.0.0-staging</name>
1300-
<url>https://repository.apache.org/content/repositories/orgapachespark-1475</url>
1300+
<url>https://repository.apache.org/content/repositories/orgapachespark-1478</url>
13011301
</repository>
13021302
</repositories>
13031303

@@ -2083,7 +2083,7 @@
20832083
<!-- TODO: update once Paimon support Spark 4.0 -->
20842084
<paimon.artifact>paimon-spark-3.5</paimon.artifact>
20852085
<maven.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</maven.plugin.scalatest.exclude.tags>
2086-
<spark.archive.mirror>https://dist.apache.org/repos/dist/dev/spark/v4.0.0-rc1-bin</spark.archive.mirror>
2086+
<spark.archive.mirror>https://dist.apache.org/repos/dist/dev/spark/v4.0.0-rc2-bin</spark.archive.mirror>
20872087
<spark.archive.name>spark-${spark.version}-bin-hadoop3.tgz</spark.archive.name>
20882088
</properties>
20892089
</profile>

0 commit comments

Comments
 (0)