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 35a69cd commit baa2cdaCopy full SHA for baa2cda
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/optimizer/Optimizer.scala
@@ -613,7 +613,6 @@ object NullFiltering extends Rule[LogicalPlan] with PredicateHelper {
613
// operator's child constraints.
614
val newIsNotNullConstraints = filter.constraints.filter(_.isInstanceOf[IsNotNull]) --
615
(child.constraints ++ splitConjunctivePredicates(condition))
616
-
617
if (newIsNotNullConstraints.nonEmpty) {
618
Filter(And(newIsNotNullConstraints.reduce(And), condition), child)
619
} else {
0 commit comments