mchades opened a new issue, #12794: URL: https://github.com/apache/gravitino/issues/12794
### Describe the feature Extend existing catalog connection testing to accept proposed `CatalogChange` values, allowing the effective configuration to be tested before altering the catalog. ### Motivation The existing API only tests the stored catalog configuration. Proposed catalog property changes cannot currently be validated before they are persisted. ### Describe the solution Add a `testConnection` API that accepts proposed catalog changes, applies them to a temporary effective configuration, and runs the existing connection probe without persisting the changes. ### Additional context This is a follow-up to #12552. -- 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]
