tustvold commented on PR #41801: URL: https://github.com/apache/arrow/pull/41801#issuecomment-2127641253
> What do you mean exactly? What does your streaming read API look like? In its simplest form, users call `ObjectStore::get` with a `path`, and are then returned an asynchronous stream of the `Bytes` that comprise the file. Assuming S3 and therefore HTTP/1.1 under the hood this stream will just be reading chunks of data off the TCP socket. Effectively the readers get no say in the chunk size, and instead must provide streaming decoders such as https://docs.rs/arrow-json/latest/arrow_json/reader/index.html#async-usage -- 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]
