westonpace commented on issue #7595: URL: https://github.com/apache/arrow-rs/issues/7595#issuecomment-2936127210
Actually, I think this could be a true regression for rust-only workflows that sliced struct array data. Previously, it would have introduced offsets in parent datas, but those offsets would have been ignored during the later `make_array` phase, and the end result would be correct. Now, due to #7366 , we will not ignore offsets in parent datas, and so that workflow which worked previously will now either panic or return incorrect 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]
