Skip to content

Commit 167e740

Browse files
committed
lint
1 parent 5940cca commit 167e740

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion/physical-plan/src/filter.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ impl ExecutionPlan for FilterExec {
493493
.self_filters
494494
.first()
495495
.expect("we have exactly one child")
496-
.into_iter()
496+
.iter()
497497
.filter_map(|f| match f {
498498
PredicateSupport::Supported(_) => None,
499499
PredicateSupport::Unsupported(inner) => Some(inner),

0 commit comments

Comments
 (0)