We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5940cca commit 167e740Copy full SHA for 167e740
datafusion/physical-plan/src/filter.rs
@@ -493,7 +493,7 @@ impl ExecutionPlan for FilterExec {
493
.self_filters
494
.first()
495
.expect("we have exactly one child")
496
- .into_iter()
+ .iter()
497
.filter_map(|f| match f {
498
PredicateSupport::Supported(_) => None,
499
PredicateSupport::Unsupported(inner) => Some(inner),
0 commit comments