mgaido91 commented on code in PR #54772:
URL: https://github.com/apache/spark/pull/54772#discussion_r2927935132


##########
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:
   sure, sorry, I forgot pushing a commit :) thanks, good to see you as well 
@dongjoon-hyun :)



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