bjchambers commented on issue #510: URL: https://github.com/apache/arrow-rs/issues/510#issuecomment-873430278
Draft of the updated kernel is up. It still uses `ArrayRef` because there are a few cases where the reference to the input array is cloned and I'm not sure there is a good way to handle that taking `&dyn Array` (eg., wouldn't it have to clone the `&dyn Arary` to produce a new `Array`)? Note that one of the added tests is failing for what I believe is a bug in struct equality (#514). -- 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]
