vernedeng commented on code in PR #5809:
URL: https://github.com/apache/inlong/pull/5809#discussion_r966668800


##########
inlong-sdk/sort-sdk/src/main/java/org/apache/inlong/sdk/sort/util/StringUtil.java:
##########
@@ -106,4 +245,26 @@ public static String formatDate(Date date) {
         return sdf.format(date);
     }
 
+    public static long parseDateTime(String value) {

Review Comment:
   fixed, thx



##########
inlong-sdk/sort-sdk/src/test/java/org/apache/inlong/sdk/sort/impl/decode/MessageDeserializerTest.java:
##########
@@ -97,6 +98,9 @@ public void testDeserialize() {
 
         //5. testDeserializeVersion1CompressionType2
         testDeserializeVersion1CompressionType2();
+
+        //6. DeserializeVersion2NoCompress

Review Comment:
   fixed, thx



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