luozenglin commented on code in PR #20180: URL: https://github.com/apache/doris/pull/20180#discussion_r1210192698
########## fe/fe-core/src/main/java/org/apache/doris/mysql/privilege/UserProperty.java: ########## @@ -69,6 +69,8 @@ public class UserProperty implements Writable { private static final String PROP_QUOTA = "quota"; private static final String PROP_DEFAULT_LOAD_CLUSTER = "default_load_cluster"; + private static final String PROP_WORKLOAD_GROUP = "workload_group"; Review Comment: done ########## fe/fe-core/src/main/java/org/apache/doris/mysql/privilege/UserProperty.java: ########## @@ -174,6 +181,7 @@ public void update(List<Pair<String, String>> properties) throws UserException { long execMemLimit = this.commonProperties.getExecMemLimit(); int queryTimeout = this.commonProperties.getQueryTimeout(); int insertTimeout = this.commonProperties.getInsertTimeout(); + String workloadGroup = this.commonProperties.getWorkloadGroup(); Review Comment: done -- 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