You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by GitBox <gi...@apache.org> on 2022/09/26 09:32:38 UTC

[GitHub] [inlong] lucaspeng12138 commented on a diff in pull request #5989: [INLONG-5043][Manager] Add Apache Doris load node management

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-unsubscribe@inlong.apache.org

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