From bc33e6a22b2f4581868dc88d926eba3d3aec0744 Mon Sep 17 00:00:00 2001 From: Cheng Pan Date: Tue, 12 Mar 2024 16:46:47 +0800 Subject: [PATCH] [KYUUBI #6171] Drop building support for Flink 1.16 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # 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 Signed-off-by: Cheng Pan --- .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 ad76dfd4ef4..1d1fffb8ed4 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 7e1d0748d2c..f327fa2b016 100644 --- a/pom.xml +++ b/pom.xml @@ -2315,13 +2315,6 @@ - - flink-1.16 - - 1.16.3 - - - flink-1.17