jizezhang commented on code in PR #19002:
URL: https://github.com/apache/datafusion/pull/19002#discussion_r2582004908
##########
datafusion/physical-plan/src/repartition/mod.rs:
##########
@@ -1427,9 +1430,12 @@ struct PerPartitionStream {
/// Execution metrics
baseline_metrics: BaselineMetrics,
+
+ batch_coalescer: Option<LimitedBatchCoalescer>,
}
impl PerPartitionStream {
+ #[allow(clippy::too_many_arguments)]
Review Comment:
Thanks for pointing out, will update in a revision later.
--
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]