bkietz commented on a change in pull request #8188: URL: https://github.com/apache/arrow/pull/8188#discussion_r495353620
########## File path: cpp/src/arrow/dataset/scanner.h ########## @@ -73,7 +73,7 @@ class ARROW_DS_EXPORT ScanOptions { RecordBatchProjector projector; // Maximum row count for scanned batches. - int64_t batch_size = 1 << 15; + int64_t batch_size = 1 << 20; Review comment: Okay ---------------------------------------------------------------- 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