Skip to content

Commit 29acd21

Browse files
committed
clippy fix
1 parent 17fc6d0 commit 29acd21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion/optimizer/src/simplify_expressions/expr_simplifier.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -659,7 +659,7 @@ impl ConstEvaluator {
659659
}
660660

661661
// Skip const-folding when there is no field name overlap
662-
if !has_one_of_more_common_fields(&source_fields, &target_fields) {
662+
if !has_one_of_more_common_fields(&source_fields, target_fields) {
663663
return false;
664664
}
665665

0 commit comments

Comments
 (0)