[dist] Add Flink 2.3 distribution and make it the default#856
Open
GreatEugenius wants to merge 1 commit into
Open
[dist] Add Flink 2.3 distribution and make it the default#856GreatEugenius wants to merge 1 commit into
GreatEugenius wants to merge 1 commit into
Conversation
Add Flink 2.3 support and bump the default Flink version to 2.3.0. Central
2.3.0 jars are Java 11 bytecode, so the default still builds on JDK 11 — no
Java 17 requirement. dist modules follow a symmetric rule: the default
version (2.3) is bare and inherits the root flink.version; every other
version pins its own version + provided deps.
- dist: new flink-2.3 module; flink-2.2 now pins 2.2.1 + deps; root default 2.2.1 -> 2.3.0
- e2e: flink-2.3 default + flink-2.2 profile; e2e.sh default -> 2.3
- ci: add {flink 2.3, java 17} to it-java and it-python matrices
- python: bundle 2.3 thin jar into wheel manifest + build-backend test
- misc: ut.sh help, update_flink_version, faq/long_term_memory version notes
Verified: full build on JDK 11, all 5 dist versions (1.20/2.0/2.1/2.2/2.3) pass.
Collaborator
Author
|
Hi, @wenjin272. Could you please review this PR? Thank you! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Linked issue: #833
Purpose of change
Add Flink 2.3 support and bump the default Flink version to 2.3.0.
Central 2.3.0 jars are Java 11 bytecode, so the default still builds on JDK 11 — no Java 17 requirement. dist modules follow a symmetric rule: the default version (2.3) is bare and inherits the root flink.version; every other version pins its own version + provided deps.
Tests
Full build on JDK 11 — all 5 dist versions (1.20 / 2.0 / 2.1 / 2.2 / 2.3) pass. Java and Python IT cover Flink 2.3 in CI.
API
No public API changes. 2.3 is a packaging/runtime target only.
Documentation
doc-neededdoc-not-neededdoc-included