tustvold commented on issue #6360: URL: https://github.com/apache/arrow-rs/issues/6360#issuecomment-2498406869
Yeah, I thought we might be able to get around this using Arc::get_mut for ArrayRef, but this won't work for the typed wrappers which only have access to an immutable ref. I think a compact kernel may be the only consistent way to proceed, it is certainly the approach that is more consistent with other functionality -- 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]
