pitrou commented on PR #14038:
URL: https://github.com/apache/arrow/pull/14038#issuecomment-1239249929

   > For reference, I've hacked together a list of potentially similar classes 
that may be worth inspecting - i.e. they declare Equals() but don't appear to 
inherit the mixin.
   
   Thanks @benibus . Looking at this list, many of these classes can have quite 
expensive equality (for example `Array::Equals` would compare the entire array 
contents), so I'm not sure it would be a good idea to add an implicit 
`operator==`. @bkietz  What do you think?


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

Reply via email to