yiguolei commented on code in PR #48187: URL: https://github.com/apache/doris/pull/48187#discussion_r1971479489
########## fe/fe-core/src/main/java/org/apache/doris/mysql/MysqlProto.java: ########## @@ -266,7 +266,7 @@ public static boolean negotiate(ConnectContext context) throws IOException { } // set resource tag if has - context.setResourceTags(Env.getCurrentEnv().getAuth().getResourceTags(qualifiedUser)); + context.setComputeGroupTags(Env.getCurrentEnv().getAuth().getComputeGroupTags(qualifiedUser)); Review Comment: 这里直接set compute group 就好了,不要传递tags了 -- 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