jorisvandenbossche commented on pull request #11185: URL: https://github.com/apache/arrow/pull/11185#issuecomment-923893583
> I'll have to tweak numpy_to_arrow.cc too to deal with the situation where the array is a numpy one but the mask is not. Wouldn't it be simpler to at that point do a `mask = np.asarray(mask)` or the like in the cython code (at that point we know that numpy is available), instead of making the numpy_to_arrow case more complex to handle generic sequence types? -- 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]
