suhwan-cheon opened a new pull request, #4096: URL: https://github.com/apache/flink-cdc/pull/4096
issue: https://issues.apache.org/jira/browse/FLINK-38248 description --- This PR resolves the schema evolution error that occurs when MySQL's default timestamp default value '0000-00-00 00:00:00' is processed by the Doris sink connector. The fix automatically converts MySQL's invalid timestamp to Doris-compatible default value during table creation and column addition operations. ('0000-00-00 00:00:00' -> '1970-01-01 00:00:00') Future Work --- If this is the correct approach, I will proceed with the following. Similar MySQL timestamp compatibility fixes will be applied to other downstream connectors (Paimon, StarRocks, etc.) in follow-up PRs to ensure consistent behavior across all pipeline connectors. -- 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