alamb opened a new issue, #9854: URL: https://github.com/apache/arrow-rs/issues/9854
this pattern of 'replaces the values of the REE array' is probably common enough to warrant its own function on RunArray eventually. Maybe some thing like ```rust let out_ree = ree.with_new_values(inner_value_lengths) ``` And then internally it can update the data type and that the number of inner values is correct 🤔 _Originally posted by @alamb in https://github.com/apache/arrow-rs/pull/9838#discussion_r3149835016_ -- 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]
