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/20 12:11:00 UTC

[incubator-kyuubi] branch master updated: [KYUUBI #1937] Build: Use Spark 3.2 for cross version verification

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 b2a8a5a  [KYUUBI #1937] Build: Use Spark 3.2 for cross version verification
b2a8a5a is described below

commit b2a8a5abcba607ccdf5d4246950fb31575e8003f
Author: Cheng Pan <ch...@apache.org>
AuthorDate: Sun Feb 20 20:10:51 2022 +0800

    [KYUUBI #1937] Build: Use Spark 3.2 for cross version verification
    
    ### _Why are the changes needed?_
    
    Follow up #1876
    
    ### _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 #1937 from pan3793/ga.
    
    Closes #1937
    
    e6794cbf [Cheng Pan] Build: Use Spark 3.2 for cross version verfication
    
    Authored-by: Cheng Pan <ch...@apache.org>
    Signed-off-by: Cheng Pan <ch...@apache.org>
---
 .github/workflows/master.yml | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml
index a7a39ae..5baa1da 100644
--- a/.github/workflows/master.yml
+++ b/.github/workflows/master.yml
@@ -23,21 +23,21 @@ jobs:
             spark-hadoop: '2.7'
           - java: 8
             spark: '3.1'
+            spark-hadoop: '3.2'
+          - java: 8
+            spark: '3.2'
             spark-hadoop: '2.7'
             profiles: '-Dspark.archive.mirror=https://archive.apache.org/dist/spark/spark-3.0.3 -Dspark.archive.name=spark-3.0.3-bin-hadoop2.7.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'
-            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: '3.2'
             spark-hadoop: '3.2'
-            codecov: 'true'
+            profiles: '-Dspark.archive.mirror=https://archive.apache.org/dist/spark/spark-3.1.2 -Dspark.archive.name=spark-3.1.2-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.2'
             spark-hadoop: '3.2'
+            codecov: 'true'
           - java: 11
-            spark: '3.1'
+            spark: '3.2'
             spark-hadoop: '3.2'
             profiles: '-DskipTests -Pflink-provided,spark-provided'