kosiew commented on issue #1233: URL: https://github.com/apache/datafusion-python/issues/1233#issuecomment-3414158910
hi @ntjohnson1 I did [more research on NaN comparison](https://github.com/apache/datafusion/issues/17557#issuecomment-3414111562). The values are ordered in the following sequence: --- * **Negative quiet NaN** * **Negative signaling NaN** * **Negative infinity** * **Negative numbers** * **Negative subnormal numbers** * **Negative zero** * **Positive zero** * **Positive subnormal numbers** * **Positive numbers** * **Positive infinity** * **Positive signaling NaN** * **Positive quiet NaN** --- -- 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]
