Skip to content

Commit 438ea07

Browse files
committed
space
1 parent d55c9e5 commit 438ea07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ object HiveTypeCoercion {
167167
case e if !e.childrenResolved => e
168168

169169
// For binary operators whose input types are NullType, cast them to some specific type.
170-
case b@BinaryOperator(left, right)
170+
case b @ BinaryOperator(left, right)
171171
if left.dataType == NullType && right.dataType == NullType &&
172172
!b.inputType.acceptsType(NullType) =>
173173
// If both inputs are null type (from null literals), cast the null type into some

0 commit comments

Comments
 (0)