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