Skip to content

Commit ffde2a2

Browse files
committed
[KYUUBI #7327] Spark master version goes 4.2.0-SNAPSHOT
### Why are the changes needed? Spark master version goes 4.2.0-SNAPSHOT ### How was this patch tested? Monitor daily CI after landing. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #7327 from pan3793/master-4.2. Closes #7327 e108db0 [Cheng Pan] Spark master version goes 4.2.0-SNAPSHOT Authored-by: Cheng Pan <chengpan@apache.org> Signed-off-by: Cheng Pan <chengpan@apache.org>
1 parent ba7e057 commit ffde2a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2087,7 +2087,7 @@
20872087
<id>spark-master</id>
20882088
<properties>
20892089
<enforcer.maxJdkVersion>17</enforcer.maxJdkVersion>
2090-
<spark.version>4.0.0-SNAPSHOT</spark.version>
2090+
<spark.version>4.2.0-SNAPSHOT</spark.version>
20912091
<antlr4.version>4.13.1</antlr4.version>
20922092
<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,org.apache.kyuubi.tags.PySparkTest</maven.plugin.scalatest.exclude.tags>
20932093
</properties>

0 commit comments

Comments
 (0)