Skip to content

Commit

Permalink
[KYUUBI #6171] Drop building support for Flink 1.16
Browse files Browse the repository at this point in the history
# 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 🔖

- [ ] 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

2dd74ec [Cheng Pan] Drop building support for Flink 1.16

Authored-by: Cheng Pan <[email protected]>
Signed-off-by: Cheng Pan <[email protected]>
  • Loading branch information
pan3793 committed Mar 12, 2024
1 parent 6297651 commit bc33e6a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@ jobs:
java:
- 8
flink:
- '1.16'
- '1.17'
- '1.18'
flink-archive: [ "" ]
Expand Down
7 changes: 0 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit bc33e6a

Please sign in to comment.