alamb commented on code in PR #10490:
URL: https://github.com/apache/datafusion/pull/10490#discussion_r1598917585


##########
datafusion/common/src/config.rs:
##########
@@ -583,6 +583,16 @@ config_namespace! {
 
         /// When set to true, the optimizer will not attempt to convert Union 
to Interleave
         pub prefer_existing_union: bool, default = false
+
+
+        /// Number of input streams to prefect for ProgressiveEvalExec

Review Comment:
   ```suggestion
           /// Number of input streams to prefecth for ProgressiveEvalExec
   ```



-- 
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

Reply via email to