neilconway opened a new issue, #25426: URL: https://github.com/apache/datafusion/issues/25426
### Describe the bug When one argument of `array_has_any` is a scalar and the element type is not a string, the fast path `array_has_any_with_scalar_general` row-converts the list column's full child array, which does a lot of unnecessary work for sliced list. ### To Reproduce _No response_ ### Expected behavior Operate on only the visible portion of the input. ### Additional context _No response_ -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
