Skip to content

Commit 35fce15

Browse files
committed
Removed println.
1 parent 2647067 commit 35fce15

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/HiveTypeCoercion.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -678,7 +678,6 @@ trait HiveTypeCoercion {
678678
// Convert If(null literal, _, _) into boolean type.
679679
// In the optimizer, we should short-circuit this directly into false value.
680680
case i @ If(pred, left, right) if pred.dataType == NullType =>
681-
println("fireing this rule")
682681
i.makeCopy(Array(Literal.create(null, BooleanType), left, right))
683682
}
684683
}

0 commit comments

Comments
 (0)