linhr commented on issue #1314: URL: https://github.com/apache/iceberg-rust/issues/1314#issuecomment-2947808661
> Like what we do for `Catalog`, maybe we can add `Storage` trait and `FileIO` struct in the core and have something like `iceberg-storage-opendal` and `iceberg-storage-object-store`? This sounds like a great idea! I guess `StorageBuilder` and various `storage-*` features could be part of `iceberg-storage-opendal` if the implementation uses OpenDAL? It seems that PyIceberg would be using `StorageBuilder` while other downstream Rust projects can choose whatever implementation they want and depend only on the core crate. -- 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]
