Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up[FLINK-18606][java-streaming] Remove unused generic parameter from SinkFunction.Context #12906
Conversation
|
Thanks a lot for your contribution to the Apache Flink project. I'm the @flinkbot. I help the community Automated ChecksLast check on commit 856e797 (Wed Jul 15 11:33:06 UTC 2020) Warnings:
Mention the bot in a comment to re-run the automated checks. Review Progress
Please see the Pull Request Review Guide for a full explanation of the review process. The Bot is tracking the review progress through labels. Labels are applied according to the order of the review items. For consensus, approval by a Flink committer of PMC member is required Bot commandsThe @flinkbot bot supports the following commands:
|
856e797
to
09455c5
…nkFunction.Context
09455c5
to
c7da082
|
@flinkbot run azure |
|
This looks good! I'll merge once CI is green. |
|
Seems it failed over a connectivity error (NoHostAvailableException) in relation to Cassandra. |
|
@flinkbot run azure |
|
@aljoscha Thanks. This time it is green. |
|
Sweet! I'm merging. Thanks for checking this out and fixing it! |
|
Merged! |
What is the purpose of the change
The SinkFunction.Context has an unused generic parameter which causes needless warnings in many places.
Brief change log
Remove the type parameter from SinkFunction.Context
Verifying this change
This change is already covered by existing tests.
Does this pull request potentially affect one of the following parts:
@Public(Evolving): yesDocumentation