featzhang commented on code in PR #7243:
URL: https://github.com/apache/inlong/pull/7243#discussion_r1091421735


##########
inlong-manager/manager-pojo/src/main/java/org/apache/inlong/manager/pojo/sort/util/LoadNodeUtils.java:
##########
@@ -651,4 +715,59 @@ public static void checkPartitionField(List<SinkField> 
fieldList, List<HiveParti
         }
     }
 
+    /**
+     * Parse format
+     *
+     * @param formatName        data serialization, support: csv, json, canal, 
avro, etc
+     * @param wrapWithInlongMsg whether wrap content with {@link 
InLongMsgFormat}
+     * @param separatorStr      the separator of data content
+     * @param ignoreParseErrors whether ignore deserialization error data
+     * @return the format for serialized content
+     */
+    private static Format parsingFormat(

Review Comment:
   This is a general implementation, and other newly added storages can also 
use this method.



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

Reply via email to