jorgecarleitao opened a new pull request #8701:
URL: https://github.com/apache/arrow/pull/8701


   The change in signature was motivated while writing the example: there is no 
reason to wrap a concrete array on an `Arc` just to be able to pass it to the 
kernel. All kernels require an immutable reference to anything that implements 
`Array`, and thus asking for `&Arc<dyn Array>` seems to be equivalent / worse 
as asking for `&Vec<>` instead of `&[]` that clippy complaints about.
   
   Apart from that, this adds the examples.


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to