Skip to content

Commit

Permalink
Enable string-to-bool cast test
Browse files Browse the repository at this point in the history
  • Loading branch information
andygrove committed Apr 10, 2024
1 parent 8a512ba commit b194e6d
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 @@ -47,7 +47,7 @@ class CometCastSuite extends CometTestBase with AdaptiveSparkPlanHelper {
castTest(generateFloats, DataTypes.StringType)
}

ignore("cast string to bool") {
test("cast string to bool") {
castTest(
Seq("TRUE", "True", "true", "FALSE", "False", "false", "1", "0", "").toDF("a"),
DataTypes.BooleanType)
Expand Down

0 comments on commit b194e6d

Please sign in to comment.