findepi opened a new pull request, #17438:
URL: https://github.com/apache/datafusion/pull/17438

   Before the changes, `PartialOrd` could return `Some(Equal)` for two values 
that are not equal in `PartialEq` sense. This is violation of `PartialOrd` 
contract.
   
   The fix is to consult eq inside ord implementation. If ord thinks two 
instances are equal, but they are not equal in Eq sense, they are considered 
incomparable.
   
   - follows https://github.com/apache/datafusion/pull/17182
   - follows https://github.com/apache/datafusion/pull/17393


-- 
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...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to