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

   # Which issue does this PR close?
   
   - Closes https://github.com/apache/arrow-rs/issues/8837
   - Related to https://github.com/apache/arrow-rs/issues/8828
   
   # Rationale for this change
   
   This PR implements comparison functionality for Union arrays. This 
implementation follows a simple ordering strategy where unions are first 
compared by their type identifier, and only when type identifiers match are the 
actual values within those types compared
   
   This approach handles both sparse and dense union modes correctly by using 
offsets when present (dense unions) or direct indices (sparse unions) to locate 
the appropriate child array values


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