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


##########
fe/fe-core/src/main/java/org/apache/doris/datasource/FederationBackendPolicy.java:
##########
@@ -160,7 +163,7 @@ public void init(List<String> preLocations) throws 
UserException {
             // Some request from stream load(eg, mysql load) may not set user 
info in ConnectContext
             // just ignore it.
             if (!Strings.isNullOrEmpty(qualifiedUser)) {
-                tags = 
Env.getCurrentEnv().getAuth().getResourceTags(qualifiedUser);
+                tags = 
Env.getCurrentEnv().getAuth().getComputeGroupTags(qualifiedUser);

Review Comment:
   这个为啥不是group 而是tag?



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