kosiew commented on code in PR #16734: URL: https://github.com/apache/datafusion/pull/16734#discussion_r2206750352
########## datafusion/common/src/config.rs: ########## @@ -349,6 +349,11 @@ config_namespace! { /// metadata memory consumption pub batch_size: usize, default = 8192 + /// Minimum batch size before DataFusion will attempt to + /// split oversized record batches coming from sources. + /// Set to 0 to disable splitting entirely. + pub batch_split_threshold: usize, default = 8192 Review Comment: Amended. This also affected several .slt files. -- 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...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org