Skip to content

Commit 3b4c4fa

Browse files
committed
fmt
1 parent d0c1014 commit 3b4c4fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

datafusion/physical-plan/src/filter_pushdown.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ impl FilterDescription {
216216
/// field direclty.
217217
/// For example, nodes like [`RepartitionExec`] that let filters pass through it transparently
218218
/// use this to mark all parent filters as supported.
219-
///
219+
///
220220
/// [`RepartitionExec`]: crate::repartition::RepartitionExec
221221
pub fn all_parent_filters_supported(
222222
self,
@@ -237,7 +237,7 @@ impl FilterDescription {
237237
/// field direclty.
238238
/// For example, the default implementation of filter pushdwon in [`ExecutionPlan`]
239239
/// assumes that filters cannot be pushed down to children.
240-
///
240+
///
241241
/// [`ExecutionPlan`]: crate::ExecutionPlan
242242
pub fn all_parent_filters_unsupported(
243243
self,

0 commit comments

Comments
 (0)