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

   # Which issue does this PR close?
   
   - Closes https://github.com/apache/arrow-rs/issues/8936
   
   # Rationale for this change
   
   This PR introduces a custom PartialEq impl for `UnionFields` that uses set 
semantics when determining equality
   
   Currently, `UnionFields` derives PartailEq, but its internal representation 
is a list of `(id, data type)` tuples. As a result, equality is 
order-dependent, even though `UnionFields` is conceptually a set of unique 
`(id, data type)` pairs


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