Skip to content

Commit d5135ec

Browse files
committed
Fix
1 parent 21ef0c3 commit d5135ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/optimizer/expressions.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -527,6 +527,7 @@ object SimplifyConditionals extends Rule[LogicalPlan] with PredicateHelper {
527527
}
528528
}
529529

530+
530531
/**
531532
* Push the foldable expression into (if / case) branches.
532533
*/
@@ -549,7 +550,6 @@ object PushFoldableIntoBranches extends Rule[LogicalPlan] with PredicateHelper {
549550
}
550551

551552

552-
553553
/**
554554
* Simplifies LIKE expressions that do not need full regular expressions to evaluate the condition.
555555
* For example, when the expression is just checking to see if a string starts with a given

0 commit comments

Comments
 (0)