We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abe9a84 commit 2ea551cCopy full SHA for 2ea551c
sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/expressions/CastSuite.scala
@@ -846,6 +846,7 @@ class CastSuite extends SparkFunSuite with ExpressionEvalHelper {
846
checkCast("off", false)
847
checkCast("of", false)
848
849
+ checkEvaluation(cast("o", BooleanType), null)
850
checkEvaluation(cast("abc", BooleanType), null)
851
checkEvaluation(cast("", BooleanType), null)
852
}
0 commit comments