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

   # Which issue does this PR close?
   
   - Closes https://github.com/apache/arrow-rs/issues/9263
   
   # Rationale for this change
   
   This PR fixes the row converter's handling of union arrays with 
non-sequential type ids. 
   
   Previously, type ids were incorrectly used as array indices into the 
converters vector, causing panics or data corruption when type ids didn't match 
field positions. The fix was to add a mapping from type ids to field indices


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