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/06/07 02:01:13 UTC

[incubator-kyuubi] branch master updated: [KYUUBI #2817] Bump Spark 3.3.0-rc5

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 9ee4a9e37 [KYUUBI #2817] Bump Spark 3.3.0-rc5
9ee4a9e37 is described below

commit 9ee4a9e37f2eaf25acdfd88e8f886b7b43691981
Author: Cheng Pan <ch...@apache.org>
AuthorDate: Tue Jun 7 10:01:00 2022 +0800

    [KYUUBI #2817] Bump Spark 3.3.0-rc5
    
    ### _Why are the changes needed?_
    
    https://www.mail-archive.com/devspark.apache.org/msg29070.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
    
    - [x] [Run test](https://kyuubi.apache.org/docs/latest/develop_tools/testing.html#running-tests) locally before make a pull request
    
    Closes #2817 from pan3793/spark-3.3.0-rc5.
    
    Closes #2817
    
    7286ade8 [Cheng Pan] fix
    a8079694 [Cheng Pan] update
    aba2f427 [Cheng Pan] Build: Bump Spark 3.3.0-rc5
    
    Authored-by: Cheng Pan <ch...@apache.org>
    Signed-off-by: Cheng Pan <ch...@apache.org>
---
 .github/workflows/master.yml | 2 +-
 pom.xml                      | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml
index 9acd46653..c3f3ba9dd 100644
--- a/.github/workflows/master.yml
+++ b/.github/workflows/master.yml
@@ -63,7 +63,7 @@ jobs:
             comment: 'verify-spark-3.1'
           - java: 8
             spark: '3.2'
-            spark-archive: '-Dspark.archive.mirror=https://dist.apache.org/repos/dist/dev/spark/v3.3.0-rc3-bin -Dspark.archive.name=spark-3.3.0-bin-hadoop3.tgz'
+            spark-archive: '-Dspark.archive.mirror=https://dist.apache.org/repos/dist/dev/spark/v3.3.0-rc5-bin -Dspark.archive.name=spark-3.3.0-bin-hadoop3.tgz'
             exclude-tags: '-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'
             comment: 'verify-spark-3.3'
     env:
diff --git a/pom.xml b/pom.xml
index 3ce2f0eef..7525d074d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1990,7 +1990,7 @@
             <repositories>
                 <repository>
                     <id>Apache Staging Repository</id>
-                    <url>https://repository.apache.org/content/repositories/orgapachespark-1404</url>
+                    <url>https://repository.apache.org/content/repositories/orgapachespark-1406</url>
                     <releases>
                         <enabled>true</enabled>
                     </releases>
@@ -2002,7 +2002,7 @@
             <properties>
                 <spark.version>3.3.0</spark.version>
                 <spark.archive.name>spark-${spark.version}-bin-hadoop3.tgz</spark.archive.name>
-                <spark.archive.mirror>https://dist.apache.org/repos/dist/dev/spark/v3.3.0-rc3-bin/</spark.archive.mirror>
+                <spark.archive.mirror>https://dist.apache.org/repos/dist/dev/spark/v3.3.0-rc5-bin/</spark.archive.mirror>
                 <maven.plugin.scalatest.exclude.tags>org.apache.kyuubi.tags.ExtendedSQLTest,org.apache.kyuubi.tags.DeltaTest,org.apache.kyuubi.tags.IcebergTest,org.apache.kyuubi.tags.HudiTest</maven.plugin.scalatest.exclude.tags>
             </properties>
             <modules>