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


##########
datafusion/physical-plan/src/filter.rs:
##########
@@ -278,10 +279,12 @@ impl ExecutionPlan for FilterExec {
         trace!("Start FilterExec::execute for partition {} of context 
session_id {} and task_id {:?}", partition, context.session_id(), 
context.task_id());
         let baseline_metrics = BaselineMetrics::new(&self.metrics, partition);
         Ok(Box::pin(FilterExecStream {

Review Comment:
   the changes here show how to integrate Coalesce into Filter, which seems 
reasonable so far



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