tustvold commented on issue #2901: URL: https://github.com/apache/arrow-rs/issues/2901#issuecomment-1289941318
> Would it be an option to remove impl Array for T for the two cases where T involves references Yes, unfortunately `ArrayAccessor` relies on references as currently `ArrayAccessor: Array`. The main reason for this is because it avoided ambiguous method calls, as both need to provide `fn data(&self)`. Not a good reason, but that is the way it currently is. I would support changing this though -- 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]
