silathdiir opened a new pull request #537:
URL: https://github.com/apache/arrow-rs/pull/537
# Which issue does this PR close?
Closes #461 .
# Rationale for this change
As described in the issue, tries to implement `RecordBatch::concat`
according to
https://github.com/apache/arrow-datafusion/blob/master/datafusion/src/physical_plan/coalesce_batches.rs#L232
.
# What changes are included in this PR?
Adds a new function `concat` to struct `RecordBatch`, and test cases.
# Are there any user-facing changes?
With this fix, a new `RecordBatch` could be created by concatenating
multiple `RecordBatch`es.
--
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]