Arty-Maly commented on issue #1176:
URL: https://github.com/apache/arrow-rs/issues/1176#issuecomment-1435184196

   I would be willing to help in this transition as well. I am extensively 
using arrow2 so am committed to hastening this transition. 
   
   I have not used arrow-rs much but with arrow2 my main pain points are some 
api inconsistencies among the different arrays, for example 
`MutableUtfArray::set_validity ` was not present but 
`MutablePrimitiveArray::set_validity ` existed. And the methods that are 
usually missed are not in the traits but are defined in the structs resulting 
in duplication and slight drift in logic and meaning. 
   
   I am calling it out as a way to maybe guard this functionality during the 
transition since some of the common methods that all arrays should do are 
defined on the structs themselves.


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