Dandandan commented on code in PR #777:
URL: 
https://github.com/apache/arrow-rs-object-store/pull/777#discussion_r3491206889


##########
src/local.rs:
##########
@@ -502,13 +502,39 @@ impl ObjectStore for LocalFileSystem {
         let path = self.path_to_filesystem(location)?;
         let ranges = ranges.to_vec();
         maybe_spawn_blocking(move || {
-            // Vectored IO might be faster

Review Comment:
   The comment is incorrect, there doesn't exist any "Vectored IO" API for this 
(well closest would be io_uring)



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