ozankabak commented on PR #5180: URL: https://github.com/apache/arrow-rs/pull/5180#issuecomment-1845479051
> FWIW we use IEEE total ordering for floats, which don't behave as you describe - https://docs.rs/arrow-ord/latest/arrow_ord/cmp/fn.gt.html It actually does behave the way I describe. The `totalOrder` predicate that was added to the standard in 2015 and my description is according to pre-2015 behavior. Actually, unless you explicitly use the `totalOrder` predicate (e.g. simply use something like less-than), it still behaves the way I described (you can check this on your machine too). -- 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]
