Skip to content

Commit

Permalink
Format project
Browse files Browse the repository at this point in the history
  • Loading branch information
mattharder91 committed May 3, 2024
1 parent 805d80e commit a0cea1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spark/src/test/scala/org/apache/comet/CometCastSuite.scala
Original file line number Diff line number Diff line change
Expand Up @@ -897,7 +897,7 @@ class CometCastSuite extends CometTestBase with AdaptiveSparkPlanHelper {
assert(cometMessage.contains(sparkInvalidValue))
}
}

// try_cast() should always return null for invalid inputs
val df2 =
spark.sql(s"select a, try_cast(a as ${toType.sql}) from t order by a")
Expand Down

0 comments on commit a0cea1d

Please sign in to comment.