yiguolei commented on code in PR #48187: URL: https://github.com/apache/doris/pull/48187#discussion_r1986867557
########## fe/fe-core/src/main/java/org/apache/doris/mysql/privilege/UserPropertyMgr.java: ########## @@ -176,7 +177,11 @@ public Set<Tag> getResourceTags(String qualifiedUser) { && Config.force_olap_table_replication_allocation.isEmpty()) { tags = Sets.newHashSet(Tag.DEFAULT_BACKEND_TAG); } - return tags; + if (!tags.isEmpty()) { Review Comment: 这需要加注释,来解释,我们为什么选择这个行为 -- 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