andygrove commented on code in PR #379:
URL: https://github.com/apache/datafusion-comet/pull/379#discussion_r1589900948


##########
spark/src/test/scala/org/apache/comet/CometCastSuite.scala:
##########
@@ -401,7 +418,7 @@ class CometCastSuite extends CometTestBase with 
AdaptiveSparkPlanHelper {
       Double.NegativeInfinity,
       0.0d) ++
       Range(0, dataSize).map(_ => r.nextDouble())
-    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

Reply via email to