pan3793 commented on PR #56313: URL: https://github.com/apache/spark/pull/56313#issuecomment-4660671613
@chenhao-db, the added test is flaky on JDK 25 - likely passes when run this single tests, but likely fails when run the whole suite ``` [info] - TruncTimestamp of Long.MinValue overflows with ArithmeticException *** FAILED *** (65 milliseconds) [info] (unsafe mode) Expected `` but null error message found (ExpressionEvalHelper.scala:219) [info] org.scalatest.exceptions.TestFailedException: [info] at org.scalatest.Assertions.newAssertionFailedException(Assertions.scala:472) ... ``` https://github.com/apache/spark/actions/runs/27185554437/job/80255424191 > This is expected behavior. For "hot throws", the JIT will produce compiled code that does not go through the interpreter via deoptimization to throw an exception but throws a pre-allocated exception object without a stack trace or message. See https://github.com/apache/spark/pull/54514 for more details. -- 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]
