danhuawang opened a new issue, #7797:
URL: https://github.com/apache/gravitino/issues/7797
### Version
main branch
### Describe what's wrong
The catalog had been renamed to new name `new_auth_mysql_catalog1`,but
fullName in role is still the old name
<img width="776" height="793" alt="Image"
src="https://github.com/user-attachments/assets/2414eb8b-ab7a-4a90-aad2-9bd14064d8b5"
/>
<img width="622" height="706" alt="Image"
src="https://github.com/user-attachments/assets/8348c4a6-3b3e-4efa-8459-9dcca7953294"
/>
### Error message and/or stacktrace
N/A
### How to reproduce
1. Create a role as following
```
{
"code": 0,
"role": {
"name": "tableRole2",
"audit": {
"creator": "anonymous",
"createTime": "2025-07-24T09:41:32.518001927Z"
},
"properties": {
"k1": "v1"
},
"securableObjects": [
{
"type": "catalog",
"privileges": [
{
"name": "use_catalog",
"condition": "deny"
}
],
"fullName": "auth_mysql_catalog1"
}
]
}
}
```
2. Rename catalog `auth_mysql_catalog1` to `new_auth_mysql_catalog1`
3. Get the role check fullName
### Additional context
_No response_
--
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]