helong001 commented on issue #7395: URL: https://github.com/apache/gravitino/issues/7395#issuecomment-2975075647
> May be we could add a configuration to specifying the default catalog for `dynamic-config-provider`, WDYT? I actually mixed both **static** and **dynamic** catalog providers in the same metalake, and that’s when the issue with the default catalog came up — I encountered the error: "default_catalog is illegal in gravitino-based-provider" After I **uncommented the static configuration**, everything started to work properly again. That suggests the static provider was still being used to resolve the default catalog. How to properly handle this really depends on **whether mixing static and dynamic providers is officially supported**. One possibility is to treat the static configuration as a fallback or default definition layer on top of the dynamic setup. If mixing is not intended, then maybe the system should enforce a clear separation — or, alternatively, allow setting a default catalog even in a dynamic-only setup. -- 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]
