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/02/04 06:58:18 UTC

[incubator-kyuubi] branch master updated: [KYUUBI #1848] Bump Spark 3.2.1

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 dd4ae3f  [KYUUBI #1848] Bump Spark 3.2.1
dd4ae3f is described below

commit dd4ae3f4108ca8dab9d1d8146a1186c39a43470a
Author: Cheng Pan <ch...@apache.org>
AuthorDate: Fri Feb 4 14:58:07 2022 +0800

    [KYUUBI #1848] Bump Spark 3.2.1
    
    ### _Why are the changes needed?_
    
    Close #1848
    
    ### _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.apache.org/docs/latest/develop_tools/testing.html#running-tests) locally before make a pull request
    
    Closes #1862 from pan3793/spark-3.2.1.
    
    Closes #1848
    
    306da100 [Cheng Pan] [KYUUBI #1848] Bump Spark 3.2.1
    
    Authored-by: Cheng Pan <ch...@apache.org>
    Signed-off-by: Cheng Pan <ch...@apache.org>
---
 .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 92bd6b3..07d8322 100644
--- a/.github/workflows/master.yml
+++ b/.github/workflows/master.yml
@@ -28,7 +28,7 @@ jobs:
           - java: 8
             spark: '3.1'
             spark-hadoop: '3.2'
-            profiles: '-Dspark.archive.mirror=https://archive.apache.org/dist/spark/spark-3.2.0 -Dspark.archive.name=spark-3.2.0-bin-hadoop3.2.tgz -Dmaven.plugin.scalatest.exclude.tags=org.apache.kyuubi.tags.ExtendedSQLTest,org.apache.kyuubi.tags.DeltaTest,org.apache.kyuubi.tags.HudiTest,org.apache.kyuubi.tags.IcebergTest'
+            profiles: '-Dspark.archive.mirror=https://archive.apache.org/dist/spark/spark-3.2.1 -Dspark.archive.name=spark-3.2.1-bin-hadoop3.2.tgz -Dmaven.plugin.scalatest.exclude.tags=org.apache.kyuubi.tags.ExtendedSQLTest,org.apache.kyuubi.tags.DeltaTest,org.apache.kyuubi.tags.HudiTest,org.apache.kyuubi.tags.IcebergTest'
           - java: 8
             spark: '3.1'
             spark-hadoop: '3.2'
diff --git a/pom.xml b/pom.xml
index d654dd9..451294e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1799,7 +1799,7 @@
         <profile>
             <id>spark-3.2</id>
             <properties>
-                <spark.version>3.2.0</spark.version>
+                <spark.version>3.2.1</spark.version>
                 <delta.version>1.1.0</delta.version>
                 <maven.plugin.scalatest.exclude.tags>org.apache.kyuubi.tags.ExtendedSQLTest,org.apache.kyuubi.tags.IcebergTest,org.apache.kyuubi.tags.HudiTest</maven.plugin.scalatest.exclude.tags>
             </properties>