peter-toth commented on PR #54676:
URL: https://github.com/apache/spark/pull/54676#issuecomment-4045059144

   There is a test failure related to `acosh`:
   ```
   [info] - acosh *** FAILED *** (15 milliseconds)
   [info]   Incorrect evaluation in unsafe mode (fallback mode = CODEGEN_ONLY): 
ACOSH(-2.0), actual: [0,7ff8000000000000,7ff8000000000000], expected: 
[0,fff8000000000000,fff8000000000000] (ExpressionEvalHelper.scala:319)
   ```
   Seems like `NaN` can be represented in many ways: 
https://www.doc.ic.ac.uk/~eedwards/compsys/float/nan.html so the failure looks 
like a test issue to me.
   


-- 
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