lingzhengyou opened a new issue, #4610: URL: https://github.com/apache/gravitino/issues/4610
### Describe the feature Currently, when creating a catalog, no validation is performed, and any parameters can be filled in arbitrarily to execute successfully. You need to proactively check after creation to determine if the created catalog has any issues. Legitimate compliance checks should be added when creating a catalog. For instance, connectivity tests can be conducted during catalog creation. For example, when creating a MySQL catalog with a URL containing the database name, Trino fails to connect. Either improve Trino's connectivity or conduct compliance checks during catalog creation. If issues arise, an exception should be returned to indicate a failed creation. ### Motivation Add legitimate checks when creating a catalog. ### Describe the solution Add legitimate checks when creating a catalog. ### 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]
