helgikrs opened a new pull request #863: URL: https://github.com/apache/arrow-rs/pull/863
# Which issue does this PR close? Closes #862. # What changes are included in this PR? The `value_offset` function only read the least significant byte in the offset array, causing issues with unions with more than 255 rows of any given variant. This fixes the issue by reading the entire i32 offset. -- 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]
