westonpace commented on a change in pull request #10008: URL: https://github.com/apache/arrow/pull/10008#discussion_r615107914
########## File path: cpp/src/arrow/dataset/scanner.cc ########## @@ -244,6 +244,8 @@ Status ScannerBuilder::UseThreads(bool use_threads) { return Status::OK(); } +void ScannerBuilder::UseAsync(bool use_async) { scan_options_->use_async = use_async; } Review comment: Fair enough. I changed it to return a Status. -- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org