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 9dc33d873 [KYUUBI #4990] Bump Spark 3.4.1
9dc33d873 is described below

commit 9dc33d8734a0836bf25bb44b66e4aabd6b8d4c29
Author: Cheng Pan <[email protected]>
AuthorDate: Sun Jun 25 10:25:51 2023 +0800

    [KYUUBI #4990] Bump Spark 3.4.1
    
    ### _Why are the changes needed?_
    
    https://spark.apache.org/releases/spark-release-3-4-1.html
    
    ### _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
    
    - [x] [Run 
test](https://kyuubi.readthedocs.io/en/master/contributing/code/testing.html#running-tests)
 locally before make a pull request
    
    Closes #4990 from pan3793/spark-3.4.1.
    
    Closes #4990
    
    68203b2c0 [Cheng Pan] Bump Spark 3.4.1
    
    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 7eaa09b59..87da3a610 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2177,7 +2177,7 @@
             </modules>
             <properties>
                 <delta.version>2.4.0</delta.version>
-                <spark.version>3.4.0</spark.version>
+                <spark.version>3.4.1</spark.version>
                 <spark.binary.version>3.4</spark.binary.version>
                 
<maven.plugin.scalatest.exclude.tags>org.scalatest.tags.Slow,org.apache.kyuubi.tags.IcebergTest</maven.plugin.scalatest.exclude.tags>
             </properties>

Reply via email to