baiyangtx commented on PR #9174:
URL: https://github.com/apache/paimon/pull/9174#issuecomment-5356064106

   @JingsongLi  Thanks for raising this concern.
   
   Our concrete use case is that some tables need to access schemas from a 
remote service through REST APIs. We implemented an `HTTPSchemaManager` 
internally so that related tables can reuse remotely managed schemas.
   
   `Catalog` and `RESTCatalog` already support pluggable snapshot and branch 
management, but there is no equivalent extension point for schema management. 
Making `SchemaManager` an interface enables this capability while retaining 
`FileSystemSchemaManager` as the default implementation.
   
   I plan to add schema-related REST APIs to `RESTCatalog` in a separate PR to 
keep this change focused and reduce the review scope.
   
   


-- 
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]

Reply via email to