mgaido91 commented on code in PR #54772:
URL: https://github.com/apache/spark/pull/54772#discussion_r2929793671
##########
sql/core/src/test/scala/org/apache/spark/sql/MathFunctionsSuite.scala:
##########
@@ -117,6 +117,15 @@ class MathFunctionsSuite extends QueryTest with
SharedSparkSession {
)
}
+ test("different NaN comparison") {
+ QueryTest.compare(
+ java.lang.Double.longBitsToDouble(0x7ff8000000000000L),
+ java.lang.Double.longBitsToDouble(0xfff8000000000000L))
Review Comment:
PS here it is the CI with UT failing:
https://github.com/mgaido91/spark/actions/runs/23028135005/job/66880662233#step:10:25037
--
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]