You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "tustvold (via GitHub)" <gi...@apache.org> on 2023/10/19 20:12:40 UTC

Re: [I] continue existing multi-part upload [arrow-rs]

tustvold commented on issue #4961:
URL: https://github.com/apache/arrow-rs/issues/4961#issuecomment-1771639130

   The challenge is many stores have restrictions on part sizes, with some forcing all but the last to be larger than a given size, and in some cases all having the same fixed size. This means you can't easily flush the writer and then pick it up again.
   
   Is there a particular reason you can't cache the AsyncWrite in say a HashMap and use it across multiple requests that way?


-- 
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-unsubscribe@arrow.apache.org

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