Skip to content

Commit

Permalink
Addres comments
Browse files Browse the repository at this point in the history
  • Loading branch information
HyukjinKwon committed Mar 25, 2020
1 parent 7bae2c1 commit 05dc916
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ abstract class CastBase extends UnaryExpression with TimeZoneAwareExpression wit
}
}

override def nullable: Boolean = Cast.forceNullable(child.dataType, dataType) || child.nullable
override def nullable: Boolean = child.nullable || Cast.forceNullable(child.dataType, dataType)

protected def ansiEnabled: Boolean

Expand Down

0 comments on commit 05dc916

Please # to comment.