You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kyuubi.apache.org by ch...@apache.org on 2024/03/18 13:55:48 UTC

(kyuubi) branch branch-1.9 updated: [KYUUBI #6134][FOLLOWUP] Add profile and CI for Flink 1.19

This is an automated email from the ASF dual-hosted git repository.

chengpan pushed a commit to branch branch-1.9
in repository https://gitbox.apache.org/repos/asf/kyuubi.git


The following commit(s) were added to refs/heads/branch-1.9 by this push:
     new c2e724381 [KYUUBI #6134][FOLLOWUP] Add profile and CI for Flink 1.19
c2e724381 is described below

commit c2e7243812baf3f9295a72d778f830cd84db5a46
Author: wforget <64...@qq.com>
AuthorDate: Mon Mar 18 21:55:29 2024 +0800

    [KYUUBI #6134][FOLLOWUP] Add profile and CI for Flink 1.19
    
    # :mag: Description
    ## Issue References ๐Ÿ”—
    
    This pull request fixes #6134
    
    ## Describe Your Solution ๐Ÿ”ง
    
    Add profile and ci for flink 1.19.
    
    ## Types of changes :bookmark:
    
    - [ ] Bugfix (non-breaking change which fixes an issue)
    - [X] New feature (non-breaking change which adds functionality)
    - [ ] Breaking change (fix or feature that would cause existing functionality to change)
    
    ## Test Plan ๐Ÿงช
    
    #### Behavior Without This Pull Request :coffin:
    
    #### Behavior With This Pull Request :tada:
    
    #### Related Unit Tests
    
    ---
    
    # 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 #6190 from wForget/KYUUBI-6134-FOLLOWUP.
    
    Closes #6134
    
    6c5c8824f [wforget] [KYUUBI #6134][FOLLOWUP] Add profile and ci for flink 1.19
    
    Authored-by: wforget <64...@qq.com>
    Signed-off-by: Cheng Pan <ch...@apache.org>
    (cherry picked from commit a242c68dbe62cfbfad91aa6c45a214883717f4bd)
    Signed-off-by: Cheng Pan <ch...@apache.org>
---
 .github/workflows/master.yml | 5 +++++
 pom.xml                      | 7 +++++++
 2 files changed, 12 insertions(+)

diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml
index dbd5885f9..907378a31 100644
--- a/.github/workflows/master.yml
+++ b/.github/workflows/master.yml
@@ -187,6 +187,7 @@ jobs:
         flink:
           - '1.17'
           - '1.18'
+          - '1.19'
         flink-archive: [ "" ]
         comment: [ "normal" ]
         include:
@@ -198,6 +199,10 @@ jobs:
             flink: '1.17'
             flink-archive: '-Dflink.archive.mirror=https://archive.apache.org/dist/flink/flink-1.18.1 -Dflink.archive.name=flink-1.18.1-bin-scala_2.12.tgz'
             comment: 'verify-on-flink-1.18-binary'
+          - java: 8
+            flink: '1.17'
+            flink-archive: '-Dflink.archive.mirror=https://archive.apache.org/dist/flink/flink-1.19.0 -Dflink.archive.name=flink-1.19.0-bin-scala_2.12.tgz'
+            comment: 'verify-on-flink-1.19-binary'
     steps:
       - uses: actions/checkout@v4
       - name: Free up disk space
diff --git a/pom.xml b/pom.xml
index e87d69d37..f61257359 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2291,6 +2291,13 @@
             </properties>
         </profile>
 
+        <profile>
+            <id>flink-1.19</id>
+            <properties>
+                <flink.version>1.19.0</flink.version>
+            </properties>
+        </profile>
+
         <profile>
             <id>zookeeper-3.6</id>
             <properties>