sclee01 commented on issue #2010: URL: https://github.com/apache/polaris/issues/2010#issuecomment-3096202759
@dimas-b I looked into this and it seems that schema setup isn’t handled solely by the Admin Tool. The `bootstrapRealms()` method in `MetaStoreManagerFactory` currently runs the schema initialization script every time it's called — for each realm. To support a proper one-time setup via a new Admin Tool command, we’d need to refactor this logic and move schema setup into a separate method (e.g. `setupSchema(SchemaOptions)`). Since `MetaStoreManagerFactory` is an interface, this would also require changes across related implementations and test classes. Just wanted to check if you're okay with this broader scope before proceeding further. -- 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]
