pepijnve opened a new pull request, #23211: URL: https://github.com/apache/datafusion/pull/23211
## Which issue does this PR close? - Closes #23210 ## Rationale for this change `arrow-rs` provides efficient implementations of element wise byte view array concatenation. DataFusion should use this implementation instead of reimplementing them. ## What changes are included in this PR? - Remove the custom `concat_elements_utf8view` and `concat_elements_binary_view_array` - Call the implementations from `arrow-rs` instead ## Are these changes tested? - Usage is covered by existing tests - The kernels themselves are tested in `arrow-rs` ## Are there any user-facing changes? No, two `pub` functions have been removed, but the containing module is not. -- 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]
