JNSimba commented on code in PR #272:
URL: 
https://github.com/apache/doris-flink-connector/pull/272#discussion_r1426790680


##########
flink-doris-connector/src/main/java/org/apache/doris/flink/tools/cdc/mysql/DateToStringConverter.java:
##########
@@ -134,14 +140,16 @@ private String convertDateTime(Object input) {
 
     private String convertTimestamp(Object input) {
         if (input instanceof ZonedDateTime) {
-            // mysql timestamp will be converted to UTC storage,and the 
zonedDatetime here is UTC time
+            // mysql timestamp will be converted to UTC storage,and the 
zonedDatetime here is UTC
+            // time

Review Comment:
   newline



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

Reply via email to