AdamGS opened a new pull request, #628:
URL: https://github.com/apache/arrow-rs-object-store/pull/628

   # Which issue does this PR close?
   
   Closes #622.
   
   # Rationale for this change
    
   Saves on at least one seek syscall per range
   
   # What changes are included in this PR?
   
   1. On windows and unix, make use of their platform specific 
`FileExt::read_at` functions.
   2. Unifies the read implementation uses in `LocalStore::read_ranges` and for 
local files in `GetResult::bytes`, so this codepath is shared across both 
implementation which are currently very similar with one minor change.
   
   
   # Are there any user-facing changes?
   
   No
   


-- 
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]

Reply via email to