askoa commented on code in PR #3480:
URL: https://github.com/apache/arrow-rs/pull/3480#discussion_r1063688974
##########
arrow-select/src/concat.rs:
##########
@@ -611,7 +612,7 @@ mod tests {
],
)
.unwrap();
- let new_batch = concat_batches(&schema, &[batch1, batch2]).unwrap();
+ let new_batch = concat_batches(&schema, [&batch1, &batch2]).unwrap();
Review Comment:
This is not a breaking change. The current calls still compile.
--
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]