findepi commented on issue #12537:
URL: https://github.com/apache/datafusion/issues/12537#issuecomment-3163165983

   > Another alternative might be a manual implementation PartialOrd for 
DFSchemaRef perhaps based on field names or something
   
   As long as it holds that
   
   `a == b` if and only if `partial_cmp(a, b) == Some(Equal)` for any two 
`DFSchemaRef` s `a` and `b` ... 
   
   
   (https://doc.rust-lang.org/std/cmp/trait.PartialOrd.html)


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