Dandandan commented on code in PR #18972:
URL: https://github.com/apache/datafusion/pull/18972#discussion_r2571903175
##########
datafusion/physical-optimizer/src/coalesce_batches.rs:
##########
@@ -57,17 +57,16 @@ impl PhysicalOptimizerRule for CoalesceBatches {
let target_batch_size = config.execution.batch_size;
plan.transform_up(|plan| {
let plan_any = plan.as_any();
- let wrap_in_coalesce =
plan_any.downcast_ref::<HashJoinExec>().is_some()
+ let wrap_in_coalesce = plan_any
Review Comment:
The list is getting smaller and smaller
--
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]