File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
datafusion/physical-plan/src Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -600,11 +600,11 @@ pub trait ExecutionPlan: Debug + DisplayAs + Send + Sync {
600600 /// supports filter pushdown but does not modify it, simply transmitting
601601 /// the children's pushdown results back up to its parent.
602602 /// - [`FilterPushdownPropagation::with_filters`]: Allows adding filters
603- /// to the propagation result, indicating which filters are supported by
604- /// the current node.
603+ /// to the propagation result, indicating which filters are supported by
604+ /// the current node.
605605 /// - [`FilterPushdownPropagation::with_updated_node`]: Allows updating the
606- /// current node in the propagation result, used if the node
607- /// has modified its plan based on the pushdown results.
606+ /// current node in the propagation result, used if the node
607+ /// has modified its plan based on the pushdown results.
608608 ///
609609 /// **Filter Pushdown Phases:**
610610 /// There are two different phases in filter pushdown (`Pre` and others),
You can’t perform that action at this time.
0 commit comments