marsupialtail commented on code in PR #13799:
URL: https://github.com/apache/arrow/pull/13799#discussion_r938282471
##########
cpp/src/arrow/dataset/scanner.cc:
##########
@@ -843,6 +834,24 @@ Status ScannerBuilder::BatchSize(int64_t batch_size) {
return Status::OK();
}
+Status ScannerBuilder::BatchReadahead(int32_t batch_readahead) {
+ if (batch_readahead < 0) {
Review Comment:
Does this mean that you just won't read ahead?
--
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]