Reranko05 opened a new pull request, #50175: URL: https://github.com/apache/arrow/pull/50175
### Rationale for this change This adds `Arrow::RecordBatch#merge` with behavior analogous to `Arrow::Table#merge`. ### What changes are included in this PR? - Add `RecordBatch#merge` - Support merging with a `Hash` - Support merging with another `RecordBatch` - Support column addition, replacement, and removal (via `Hash` values of `nil`) - Add tests covering the new behavior ### Are these changes tested? Yes. Added unit tests covering: - add column - remove column - replace column - merge with another RecordBatch - invalid merge target -- 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]
