You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2021/02/08 10:05:58 UTC

[GitHub] [iceberg] zhangjun0x01 commented on pull request #1978: Flink: Add unit test to write CDC events by SQL.

zhangjun0x01 commented on pull request #1978:
URL: https://github.com/apache/iceberg/pull/1978#issuecomment-775027713


   Now,`IcebergTableSink` only implements `AppendStreamTableSink`, not implements the `UpsertStreamTableSink`, but in flink 1.12, the two interface have deprecated, if we want to use  flink sql write the CDC data to iceberg, I think we need to refactor the `IcebergTableSink` with new interface `DynamicTableSink` first,I have did part of this refactor work, and after it  is completed, I will open a pr


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org