yuxiqian commented on PR #41:
URL: https://github.com/apache/flink-cdc/pull/41#issuecomment-2076415796

   Hello @shizhengchao, sorry for the long delay of this PR. Could you please 
help rebase it with latest `master` branch before we can merge this?
   
   Kindly reminder about some refactored packages:
   * `RowDataDebeziumDeserializeSchema`
     `com.alibaba.ververica.cdc.debezium.table` → 
`org.apache.flink.cdc.debezium.table`
   * `MySQLTableSource` and `MySQLTableSourceFactory`
     `com.alibaba.ververica.cdc.connectors.mysql.table`  → 
`org.apache.flink.cdc.connectors.mysql.table`
   * `PostgreSQLTableSource` and `PostgreSQLTableFactory`
     `com.alibaba.ververica.cdc.connectors.postgres.table`  → 
`org.apache.flink.cdc.connectors.postgres.table`
   
   Also, there are a lot of new connectors added into Flink CDC since this PR 
was submitted. Maybe we can bring the `capture-unchanged-updates` option to 
more connectors?
   
   Thanks again for your generous contribution!


-- 
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.

To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org

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

Reply via email to