lucaspeng12138 commented on code in PR #5989: URL: https://github.com/apache/inlong/pull/5989#discussion_r979784562
########## inlong-manager/manager-common/src/main/java/org/apache/inlong/manager/common/consts/SinkType.java: ########## @@ -37,4 +37,6 @@ public class SinkType { public static final String TDSQLPOSTGRESQL = "TDSQLPOSTGRESQL"; public static final String DLCICEBERG = "DLCICEBERG"; Review Comment: resolved ########## inlong-manager/manager-pojo/src/main/java/org/apache/inlong/manager/pojo/sort/util/LoadNodeUtils.java: ########## @@ -493,6 +497,28 @@ public static DLCIcebergLoadNode createLoadNode(DLCIcebergSink dlcIcebergSink, L ); } + /** + * Create load node of Doris. + */ + public static DorisLoadNode createLoadNode(DorisSink dorisSink, List<FieldInfo> fieldInfos, + List<FieldRelation> fieldRelations, Map<String, String> properties) { Review Comment: resolved -- 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