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 ffde2a2afa [KYUUBI #7327] Spark master version goes 4.2.0-SNAPSHOT
ffde2a2afa is described below
commit ffde2a2afa81f0e2c50a38532cd1a18ad32427e8
Author: Cheng Pan <[email protected]>
AuthorDate: Mon Mar 2 10:33:36 2026 +0800
[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
e108db0d5 [Cheng Pan] Spark master version goes 4.2.0-SNAPSHOT
Authored-by: Cheng Pan <[email protected]>
Signed-off-by: Cheng Pan <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index cf08fdde1a..b59510f15f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2087,7 +2087,7 @@
<id>spark-master</id>
<properties>
<enforcer.maxJdkVersion>17</enforcer.maxJdkVersion>
- <spark.version>4.0.0-SNAPSHOT</spark.version>
+ <spark.version>4.2.0-SNAPSHOT</spark.version>
<antlr4.version>4.13.1</antlr4.version>
<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>
</properties>