Skip to content
This repository has been archived by the owner on Jan 7, 2025. It is now read-only.

Commit

Permalink
resolve clippy warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jurplel committed Feb 11, 2024
1 parent f2dfb17 commit 3ca93ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion optd-datafusion-repr/src/rules/eliminate_filter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ define_rule!(
/// Replace filter nodes with a false predicate
/// with an EmptyRelation (since it will yield no tuples)
fn apply_eliminate_filter(
optimizer: &impl Optimizer<OptRelNodeTyp>,
_optimizer: &impl Optimizer<OptRelNodeTyp>,
EliminateFilterRulePicks { child, cond }: EliminateFilterRulePicks,
) -> Vec<RelNode<OptRelNodeTyp>> {
// If the conditional is a constant boolean
Expand Down

0 comments on commit 3ca93ba

Please sign in to comment.