crepererum commented on issue #274:
URL: 
https://github.com/apache/arrow-rs-object-store/issues/274#issuecomment-2742825668

   I do. We have code for that at InfluxData and I plan to upstream this in the 
following order:
   
   1. mock helper, to easier test object store wrappers
   2. an extension to tell object store wrappers a pre-known size of object 
(because we extensively use that for caching and it avoids that a normal 
`ObjectStore::get` request needs an initial `head` request to know what it 
should be chunking)
   3. the actual chunking implementation


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