zddr commented on code in PR #17236: URL: https://github.com/apache/doris/pull/17236#discussion_r1125776555
########## fe/fe-core/src/main/java/org/apache/doris/common/proc/AuthProcDir.java: ########## @@ -31,7 +31,7 @@ */ public class AuthProcDir implements ProcDirInterface { public static final ImmutableList<String> TITLE_NAMES = new ImmutableList.Builder<String>() - .add("UserIdentity").add("Password").add("GlobalPrivs").add("CatalogPrivs") + .add("UserIdentity").add("Password").add("Roles").add("GlobalPrivs").add("CatalogPrivs") Review Comment: Show roles is to show which users have roles assigned to them. Here is to show which roles users have -- 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