Tom-Newton commented on code in PR #36627:
URL: https://github.com/apache/arrow/pull/36627#discussion_r1415500610
##########
cpp/src/arrow/io/caching.h:
##########
@@ -41,7 +41,12 @@ struct ARROW_EXPORT CacheOptions {
/// combining two consecutive ranges would produce a range of a
/// size greater than this, they are not combined
int64_t range_size_limit;
- /// \brief A lazy cache does not perform any I/O until requested.
+ /// \brief A lazy cache does not perform any I/O until requested.
+ /// lazy = false: request all byte ranges when PreBuffer or WillNeed is
called.
+ /// lazy = True, prefetch_limit = 0: request merged byte ranges when the
reader needs
+ /// only after the reader needs them.
Review Comment:
Oops
--
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]