tustvold commented on PR #6953: URL: https://github.com/apache/arrow-rs/pull/6953#issuecomment-2590154743
> I feel like there must be semantic difference between comparing Nans using .eq and comparing the bit patterns We generally use floating point total ordering, as described [here](https://docs.rs/arrow-ord/latest/arrow_ord/cmp/fn.gt.html). This is equivalent to byte-ordering when it comes to NaNs. As such IMO this is a bug fix. -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org