jerqi opened a new issue, #4718:
URL: https://github.com/apache/gravitino/issues/4718
### Version
main branch
### Describe what's wrong
Currenlty, Iceberg jdbc backend will use catalog name as default backend
name. In my understanding, it will trigger the bug if I rename the catalog.
### Error message and/or stacktrace
From the code.
```
catalogname
String catalogName = properties.get("catalog-name");
jdbcProperties.put(
"iceberg.jdbc-catalog.catalog-name",
properties.getOrDefault(IcebergConstants.CATALOG_BACKEND_NAME,
catalogName));
```
### How to reproduce
I have questions when I read the code
### 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]