samuelcolvin opened a new pull request, #12460: URL: https://github.com/apache/datafusion/pull/12460
## Rationale for this change While working on #12459 I noticed a few things that could do with being cleaned up. ## What changes are included in this PR? * Rewrite `ArrayHas::invoke` to be cleaner and easier to understand — logic hasn't changed * Rewrite `array_has_dispatch_for_scalar` to use `BooleanArray` builder, not a `Vec` ## Are these changes tested? Tests for `array_has` already exist. ## Are there any user-facing changes? no. -- 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]
