jorisvandenbossche commented on issue #37650: URL: https://github.com/apache/arrow/issues/37650#issuecomment-1748834887
We are passing a generic Datum there as filter (`args[1]`), and then later assuming this will be an (CHUNKED_)ARRAY kind of Datum, but without actually checking this first (eg in `FilterTable` we actually check it later). So I think we should add a check on the kind of Datum and raise a error if it's not an array-like. -- 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]
