tustvold commented on PR #41801: URL: https://github.com/apache/arrow/pull/41801#issuecomment-2127620444
I'm not very familiar with the C++ IO abstractions, but within arrow-rs, in particular object_store, we support native streaming reads - https://docs.rs/object_store/latest/object_store/#fetch-objects. Not only does this delegate the choice of chunk size to the underlying HTTP implementation, but also avoids needing to make multiple requests. -- 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]
