yiguolei commented on code in PR #48187:
URL: https://github.com/apache/doris/pull/48187#discussion_r1971481462


##########
fe/fe-core/src/main/java/org/apache/doris/mysql/privilege/Auth.java:
##########
@@ -1229,10 +1230,19 @@ public int getCpuResourceLimit(String qualifiedUser) {
         }
     }
 
-    public Set<Tag> getResourceTags(String qualifiedUser) {
+    public Set<Tag> getComputeGroupTags(String qualifiedUser) {

Review Comment:
   不应该有这个函数,只要用auth 里resouce tag的地方,都u应该直接使用compute group。 只要我们还会把tags 
返回,那么上层就会tag和compute 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: 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

Reply via email to