Turbo87 commented on code in PR #4502:
URL: https://github.com/apache/arrow-rs/pull/4502#discussion_r1258347116
##########
object_store/src/lib.rs:
##########
@@ -527,7 +527,10 @@ pub trait ObjectStore: std::fmt::Display + Send + Sync +
Debug + 'static {
}
#[async_trait]
-impl ObjectStore for Box<dyn ObjectStore> {
+impl<T> ObjectStore for T
Review Comment:
I guess that would avoid the potential conflicts with the tradeoff of not
working for custom object store wrapper implementations. Let me know which way
you prefer :)
--
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]