Skip to content

Commit

Permalink
minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
andygrove committed Apr 19, 2024
1 parent 53719d6 commit 40feb17
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 @@ -62,7 +62,7 @@ class CometCastSuite extends CometTestBase with AdaptiveSparkPlanHelper {
test("cast string to bool") {
val testValues =
(Seq("TRUE", "True", "true", "FALSE", "False", "false", "1", "0", "", null) ++
generateStrings("truefalseTRUEFALSEyesno10 \t\r\n", 8)).toDF("a")
generateStrings("truefalseTRUEFALSEyesno10" + whitespaceChars, 8)).toDF("a")
castTest(testValues, DataTypes.BooleanType)
}

Expand Down

0 comments on commit 40feb17

Please sign in to comment.