kszucs commented on pull request #11185: URL: https://github.com/apache/arrow/pull/11185#issuecomment-922936136
Due to duck typing we may end up a lot of combinations of `values` and `mask` object types. Perhaps it would be nice to accumulate the supported type combinations in a table since some of them may not make sense, like: ```py pa.array(pa.Array, mask=pa.Array) ``` -- 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]
