coderfender commented on code in PR #3248:
URL: https://github.com/apache/datafusion-comet/pull/3248#discussion_r2719008467


##########
spark/src/test/scala/org/apache/comet/CometCastSuite.scala:
##########
@@ -719,19 +719,43 @@ class CometCastSuite extends CometTestBase with 
AdaptiveSparkPlanHelper {
 
   test("cast StringType to DecimalType(2,2)") {
     withSQLConf(CometConf.getExprAllowIncompatConfigKey(classOf[Cast]) -> 
"true") {
-      // TODO fix for Spark 4.0.0
-      assume(!isSpark40Plus)
+      println("testing with simple input")

Review Comment:
   Thank you. I will update and remove debug statements



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to