andygrove commented on code in PR #2771: URL: https://github.com/apache/arrow-datafusion/pull/2771#discussion_r903912863
########## datafusion/core/src/config.rs: ########## @@ -87,6 +108,13 @@ impl BuiltInConfigs { filter can add additional overhead when the file format does not fully support \ predicate push down.", false, + ), + ConfigDefinition::new_u32( + OPT_BATCH_SIZE, + "Default batch size while creating new batches, it's especially useful for \ Review Comment: I think this description can be improved but that seemed outside the scope of this PR -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org