friendlymatthew opened a new pull request, #7943:
URL: https://github.com/apache/arrow-rs/pull/7943

   # Rationale for this change
   
   This PR introduces a custom implementation of `PartialEq` for variant 
objects. 
   
   According to the spec, field values are not required to be in the same order 
as the field IDs, to enable flexibility when constructing Variant values.
   
   Instead of comparing the raw bytes of 2 variant objects, this implementation 
recursively checks whether the field values are equal -- regardless of their 
order


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

Reply via email to