github-actions[bot] opened a new pull request, #42965: URL: https://github.com/apache/doris/pull/42965
PR Body: ## Proposed changes Issue Number: close #xxx <!--Describe your changes.--> Bug: In the previous implementation, the default compute group did not check if the user had usage permissions. This issue has now been fixed. When using the default compute group, a prerequisite for successfully setting it for userA is that userA already has usage permissions for the compute group. For example: ``` 1. GRANT USAGE_PRIV ON COMPUTE GROUP {cluster} TO userA 2. SET PROPERTY FOR userA 'DEFAULT_CLOUD_CLUSTER' = '{cluster}' ``` Cherry-picked from #42504 -- 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