suhwan-cheon commented on code in PR #4096:
URL: https://github.com/apache/flink-cdc/pull/4096#discussion_r2281583310
##########
flink-cdc-connect/flink-cdc-pipeline-connectors/flink-cdc-pipeline-connector-doris/src/main/java/org/apache/flink/cdc/connectors/doris/utils/DorisSchemaUtils.java:
##########
@@ -46,6 +46,8 @@ public class DorisSchemaUtils {
public static final String DEFAULT_DATE = "1970-01-01";
public static final String DEFAULT_DATETIME = "1970-01-01 00:00:00";
+ public static final String MYSQL_DEFAULT_TIMESTAMP_VALUE = "0000-00-00
00:00:00";
Review Comment:
I agree, the same thing could happen with other upstream DBs.
I changed about that.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]