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: [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]