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: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
