diqiu50 opened a new pull request, #13214: URL: https://github.com/apache/gravitino/pull/13214
### What changes were proposed in this pull request? `FactoryUtils.isGravitinoManagedCatalogType` now also accepts any type declared by a `BaseCatalogFactory` found through `ServiceLoader`, so a catalog jar outside the connector can contribute catalog types. Factory entries that fail to load are skipped. ### Why are the changes needed? External catalog implementations were discoverable by Flink but not recognized as Gravitino-managed by the connector. Fix: #13213 ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Added `TestFactoryUtils`. -- 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]
