Reranko05 opened a new pull request, #50226: URL: https://github.com/apache/arrow/pull/50226
### Rationale for this change `Arrow::Table#merge` and `Arrow::RecordBatch#merge` had similar implementations, resulting in duplicated merge logic. ### What changes are included in this PR? This PR moves the common merge implementation to `Arrow::ColumnContainable`. Container-specific behavior such as column conversion and creating the merged container remains implemented in `Arrow::Table` and `Arrow::RecordBatch`. ### Are these changes tested? Yes. The existing `RecordBatch` and `Table` test suites were run and passed successfully. ### 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]
