Skip to content

Commit a8cb828

Browse files
committed
Code sytle modification
1 parent 8480de2 commit a8cb828

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sql/core/src/main/scala/org/apache/spark/sql/execution/basicPhysicalOperators.scala

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,9 +172,7 @@ case class FilterExec(condition: Expression, child: SparkPlan)
172172
// This is very perf sensitive.
173173
// TODO: revisit this. We can consider reordering predicates as well.
174174
val generatedIsNotNullChecks = new Array[Boolean](notNullPreds.length)
175-
176175
val extraIsNotNullAttrs = mutable.Set[Attribute]()
177-
178176
val generated = otherPreds.map { c =>
179177
val nullChecks = c.references.map { r =>
180178
val idx = notNullPreds.indexWhere { n => n.asInstanceOf[IsNotNull].child.semanticEquals(r)}

0 commit comments

Comments
 (0)