Dandandan opened a new issue, #778: URL: https://github.com/apache/arrow-rs-object-store/issues/778
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** `LocalFileSystem` doesn't coalesce reads. It is faster to do a single read than do n calls when the reads are adjacent. **Describe the solution you'd like** Like objectstore, coalesce ranges in `get_ranges` - but only do it when the gap is 0. **Describe alternatives you've considered** Users could merge adjacent reach instead. **Additional context** -- 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]
