amol- opened a new issue, #44196: URL: https://github.com/apache/arrow/issues/44196
### Describe the enhancement requested The `ConcatenateRecordBatches` [function](https://github.com/apache/arrow/blob/0f7b5e573ec857cf54708a6805cd942a77eff7fa/cpp/src/arrow/record_batch.cc#L555-L589) should allow to provide options to unify different schema like it's possible when [concatenating Tables](https://github.com/apache/arrow/blob/0f7b5e573ec857cf54708a6805cd942a77eff7fa/cpp/src/arrow/table.cc#L405-L421) . The same capability should then be surfaced to python in the recently implemented `concat_batches` function: https://github.com/apache/arrow/pull/44126 ### Component(s) C++, Python -- 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]
