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/07/18 15:02:34 UTC

[GitHub] [inlong] yunqingmoswu commented on a diff in pull request #5106: [INLONG-5103][Manager] Add constant field support for stream source and transform node

yunqingmoswu commented on code in PR #5106:
URL: https://github.com/apache/inlong/pull/5106#discussion_r923481205


##########
inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/sort/util/ExtractNodeUtils.java:
##########
@@ -431,4 +385,16 @@ public static TubeMQExtractNode createExtractNode(TubeMQSource source) {
         );
     }
 
+    private static List<FieldInfo> parseFieldInfos(List<StreamField> streamFields, String nodeId) {

Review Comment:
   ok



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