We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17fc6d0 commit 29acd21Copy full SHA for 29acd21
datafusion/optimizer/src/simplify_expressions/expr_simplifier.rs
@@ -659,7 +659,7 @@ impl ConstEvaluator {
659
}
660
661
// Skip const-folding when there is no field name overlap
662
- if !has_one_of_more_common_fields(&source_fields, &target_fields) {
+ if !has_one_of_more_common_fields(&source_fields, target_fields) {
663
return false;
664
665
0 commit comments