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 84e60e92d [KYUUBI #6094] Bump Spark from 3.5.0 to 3.5.1
84e60e92d is described below

commit 84e60e92db752696d73b9b3ea66f6e6b134002cd
Author: XH Qian <[email protected]>
AuthorDate: Wed Feb 28 11:10:46 2024 +0800

    [KYUUBI #6094] Bump Spark from 3.5.0 to 3.5.1
    
    # :mag: Description
    ## Issue References ๐Ÿ”—
    
    This pull request closes #6094
    
    ## Describe Your Solution ๐Ÿ”ง
    
    Upgrade Spark from 3.5.0 to 3.5.1
    
    ## Types of changes :bookmark:
    
    - [ ] Bugfix (non-breaking change which fixes an issue)
    - [ ] New feature (non-breaking change which adds functionality)
    - [ ] Breaking change (fix or feature that would cause existing 
functionality to change)
    
    ## Test Plan ๐Ÿงช
    
    #### Behavior Without This Pull Request :coffin:
    
    #### Behavior With This Pull Request :tada:
    
    #### Related Unit Tests
    
    ---
    
    # Checklist ๐Ÿ“
    
    - [x] This patch was not authored or co-authored using [Generative 
Tooling](https://www.apache.org/legal/generative-tooling.html)
    
    **Be nice. Be informative.**
    
    Closes #6103 from GGHWS/features/kyuubi-6094.
    
    Closes #6094
    
    c44f2b879 [XH Qian] Upgrade Spark from 3.5.0 to 3.5.1
    
    Authored-by: XH Qian <[email protected]>
    Signed-off-by: Cheng Pan <[email protected]>
---
 .github/workflows/master.yml | 2 +-
 pom.xml                      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml
index 0ded887a8..501f3c3d8 100644
--- a/.github/workflows/master.yml
+++ b/.github/workflows/master.yml
@@ -74,7 +74,7 @@ jobs:
             comment: 'verify-on-spark-3.3-binary'
           - java: 8
             spark: '3.4'
-            spark-archive: 
'-Dspark.archive.mirror=https://archive.apache.org/dist/spark/spark-3.5.0 
-Dspark.archive.name=spark-3.5.0-bin-hadoop3.tgz -Pzookeeper-3.6'
+            spark-archive: 
'-Dspark.archive.mirror=https://archive.apache.org/dist/spark/spark-3.5.1 
-Dspark.archive.name=spark-3.5.1-bin-hadoop3.tgz -Pzookeeper-3.6'
             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'
             comment: 'verify-on-spark-3.5-binary'
         exclude:
diff --git a/pom.xml b/pom.xml
index 2da107b70..b0a9410da 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2306,7 +2306,7 @@
                 <delta.version>3.1.0</delta.version>
                 <!-- Remove this when Hudi supports Spark 3.5 -->
                 <hudi.spark.binary.version>3.4</hudi.spark.binary.version>
-                <spark.version>3.5.0</spark.version>
+                <spark.version>3.5.1</spark.version>
                 <spark.binary.version>3.5</spark.binary.version>
                 
<maven.plugin.scalatest.exclude.tags>org.scalatest.tags.Slow</maven.plugin.scalatest.exclude.tags>
             </properties>

Reply via email to