You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kyuubi.apache.org by ch...@apache.org on 2022/07/17 12:44:42 UTC

[incubator-kyuubi] branch master updated: [KYUUBI #3044] Bump Spark 3.2.2

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


The following commit(s) were added to refs/heads/master by this push:
     new 720bc00c9 [KYUUBI #3044] Bump Spark 3.2.2
720bc00c9 is described below

commit 720bc00c99c3536548f886f447be2e5f24a85af9
Author: Fu Chen <cf...@gmail.com>
AuthorDate: Sun Jul 17 20:44:29 2022 +0800

    [KYUUBI #3044] Bump Spark 3.2.2
    
    ### _Why are the changes needed?_
    
    Test against spark 3.2.2
    
    ### _How was this patch tested?_
    Pass CI.
    
    Closes #3044 from cfmcgrady/spark322.
    
    Closes #3044
    
    85238a3d [Fu Chen] bump spark-3.2.2
    c35b9390 [Fu Chen] fix integration tests
    cae8ea39 [Fu Chen] spark-3.3
    c87a6e92 [Fu Chen] update
    cd2da898 [Fu Chen] default value
    ed3b0ee8 [Fu Chen] Bump Spark-3.2.2-rc1
    
    Authored-by: Fu Chen <cf...@gmail.com>
    Signed-off-by: Cheng Pan <ch...@apache.org>
---
 .github/workflows/master.yml | 1 -
 pom.xml                      | 4 ++--
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml
index 896808c66..c88fb3046 100644
--- a/.github/workflows/master.yml
+++ b/.github/workflows/master.yml
@@ -339,7 +339,6 @@ jobs:
       - name: integration tests
         run: >-
           ./build/mvn ${MVN_OPT} clean install
-          -Dspark.version=3.2.1
           -Pflink-provided,hive-provided
           -Pkubernetes-it
           -Dtest=none -DwildcardSuites=org.apache.kyuubi.kubernetes.test.spark
diff --git a/pom.xml b/pom.xml
index 155141868..13d1cc396 100644
--- a/pom.xml
+++ b/pom.xml
@@ -167,7 +167,7 @@
           DO NOT forget to change the following properties when change the minor version of Spark:
           `delta.version`, `iceberg.name`, `maven.plugin.scalatest.exclude.tags`
           -->
-        <spark.version>3.2.1</spark.version>
+        <spark.version>3.2.2</spark.version>
         <spark.archive.name>spark-${spark.version}-bin-hadoop3.2.tgz</spark.archive.name>
         <spark.archive.mirror>${apache.archive.dist}/spark/spark-${spark.version}</spark.archive.mirror>
         <spark.archive.download.skip>false</spark.archive.download.skip>
@@ -2053,7 +2053,7 @@
         <profile>
             <id>spark-3.2</id>
             <properties>
-                <spark.version>3.2.1</spark.version>
+                <spark.version>3.2.2</spark.version>
                 <delta.version>2.0.0rc1</delta.version>
                 <iceberg.name>iceberg-spark-runtime-3.2_${scala.binary.version}</iceberg.name>
                 <!--