Rich-T-kid commented on code in PR #25176:
URL: https://github.com/apache/datafusion/pull/25176#discussion_r3985547187


##########
datafusion/physical-plan/src/repartition/mod.rs:
##########
@@ -2220,6 +2232,16 @@ impl RepartitionExec {
         self
     }
 
+    /// Override the target batch size used by the output coalescer.
+    ///
+    /// By default the coalescer targets [`SessionConfig::batch_size`]. Use
+    /// this method when you need a different batch size for a specific
+    /// `RepartitionExec` node without changing the global session config.
+    pub fn with_batch_size(mut self, batch_size: usize) -> Self {

Review Comment:
   true, updated the 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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to