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 8c7b457d8 [KYUUBI #4712] Bump Spark from 3.2.3 to 3.2.4
8c7b457d8 is described below

commit 8c7b457d88c97fafd5a4108a282192500ea7cf4e
Author: Anurag Rajawat <[email protected]>
AuthorDate: Mon Apr 17 09:14:20 2023 +0800

    [KYUUBI #4712] Bump Spark from 3.2.3 to 3.2.4
    
    ### _Why are the changes needed?_
    
    Fixes #4712
    
    ### _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/develop_tools/testing.html#running-tests)
 locally before make a pull request
    
    Closes #4718 from anurag-rajawat/upgrade-spark.
    
    Closes #4712
    
    79dcf1b79 [Anurag Rajawat] Bump Spark from 3.2.3 to 3.2.4
    
    Authored-by: Anurag Rajawat <[email protected]>
    Signed-off-by: liangbowen <[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 90d51fa95..04ecb1a60 100644
--- a/.github/workflows/master.yml
+++ b/.github/workflows/master.yml
@@ -61,7 +61,7 @@ jobs:
             comment: 'verify-on-spark-3.1-binary'
           - java: 8
             spark: '3.3'
-            spark-archive: 
'-Dspark.archive.mirror=https://archive.apache.org/dist/spark/spark-3.2.3 
-Dspark.archive.name=spark-3.2.3-bin-hadoop3.2.tgz'
+            spark-archive: 
'-Dspark.archive.mirror=https://archive.apache.org/dist/spark/spark-3.2.4 
-Dspark.archive.name=spark-3.2.4-bin-hadoop3.2.tgz'
             exclude-tags: 
'-Dmaven.plugin.scalatest.exclude.tags=org.scalatest.tags.Slow,org.apache.kyuubi.tags.DeltaTest,org.apache.kyuubi.tags.HudiTest,org.apache.kyuubi.tags.IcebergTest'
             comment: 'verify-on-spark-3.2-binary'
     env:
diff --git a/pom.xml b/pom.xml
index 8c3f71976..1feae0322 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2343,7 +2343,7 @@
                 <module>extensions/spark/kyuubi-extension-spark-3-2</module>
             </modules>
             <properties>
-                <spark.version>3.2.3</spark.version>
+                <spark.version>3.2.4</spark.version>
                 <spark.binary.version>3.2</spark.binary.version>
                 <delta.version>2.0.2</delta.version>
                 
<spark.archive.name>spark-${spark.version}-bin-hadoop3.2.tgz</spark.archive.name>

Reply via email to