lidavidm commented on a change in pull request #9686: URL: https://github.com/apache/arrow/pull/9686#discussion_r594578409
########## File path: cpp/src/arrow/dataset/scanner.h ########## @@ -198,10 +183,10 @@ class ARROW_DS_EXPORT Scanner { class ARROW_DS_EXPORT ScannerBuilder { public: ScannerBuilder(std::shared_ptr<Dataset> dataset, - std::shared_ptr<ScanContext> scan_context); + std::shared_ptr<ScanOptions> scan_options); Review comment: I've added a simpler constructor. ---------------------------------------------------------------- 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