Skip to content

Flink: Deprecate 1.20 Flink support#16517

Open
talatuyarer wants to merge 2 commits into
apache:mainfrom
talatuyarer:remove-flink-1.20
Open

Flink: Deprecate 1.20 Flink support#16517
talatuyarer wants to merge 2 commits into
apache:mainfrom
talatuyarer:remove-flink-1.20

Conversation

@talatuyarer
Copy link
Copy Markdown
Contributor

Deprecate Flink 1.20 support in next release. This change removes all code related to Flink 1.20, as version 1.11 is now available. This ensures we focus our efforts on newer, supported Flink versions.

@nssalian
Copy link
Copy Markdown
Contributor

Worth sending a dev list note too about this.

@github-actions github-actions Bot removed the INFRA label May 21, 2026
@github-actions github-actions Bot added the INFRA label May 21, 2026
@pvary
Copy link
Copy Markdown
Contributor

pvary commented May 22, 2026

We usually create a single big PR where there are 4 commits:

  • Rename the current top version to the new one - this helps us keep the history (2.1->2.2)
  • Copy that version to the original one - this restores the current version (2.2->2.1)
  • Drop the old version (1.20)
  • Fix the build, so the new version compiling - we can review the required changes independently

We merge these commit without squashing them, but at the same time, so the history is clear.

This is a big change, and every other Flink PRs need to pause a bit. Since there is quite a bit of development happening, we might want to coordinate on the dev list.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants