JNSimba commented on code in PR #272:
URL:
https://github.com/apache/doris-flink-connector/pull/272#discussion_r1426791621
##########
flink-doris-connector/src/main/java/org/apache/doris/flink/tools/cdc/mysql/MysqlDatabaseSync.java:
##########
@@ -186,8 +189,8 @@ public DataStreamSource<String>
buildCdcSource(StreamExecutionEnvironment env) {
Properties jdbcProperties = new Properties();
Properties debeziumProperties = new Properties();
- //date to string
- debeziumProperties.putAll(DateToStringConverter.DEFAULT_PROPS);
+ // date to string
+ debeziumProperties.putAll(DateToStringConverter.defaultProps);
Review Comment:
same as above
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]