From a242c68dbe62cfbfad91aa6c45a214883717f4bd Mon Sep 17 00:00:00 2001 From: wforget <643348094@qq.com> Date: Mon, 18 Mar 2024 21:55:29 +0800 Subject: [PATCH] [KYUUBI #6134][FOLLOWUP] Add profile and CI for Flink 1.19 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # :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 <643348094@qq.com> Signed-off-by: Cheng Pan --- .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 dbd5885f9df..907378a313c 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 b1a88dc838d..3f607562656 100644 --- a/pom.xml +++ b/pom.xml @@ -2291,6 +2291,13 @@ + + flink-1.19 + + 1.19.0 + + + zookeeper-3.6