healchow commented on code in PR #5989:
URL: https://github.com/apache/inlong/pull/5989#discussion_r977272185


##########
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:
   No need to indent to the above params.



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