andygrove commented on code in PR #379: URL: https://github.com/apache/datafusion-comet/pull/379#discussion_r1589900880
########## spark/src/test/scala/org/apache/comet/CometCastSuite.scala: ########## @@ -347,7 +364,7 @@ class CometCastSuite extends CometTestBase with AdaptiveSparkPlanHelper { Short.MaxValue.toFloat, 0.0f) ++ Range(0, dataSize).map(_ => r.nextFloat()) - withNulls(values).toDF("a") + castTest(withNulls(values).toDF("a"), DataTypes.StringType) Review Comment: Fixing a regression that was introduced in https://github.com/apache/datafusion-comet/pull/346 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org