yuqi1129 opened a new pull request, #12939: URL: https://github.com/apache/gravitino/pull/12939
### What changes were proposed in this pull request? Add shared JDBC database resolution and use it in PostgreSQL catalog configuration. Derive omitted database names from the JDBC URL and reject missing, blank, or conflicting names. Update documentation and examples. ### Why are the changes needed? PostgreSQL catalogs currently accept configurations that fail on first use, even when the database is already present in the JDBC URL. Fix: #12938 ### Does this PR introduce _any_ user-facing change? PostgreSQL catalogs can omit `jdbc-database` when the URL supplies it. Invalid or conflicting database names are rejected during configuration. ### How was this patch tested? All 89 JDBC common and PostgreSQL unit tests passed, including 17 new regression cases. Relevant module Spotless checks passed. -- 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]
