askoa opened a new pull request, #3480:
URL: https://github.com/apache/arrow-rs/pull/3480

   # Which issue does this PR close?
   Closes #3456 
   
   # Are there any user-facing changes?
   The users will be able to call `concat_batches` function by passing non 
owned references to `RecordBatch`
   No breaking changes. Rust magically converts `&[T]` to `[&T]` while calling 
`concat_batches` function. So existing code calling `concat_batches` need no 
change.
   


-- 
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]

Reply via email to