From a690821d8f66f420eaad7dfd6ae95082215535d1 Mon Sep 17 00:00:00 2001 From: Cheng Pan Date: Mon, 11 Mar 2024 13:38:00 +0800 Subject: [PATCH] [KYUUBI #6151] Remove invalid matrix spark 3.1 in GA MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # :mag: Description ## Issue References ๐Ÿ”— Maven profile `spark-3.1` is removed. ## Describe Your Solution ๐Ÿ”ง Remove invalid matrix spark 3.1 in GA. Note, that the cross version verify still exists to ensure that the Spark SQL engine works well on the Spark 3.1 runtime ## 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 ๐Ÿงช Pass GA. --- # 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 #6151 from pan3793/ci-3.1. Closes #6151 f50de2efd [Cheng Pan] Remove invalid matrix spark 3.1 in GA Authored-by: Cheng Pan Signed-off-by: Cheng Pan --- .github/workflows/master.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 501f3c3d871..262bd8c7302 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -48,7 +48,6 @@ jobs: - 11 - 17 spark: - - '3.1' - '3.2' - '3.3' - '3.4' @@ -79,8 +78,6 @@ jobs: comment: 'verify-on-spark-3.5-binary' exclude: # SPARK-33772: Spark supports JDK 17 since 3.3.0 - - java: 17 - spark: '3.1' - java: 17 spark: '3.2' env: