fuweng11 commented on code in PR #8414:
URL: https://github.com/apache/inlong/pull/8414#discussion_r1251604260


##########
inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/resource/sort/DefaultSortConfigOperator.java:
##########
@@ -138,8 +138,9 @@ private GroupInfo getGroupInfo(InlongGroupInfo groupInfo, 
List<InlongStreamInfo>
             if 
(InlongConstants.STANDARD_MODE.equals(groupInfo.getInlongGroupMode())) {
                 if (CollectionUtils.isNotEmpty(transformResponses)) {
                     relations = 
NodeRelationUtils.createNodeRelations(inlongStream);
-                    // in standard mode, replace upstream source node and 
transform input fields node
-                    // to MQ node (which is inlong stream id)
+                    // in standard mode(for Data Ingestion), replace upstream 
source node and transform input fields
+                    // node

Review Comment:
   node to MQ node (which is InLong stream id)



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