kszucs commented on pull request #11185:
URL: https://github.com/apache/arrow/pull/11185#issuecomment-922881009


   @amol- seems like there is cython logic supposed to handle the [conversion 
of different mask types to an 
ndarray](https://github.com/apache/arrow/blob/master/python/pyarrow/array.pxi#L2423),
 but only in the case if the [input is array 
like](https://github.com/apache/arrow/blob/master/python/pyarrow/array.pxi#L224).
 
   
   It would be nice if we could consolidate some of the logic, especially since 
we may remove the hard runtime numpy dependency in the future. 


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