From 9ee4a9e37f2eaf25acdfd88e8f886b7b43691981 Mon Sep 17 00:00:00 2001 From: Cheng Pan Date: Tue, 7 Jun 2022 10:01:00 +0800 Subject: [PATCH] [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 Signed-off-by: Cheng Pan --- .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 @@ Apache Staging Repository - https://repository.apache.org/content/repositories/orgapachespark-1404 + https://repository.apache.org/content/repositories/orgapachespark-1406 true @@ -2002,7 +2002,7 @@ 3.3.0 spark-${spark.version}-bin-hadoop3.tgz - https://dist.apache.org/repos/dist/dev/spark/v3.3.0-rc3-bin/ + https://dist.apache.org/repos/dist/dev/spark/v3.3.0-rc5-bin/ org.apache.kyuubi.tags.ExtendedSQLTest,org.apache.kyuubi.tags.DeltaTest,org.apache.kyuubi.tags.IcebergTest,org.apache.kyuubi.tags.HudiTest