Skip to content

Commit

Permalink
Update spark/src/test/scala/org/apache/comet/CometCastSuite.scala
Browse files Browse the repository at this point in the history
Co-authored-by: Liang-Chi Hsieh <[email protected]>
  • Loading branch information
andygrove and viirya authored Apr 27, 2024
1 parent 0131005 commit d9b1fb6
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 @@ -122,7 +122,7 @@ class CometCastSuite extends CometTestBase with AdaptiveSparkPlanHelper {
// test with hand-picked values
castTest(castStringToIntegralInputs.toDF("a"), DataTypes.IntegerType)
// fuzz test
castTest(generateStrings(numericPattern, 5).toDF("a"), DataTypes.ByteType)
castTest(generateStrings(numericPattern, 5).toDF("a"), DataTypes.IntegerType)
}

test("cast string to long") {
Expand Down

0 comments on commit d9b1fb6

Please sign in to comment.