Skip to content

Commit

Permalink
[KYUUBI apache#6171][FOLLOWUP] Restore flink-1.16 profile to recover …
Browse files Browse the repository at this point in the history
…Flink IT

# 🔍 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 🔖

- [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 apache#6176 from pan3793/6171-followup.

Closes apache#6171

f2ffcc9 [Cheng Pan] [KYUUBI apache#6171][FOLLOWUP] Restore flink-1.16 profile to recover Flink IT

Authored-by: Cheng Pan <[email protected]>
Signed-off-by: Cheng Pan <[email protected]>
  • Loading branch information
pan3793 authored and zhaohehuhu committed Mar 21, 2024
1 parent 5100901 commit 634f375
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 634f375

Please sign in to comment.