alamb commented on issue #675:
URL: 
https://github.com/apache/arrow-rs-object-store/issues/675#issuecomment-4674781494

   I agree this is an interesting potential feature. My concern is that it will 
be hard to maintain and keep up to date as object store vendors change their 
support feature sets, etc
   
   I think the ObjectStore API is already quite extensible at runtime (you can 
add your own ObjectStore wrappers that intercept calls and do what you want) 
   
   Maybe we could add a `as_any` API that would allow people who are interested 
in specializing the implementation to do so by checking 
`as_any().downcast_ref()` 🤔 


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

Reply via email to