Skip to content

Commit 2f4817a

Browse files
committed
fmt
1 parent 2b3b757 commit 2f4817a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

datafusion/physical-optimizer/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
//! [`FilterDescription`]: datafusion_physical_plan::filter_pushdown::FilterDescription
3333
3434
use std::sync::Arc;

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
//! [`ExecutionPlan::gather_filters_for_pushdown`]: crate::ExecutionPlan::gather_filters_for_pushdown
3333
//! [`ExecutionPlan::handle_child_pushdown_result`]: crate::ExecutionPlan::handle_child_pushdown_result
3434
//!

0 commit comments

Comments
 (0)