alamb opened a new pull request, #8443: URL: https://github.com/apache/arrow-datafusion/pull/8443
## Which issue does this PR close? Follow on to https://github.com/apache/arrow-datafusion/pull/8424 from @Weijun-H ## Rationale for this change I noticed after @Weijun-H changed `array_slice` from a macro to a function there was no need to have special versions of it for different types either. ## What changes are included in this PR? 1. Remove generics / macros that generate individual copies of functions for each list element type Not only is this more code, I think it is now more general (it isn't restricted to lists of primitive types) ## Are these changes tested? Existing tests ## Are there any user-facing changes? <!-- If there are user-facing changes then we may require documentation to be updated before approving the PR. --> <!-- If there are any breaking changes to public APIs, please add the `api change` label. --> -- 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]
