Ted-Jiang commented on code in PR #2336:
URL: https://github.com/apache/arrow-rs/pull/2336#discussion_r939538113


##########
object_store/src/util.rs:
##########
@@ -71,3 +71,92 @@ where
         Err(_) => f(),
     }
 }
+
+/// Range requests with a gap less than or equal to this,
+/// will be coalesced into a single request
+#[cfg(any(feature = "azure", feature = "aws", feature = "gcp"))]
+pub const OBJECT_STORE_COALESCE_DEFAULT: usize = 10 * 1024;

Review Comment:
   agree, like 'HDFS' usually fetch 64MB as one batch.



-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to