mzabaluev commented on issue #9613: URL: https://github.com/apache/arrow-rs/issues/9613#issuecomment-4119849685
A further optimization could be enabled with reading backends that can skip. The async reader has this capability and in theory, should permit implementations that reuse the HTTP connection to the data store service to submit multiple ranged `GET` requests. For the sync reader, perhaps a separate "counting reader" type should be provided that would require a `Read + Seek` I/O parameter type. -- 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]
