Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove the space.
  • Loading branch information
gatorsmile committed Mar 11, 2016
commit baa2cda39134c68316491d22ee3a0c5bff26f52c
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,6 @@ object NullFiltering extends Rule[LogicalPlan] with PredicateHelper {
// operator's child constraints.
val newIsNotNullConstraints = filter.constraints.filter(_.isInstanceOf[IsNotNull]) --
(child.constraints ++ splitConjunctivePredicates(condition))

if (newIsNotNullConstraints.nonEmpty) {
Filter(And(newIsNotNullConstraints.reduce(And), condition), child)
} else {
Expand Down