[flink] Upgrade sink connector to new API version#205
Conversation
|
LGTM, cc @wuchong. |
wuchong
left a comment
There was a problem hiding this comment.
Sorry for the late reviewing and thanks @michaelkoepf for the contribution. The changes looks good to me in general. Could you rebase the branch to latest main branch to resolve the conflicts?
9c08511 to
2da3bdc
Compare
|
@wuchong addressed feedback and rebased, ptal |
wuchong
left a comment
There was a problem hiding this comment.
Thanks for the updating. LGTM.
2da3bdc to
5f93c5f
Compare
|
Hi @michaelkoepf , I know why the CI is stuck on |
|
@wuchong i will look into the suggested issue. |
2132b2a to
2da3bdc
Compare
- Upgraded sink connector from deprecated RichSinkFunction to new Sink interface - Adapted corresponding unit test cases Issue apache#132
- Adapted access modifiers - Consistent naming Issue apache#132
2da3bdc to
6dd724f
Compare
|
@wuchong fixed |
Purpose
Linked issue: close #132
Upgrade sink connector from deprecated RichSinkFunction (will be removed in Flink 2.0) to new Sink interface
Tests
com.alibaba.fluss.connector.flink.sink.FlinkSinkWriterTest.javacom.alibaba.fluss.connector.flink.sink.FlinkTableSinkITCase.javaAPI and Format
n/a
Documentation
n/a