crepererum opened a new pull request, #2902:
URL: https://github.com/apache/arrow-rs/pull/2902

   # Which issue does this PR close?
   
   Closes #2901.
   
   # Rationale for this change
    
   Allow users to keep downcasted arrays arround. This is useful when you wanna 
return an array from a method for which you know the type and the caller wants 
to used the typed array (e.g. for certain kernels).
   
   # What changes are included in this PR?
   
   New method `Array::as_any_arc`.
   
   # Are there any user-facing changes?
   New method `Array::as_any_arc`. Since this method is required by all 
implementations, this is a **breaking change**.


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