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 bc33e6a22 [KYUUBI #6171] Drop building support for Flink 1.16
bc33e6a22 is described below

commit bc33e6a22b2f4581868dc88d926eba3d3aec0744
Author: Cheng Pan <[email protected]>
AuthorDate: Tue Mar 12 16:46:47 2024 +0800

    [KYUUBI #6171] Drop building support for Flink 1.16
    
    # Description
    
    We already marked the support for Flink 1.16 as deprecated, this PR drops 
the building support for Flink 1.16, while we still keep the cross-version 
verification to ensure the Flink engine still works on Flink 1.16 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 #6171 from pan3793/drop-flink-116-profile.
    
    Closes #6171
    
    2dd74eca7 [Cheng Pan] Drop building support for Flink 1.16
    
    Authored-by: Cheng Pan <[email protected]>
    Signed-off-by: Cheng Pan <[email protected]>
---
 .github/workflows/master.yml | 1 -
 pom.xml                      | 7 -------
 2 files changed, 8 deletions(-)

diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml
index ad76dfd4e..1d1fffb8e 100644
--- a/.github/workflows/master.yml
+++ b/.github/workflows/master.yml
@@ -185,7 +185,6 @@ jobs:
         java:
           - 8
         flink:
-          - '1.16'
           - '1.17'
           - '1.18'
         flink-archive: [ "" ]
diff --git a/pom.xml b/pom.xml
index 7e1d0748d..f327fa2b0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2315,13 +2315,6 @@
             </repositories>
         </profile>
 
-        <profile>
-            <id>flink-1.16</id>
-            <properties>
-                <flink.version>1.16.3</flink.version>
-            </properties>
-        </profile>
-
         <profile>
             <id>flink-1.17</id>
             <properties>

Reply via email to