tustvold opened a new issue, #2137:
URL: https://github.com/apache/arrow-rs/issues/2137

   **Is your feature request related to a problem or challenge? Please describe 
what you are trying to do.**
   
   The cast kernels are currently implemented using macros, and special cased 
for the various types of array. It would be less code, and easier to maintain 
if these instead used generics
   
   **Describe the solution you'd like**
   
   Rework the kernel to instead use a combination of `FromIterator` and 
`ArrayAccessor` instead of macros
   
   **Describe alternatives you've considered**
   
   We could not do this
   
   **Additional context**
   
   #2135 
   


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

Reply via email to