friendlymatthew opened a new issue, #8999: URL: https://github.com/apache/arrow-rs/issues/8999
**Describe the bug** A panic occurs in the Union type row decoding logic where row slices aren't properly advanced when multiple columns are present The decoder is prematurely consuming the entire row slice inside the field collection loop, causing subsequent columns to fail decoding (the actual panic) -- 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]
