chyueyi commented on code in PR #7079:
URL: https://github.com/apache/inlong/pull/7079#discussion_r1058858337


##########
inlong-sort/sort-connectors/jdbc/src/main/java/org/apache/inlong/sort/jdbc/internal/JdbcMultiBatchingOutputFormat.java:
##########
@@ -399,14 +420,44 @@ protected GenericRowData generateRecord(RowType rowType, 
Map<String, String> fie
                         record.setField(i, Double.valueOf(fieldValue));
                         break;
                     case TIME_WITHOUT_TIME_ZONE:
-                    case TIMESTAMP_WITHOUT_TIME_ZONE:
+                        // case TIMESTAMP_WITHOUT_TIME_ZONE:

Review Comment:
   OK,fixed it @kuansix 



-- 
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: commits-unsubscr...@inlong.apache.org

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

Reply via email to