You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kyuubi.apache.org by fc...@apache.org on 2022/11/29 06:15:15 UTC

[incubator-kyuubi] branch master updated: [KYUUBI #3825] Bump Spark from 3.2.2 to 3.2.3

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/incubator-kyuubi.git


The following commit(s) were added to refs/heads/master by this push:
     new 599fb3cd6 [KYUUBI #3825] Bump Spark from 3.2.2 to 3.2.3
599fb3cd6 is described below

commit 599fb3cd64b2810b05636a6a8426aaf199717458
Author: Fu Chen <cf...@gmail.com>
AuthorDate: Tue Nov 29 14:15:03 2022 +0800

    [KYUUBI #3825] Bump Spark from 3.2.2 to 3.2.3
    
    ### _Why are the changes needed?_
    
    test against Spark-3.2.3
    
    https://www.mail-archive.com/devspark.apache.org/msg29609.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
    
    - [ ] [Run test](https://kyuubi.apache.org/docs/latest/develop_tools/testing.html#running-tests) locally before make a pull request
    
    Closes #3825 from cfmcgrady/spark323.
    
    Closes #3825
    
    a2deabcdf [Fu Chen] release
    2fea74cf0 [Fu Chen] spark.archive.name
    8245c6490 [Fu Chen] bump spark-3.2.3
    
    Authored-by: Fu Chen <cf...@gmail.com>
    Signed-off-by: Fu Chen <cf...@gmail.com>
---
 .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 38915b560..11ec8dc9e 100644
--- a/.github/workflows/master.yml
+++ b/.github/workflows/master.yml
@@ -59,7 +59,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.2 -Dspark.archive.name=spark-3.2.2-bin-hadoop3.2.tgz'
+            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'
             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 d61afafa9..4722c2238 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2248,7 +2248,7 @@
                 <module>extensions/spark/kyuubi-extension-spark-3-2</module>
             </modules>
             <properties>
-                <spark.version>3.2.2</spark.version>
+                <spark.version>3.2.3</spark.version>
                 <spark.binary.version>3.2</spark.binary.version>
                 <delta.version>2.0.1</delta.version>
                 <spark.archive.name>spark-${spark.version}-bin-hadoop3.2.tgz</spark.archive.name>