Skip to content

Commit e898309

Browse files
committed
fmt
1 parent 2925900 commit e898309

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion/physical-plan/src/filter_pushdown.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
//! 4. **Parent Responds**: The optimizer calls `ExecutionPlan::handle_child_pushdown_result` on the parent,
2929
//! passing a [`ChildPushdownResult`] containing the aggregated pushdown outcomes. The parent decides
3030
//! how to handle filters that couldn't be pushed down (e.g., keep them as FilterExec nodes).
31-
//!
31+
//!
3232
//! See also datafusion/physical-optimizer/src/filter_pushdown.rs.
3333
3434
use std::collections::HashSet;

0 commit comments

Comments
 (0)