alamb opened a new pull request, #11615: URL: https://github.com/apache/datafusion/pull/11615
## Which issue does this PR close? N/A ## Rationale for this change While working on https://github.com/apache/datafusion/pull/11610 I found that there is a wrapper over `concat_batches` The concat batches function is now available in arrow-rs so let's use that ## What changes are included in this PR? Use arrow concat_batches directly rather than via a wrapper ## Are these changes tested? By existing CI ## 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]
