sumerman commented on PR #4784:
URL: https://github.com/apache/arrow-rs/pull/4784#issuecomment-1710020450

   > Adding the error as a type parameter doesn't seem like it would be 
particularly controversial / complex.
   
   👍🏼 I'll send it as another PR 
   
   >I am somewhat curious what you are intending to use this for though?
   
   We have an `AsyncFileReader` implementation that, firstly relies on 
in-process metadata caching, secondly manages its own tokio runtime (we have to 
be careful with the runtime as we run inside PostgreSQL). So, we can either 
sidestep `object_store` or we would have to build both an `object_store` impl 
that is compliant with our runtime needs _and_ `AsyncFileReader` that can use 
the metadata cache, but delegates the rest to the `object_store`. 


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