From 84e60e92db752696d73b9b3ea66f6e6b134002cd Mon Sep 17 00:00:00 2001 From: XH Qian <16678125728@163.com> Date: Wed, 28 Feb 2024 11:10:46 +0800 Subject: [PATCH] [KYUUBI #6094] Bump Spark from 3.5.0 to 3.5.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # :mag: Description ## Issue References ๐Ÿ”— This pull request closes #6094 ## Describe Your Solution ๐Ÿ”ง Upgrade Spark from 3.5.0 to 3.5.1 ## Types of changes :bookmark: - [ ] Bugfix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to change) ## Test Plan ๐Ÿงช #### Behavior Without This Pull Request :coffin: #### Behavior With This Pull Request :tada: #### Related Unit Tests --- # Checklist ๐Ÿ“ - [x] This patch was not authored or co-authored using [Generative Tooling](https://www.apache.org/legal/generative-tooling.html) **Be nice. Be informative.** Closes #6103 from GGHWS/features/kyuubi-6094. Closes #6094 c44f2b879 [XH Qian] Upgrade Spark from 3.5.0 to 3.5.1 Authored-by: XH Qian <16678125728@163.com> Signed-off-by: Cheng Pan --- .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 0ded887a8ff..501f3c3d871 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -74,7 +74,7 @@ jobs: comment: 'verify-on-spark-3.3-binary' - java: 8 spark: '3.4' - spark-archive: '-Dspark.archive.mirror=https://archive.apache.org/dist/spark/spark-3.5.0 -Dspark.archive.name=spark-3.5.0-bin-hadoop3.tgz -Pzookeeper-3.6' + spark-archive: '-Dspark.archive.mirror=https://archive.apache.org/dist/spark/spark-3.5.1 -Dspark.archive.name=spark-3.5.1-bin-hadoop3.tgz -Pzookeeper-3.6' exclude-tags: '-Dmaven.plugin.scalatest.exclude.tags=org.scalatest.tags.Slow,org.apache.kyuubi.tags.DeltaTest,org.apache.kyuubi.tags.IcebergTest,org.apache.kyuubi.tags.PaimonTest,org.apache.kyuubi.tags.SparkLocalClusterTest' comment: 'verify-on-spark-3.5-binary' exclude: diff --git a/pom.xml b/pom.xml index 2da107b70a7..b0a9410da9d 100644 --- a/pom.xml +++ b/pom.xml @@ -2306,7 +2306,7 @@ 3.1.0 3.4 - 3.5.0 + 3.5.1 3.5 org.scalatest.tags.Slow