zhangjun0x01 opened a new pull request #2229: URL: https://github.com/apache/iceberg/pull/2229
Now, the `IcebergTableSink` only implement the `AppendStreamTableSink` interface, so we can not write the CDC data into iceberg table by flink sql , but the `AppendStreamTableSink`,`UpsertStreamTableSink`,`RetractStreamTableSink` have deprecated,so I refactor the `IcebergTableSink` and `IcebergTableSource` use the new interface ,so that we can write the CDC data into iceberg by flink sql later . ---------------------------------------------------------------- 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]
