Skip to content

Commit 30bf48b

Browse files
committed
resolve rebase conflict
1 parent 617d1a8 commit 30bf48b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/expressions/ExpressionEvaluationSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ class ExpressionEvaluationSuite extends FunSuite {
284284
checkEvaluation(Cast(Cast(Cast(Cast(
285285
Cast("5" cast ByteType, ShortType), IntegerType), FloatType), DoubleType), LongType), 5)
286286
checkEvaluation(Cast(Cast(Cast(Cast(
287-
Cast("5" cast ByteType, TimestampType), DecimalType), LongType), StringType), ShortType), 5)
287+
Cast("5" cast ByteType, TimestampType), DecimalType), LongType), StringType), ShortType), 0)
288288
checkEvaluation(Cast(Cast(Cast(Cast(
289289
Cast("5" cast TimestampType, ByteType), DecimalType), LongType), StringType), ShortType), null)
290290
checkEvaluation(Cast(Cast(Cast(Cast(

0 commit comments

Comments
 (0)