yiguolei commented on code in PR #49884: URL: https://github.com/apache/doris/pull/49884#discussion_r2035076336
########## 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: 不要增加这种函数,他本身就不会有names 在getComputeGroupNames 这个函数里自己包装set 吧 -- 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