andygrove commented on code in PR #384: URL: https://github.com/apache/datafusion-comet/pull/384#discussion_r1592732303
########## spark/src/test/scala/org/apache/comet/CometCastSuite.scala: ########## @@ -402,7 +402,7 @@ class CometCastSuite extends CometTestBase with AdaptiveSparkPlanHelper { castTest(generateDoubles(), DataTypes.FloatType) } - ignore("cast DoubleType to DecimalType(10,2)") { + test("cast DoubleType to DecimalType(10,2)") { // Comet should have failed with [NUMERIC_VALUE_OUT_OF_RANGE] Review Comment: This comment can be removed now. ```suggestion // Comet should have failed with [NUMERIC_VALUE_OUT_OF_RANGE] ``` -- 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