andygrove commented on code in PR #471: URL: https://github.com/apache/datafusion-comet/pull/471#discussion_r1617522298
########## spark/src/test/scala/org/apache/comet/CometExpressionSuite.scala: ########## @@ -1469,5 +1469,38 @@ class CometExpressionSuite extends CometTestBase with AdaptiveSparkPlanHelper { } } } + test("unary negative integer overflow test") { + val df = Seq(Int.MaxValue, Int.MinValue).toDF("a") + df.write.mode("overwrite").parquet("/tmp/int.parquet") Review Comment: It would be better to use `withTempDir`. There are examples of this in other tests in this suite, -- 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