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 bfef00d72 [KYUUBI #6171][FOLLOWUP] Restore flink-1.16 profile to 
recover Flink IT
bfef00d72 is described below

commit bfef00d722533635b0d76ec3e7c211c8f11c3f50
Author: Cheng Pan <[email protected]>
AuthorDate: Wed Mar 13 11:15:10 2024 +0800

    [KYUUBI #6171][FOLLOWUP] Restore flink-1.16 profile to recover Flink IT
    
    # :mag: Description
    
    I forgot the Flink cross-version verification integration tests require 
using the target Flink version to bootstrap a Flink Mini Cluster, this PR 
restores `flink-1.16` profile to recover Flink IT
    
    ## Types of changes :bookmark:
    
    - [x] 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 #6176 from pan3793/6171-followup.
    
    Closes #6171
    
    f2ffcc9b1 [Cheng Pan] [KYUUBI #6171][FOLLOWUP] Restore flink-1.16 profile 
to recover Flink IT
    
    Authored-by: Cheng Pan <[email protected]>
    Signed-off-by: Cheng Pan <[email protected]>
---
 pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/pom.xml b/pom.xml
index 79d4d52ce..ea9918f49 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2315,6 +2315,13 @@
             </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