zy-kkk commented on code in PR #33058: URL: https://github.com/apache/doris/pull/33058#discussion_r1547312219
########## fe/fe-core/src/main/java/org/apache/doris/analysis/SchemaTableType.java: ########## @@ -72,7 +72,9 @@ public enum SchemaTableType { SCH_PROFILING("PROFILING", "PROFILING", TSchemaTableType.SCH_PROFILING), SCH_BACKEND_ACTIVE_TASKS("BACKEND_ACTIVE_TASKS", "BACKEND_ACTIVE_TASKS", TSchemaTableType.SCH_BACKEND_ACTIVE_TASKS), SCH_ACTIVE_QUERIES("ACTIVE_QUERIES", "ACTIVE_QUERIES", TSchemaTableType.SCH_ACTIVE_QUERIES), - SCH_WORKLOAD_GROUPS("WORKLOAD_GROUPS", "WORKLOAD_GROUPS", TSchemaTableType.SCH_WORKLOAD_GROUPS); + SCH_WORKLOAD_GROUPS("WORKLOAD_GROUPS", "WORKLOAD_GROUPS", TSchemaTableType.SCH_WORKLOAD_GROUPS), + SCHE_USER("user", "user", TSchemaTableType.SCH_USER), + SCH_PROCS_PRIV("procs_priv", "procs_priv", TSchemaTableType.SCH_PROCS_PRIV); Review Comment: procs_priv does not need a scanner for the time being, just use SchemaDummyScanner to read empty data. -- 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