Skip to content

Commit 5c6c119

Browse files
committed
lint
1 parent bd59b63 commit 5c6c119

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

datafusion/physical-plan/src/execution_plan.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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),

0 commit comments

Comments
 (0)