zy-kkk commented on code in PR #30654: URL: https://github.com/apache/doris/pull/30654#discussion_r1473738000
########## docs/zh-CN/docs/admin-manual/workload-group.md: ########## @@ -144,7 +144,7 @@ set workload_group = 'g2'; ``` session变量`workload_group`优先于 user property `default_workload_group`, 在`workload_group`为空时,查询将绑定到`default_workload_group`, 在session变量`workload_group`不为空时,查询将绑定到`workload_group`。 -如果是非admin用户,需要先执行[SHOW-WORKLOAD-GROUPS](../sql-manual/sql-reference/Show-Statements/SHOW-WORKLOAD-GROUPS.md) 确认下当前用户能否看到该workload group,不能看到的workload group可能不存在或者当前用户没有权限,执行查询时会报错。给worklaod group授权参考:[grant语句](../sql-manual/sql-reference/Account-Management-Statements/GRANT.md)。 +如果是非admin用户,需要先执行[SHOW-WORKLOAD-GROUPS](../sql-manual/sql-reference/Show-Statements/SHOW-WORKLOAD-GROUPS.md) 确认下当前用户能否看到该workload group,不能看到的workload group可能不存在或者当前用户没有权限,执行查询时会报错。给workload group授权参考:[grant语句](../sql-manual/sql-reference/Account-Management-Statements/GRANT.md)。 Review Comment: Can you modify it again so that there is a space between English and Chinese? -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
