Skip to content

Commit

Permalink
[KYUUBI apache#6151] Remove invalid matrix spark 3.1 in GA
Browse files Browse the repository at this point in the history
# 🔍 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 🔖

- [ ] 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 apache#6151 from pan3793/ci-3.1.

Closes apache#6151

f50de2e [Cheng Pan] Remove invalid matrix spark 3.1 in GA

Authored-by: Cheng Pan <[email protected]>
Signed-off-by: Cheng Pan <[email protected]>
  • Loading branch information
pan3793 committed Mar 11, 2024
1 parent 64058a0 commit 1dddd08
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ jobs:
- 11
- 17
spark:
- '3.1'
- '3.2'
- '3.3'
- '3.4'
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 1dddd08

Please sign in to comment.