This is an automated email from the ASF dual-hosted git repository.
fchen 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 acb3362e6 [KYUUBI #5068] Bump Spark in spark-master profile from
3.5.0-SNAPSHOT to 4.0.0-SNAPSHOT
acb3362e6 is described below
commit acb3362e6d716c866041c13c36f4f89a586303db
Author: Fu Chen <[email protected]>
AuthorDate: Wed Jul 19 20:20:19 2023 +0800
[KYUUBI #5068] Bump Spark in spark-master profile from 3.5.0-SNAPSHOT to
4.0.0-SNAPSHOT
### _Why are the changes needed?_
Welcome to Spark 4.0
https://github.com/apache/spark/pull/42048
### _How was this patch tested?_
- [ ] Add some test cases that check the changes thoroughly including
negative and positive cases if possible
- [ ] Add screenshots for manual tests if appropriate
- [ ] [Run
test](https://kyuubi.readthedocs.io/en/master/contributing/code/testing.html#running-tests)
locally before make a pull request
Closes #5068 from cfmcgrady/spark-4.0.
Closes #5068
42cf63e2d [Fu Chen] bump spark 4.0.0-SNAPSHOT
Authored-by: Fu Chen <[email protected]>
Signed-off-by: Fu Chen <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 354867090..e3da6a6a8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2191,7 +2191,7 @@
<profile>
<id>spark-master</id>
<properties>
- <spark.version>3.5.0-SNAPSHOT</spark.version>
+ <spark.version>4.0.0-SNAPSHOT</spark.version>
<maven.plugin.scalatest.exclude.tags>org.scalatest.tags.Slow,org.apache.kyuubi.tags.DeltaTest,org.apache.kyuubi.tags.IcebergTest,org.apache.kyuubi.tags.PySparkTest</maven.plugin.scalatest.exclude.tags>
</properties>
<repositories>