CTTY commented on issue #2021:
URL: https://github.com/apache/iceberg-rust/issues/2021#issuecomment-3747042027

   Posted a draft based on option B. I think this can even be expanded to 
include `CatalogBuilder` in the future if needed
   ```rust
   pub struct IcebergTableProviderFactory {
     catalog: Option<Arc<dyn Catalog>>,
     catalog_builder:: Option<Arc<dyn CatalogBuilder>>,
   }
   ```
   But for now, I think it's a bit over-engineering 


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to