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/kyuubi.git


The following commit(s) were added to refs/heads/master by this push:
     new 1dddd0893 [KYUUBI #6151] Remove invalid matrix spark 3.1 in GA
1dddd0893 is described below

commit 1dddd08938edc8232e0cb1627049e795564c50d8
Author: Cheng Pan <[email protected]>
AuthorDate: Mon Mar 11 13:38:00 2024 +0800

    [KYUUBI #6151] Remove invalid matrix spark 3.1 in GA
    
    # :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 <[email protected]>
    Signed-off-by: Cheng Pan <[email protected]>
---
 .github/workflows/master.yml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml
index 501f3c3d8..262bd8c73 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:

Reply via email to