blackmwk commented on issue #2065: URL: https://github.com/apache/iceberg-rust/issues/2065#issuecomment-4001238573
I prefer the opendal approach, e.g. ```rust pub async fn delete_stream<S, D>(&mut self, stream: S) -> Result<()> ``` I think it will add extra requirements for implementations to return result of each path, and I'm not sure all implementations could implement it. -- 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]
