jorisvandenbossche commented on issue #11500: URL: https://github.com/apache/arrow/issues/11500#issuecomment-949401194
I think the most important would be to have consistency. But if we have some APIs that are currently strict on requiring a list, and others loose on requiring any iterable, then there are two options: make everything strict, or fix those cases that are now strict to have them work with any iterable. But to me it would also feel strange to start adding strict `isinstance(.., list)` checks in several places that currently are perfectly fine with accepting a numpy array or any iterable ... -- 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]
