crepererum commented on PR #405:
URL: 
https://github.com/apache/arrow-rs-object-store/pull/405#issuecomment-2976162727

   Technically the extension crate doesn't need `async_trait` because it is 
never dyn-dispatched (it may use a dyn-dispatched `ObjectStore` though). 
However our MSRV doesn't support that yet. So there are two options:
   
   - bump MSRV to 1.75
   - use `async_trait` for the extension crate as well, resulting in another 
indirect call. This is likely never going to be noticeable though, since it's 
not a hot path.


-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to