wangbo commented on code in PR #49884: URL: https://github.com/apache/doris/pull/49884#discussion_r2038863667
########## fe/fe-core/src/main/java/org/apache/doris/resource/computegroup/ComputeGroup.java: ########## @@ -68,6 +69,10 @@ public String getName() { return name; } + public Set<String> getNames() { + return Sets.newHashSet(name); Review Comment: 存算一体是支持指定多个rg的,根据cg.wg找workload group的时候,得有个方法返回多个wg的name,所以ComputeGroup无论如何都得返回一个name的集合 -- 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-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org