aucahuasi commented on code in PR #14747:
URL: https://github.com/apache/arrow/pull/14747#discussion_r1034111095
##########
cpp/src/arrow/filesystem/s3fs.h:
##########
@@ -167,6 +168,12 @@ struct ARROW_EXPORT S3Options {
/// delay between retries.
std::shared_ptr<S3RetryStrategy> retry_strategy;
+ /// Coalesce options for requesting multiple reads at once
+ io::CoalesceOptions coalesceOptions = io::CoalesceOptions::Defaults();
+
+ int64_t hole_size_limit = 1;
+ int64_t range_size_limit = 100;
Review Comment:
typo, I forgot to delete those fields
--
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]