justinmclean opened a new issue, #7979:
URL: https://github.com/apache/gravitino/issues/7979
### What would you like to be improved?
In:
catalogs/catalog-jdbc-mysql/src/main/java/org/apache/gravitino/catalog/mysql/MysqlCatalogCapability.java
catalogs/catalog-jdbc-postgresql/src/main/java/org/apache/gravitino/catalog/postgresql/PostgreSqlCatalogCapability.java
A TODO exists to validate the name against reserved words.
A good starting point would be to have these as reserved words for MySQL:
mysql
information_schema
performance_schema
sys
For Postgres:
pg_catalog
information_schema
### How should we improve?
See above
--
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]