Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[CELEBORN-1801] Remove out-of-dated flink 1.14 and 1.15 #3029

Closed
wants to merge 1 commit into from

Conversation

codenohup
Copy link
Contributor

@codenohup codenohup commented Dec 24, 2024

What changes were proposed in this pull request?

Remove out-of-dated flink 1.14 and 1.15.

For more information, please see the discussion thread: https://lists.apache.org/thread/njho00zmkjx5qspcrbrkogy8s4zzmwv9

Why are the changes needed?

Reduce maintenance burden.

Does this PR introduce any user-facing change?

Yes.

How was this patch tested?

Changes can be covered by existing tests.

pom.xml Outdated Show resolved Hide resolved
Copy link

codecov bot commented Dec 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 32.67%. Comparing base (2eb4c23) to head (299a43b).
Report is 12 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3029      +/-   ##
==========================================
- Coverage   32.99%   32.67%   -0.31%     
==========================================
  Files         331      336       +5     
  Lines       19842    20032     +190     
  Branches     1787     1792       +5     
==========================================
- Hits         6545     6544       -1     
- Misses      12933    13124     +191     
  Partials      364      364              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@pan3793
Copy link
Member

pan3793 commented Dec 30, 2024

Thanks for driving this, merged to main for 0.6

reswqa pushed a commit that referenced this pull request Dec 31, 2024
…fleEnvironmentWrapper, SimpleResultPartitionAdapter to flink common module

### What changes were proposed in this pull request?

Extract `RemoteShuffleEnvironment`, `NettyShuffleEnvironmentWrapper`, `SimpleResultPartitionAdapter` to flink common module. Meanwhile, `RemoteShuffleInputGate` and `RemoteShuffleResultPartition` are abstracted in flink common module.

### Why are the changes needed?

After removing out-of-dated flink 1.14 and 1.15 in #3029, `RemoteShuffleEnvironment`, `NettyShuffleEnvironmentWrapper`, `SimpleResultPartitionAdapter` could be extracted to flink common module. Meanwhile, `RemoteShuffleInputGate` and `RemoteShuffleResultPartition` could also be abstracted in flink common module.

### Does this PR introduce _any_ user-facing change?

No.

### How was this patch tested?

CI.

Closes #3041 from SteNicholas/CELEBORN-1801.

Authored-by: SteNicholas <programgeek@163.com>
Signed-off-by: Weijie Guo <reswqa@163.com>
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants