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 21ef0c3 commit d5135ecCopy full SHA for d5135ec
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/optimizer/expressions.scala
@@ -527,6 +527,7 @@ object SimplifyConditionals extends Rule[LogicalPlan] with PredicateHelper {
527
}
528
529
530
+
531
/**
532
* Push the foldable expression into (if / case) branches.
533
*/
@@ -549,7 +550,6 @@ object PushFoldableIntoBranches extends Rule[LogicalPlan] with PredicateHelper {
549
550
551
552
-
553
554
* Simplifies LIKE expressions that do not need full regular expressions to evaluate the condition.
555
* For example, when the expression is just checking to see if a string starts with a given
0 commit comments