wangbo commented on code in PR #18184:
URL: https://github.com/apache/doris/pull/18184#discussion_r1155495237


##########
gensrc/thrift/PaloInternalService.thrift:
##########
@@ -576,6 +576,15 @@ struct TPipelineInstanceParams {
   6: optional i32 backend_num
 }
 
+struct TPipelineResourceGroup {
+  1: optional i64 id
+  2: optional string name
+  3: optional map<string, string> properties
+  4: optional i64 version
+  5: optional string parent_name
+  6: optional set<string> children_names

Review Comment:
   1 Id should be used here;
   2 Usually BE need not to know the child group. 



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to