Rich-T-kid commented on code in PR #10441:
URL: https://github.com/apache/arrow-rs/pull/10441#discussion_r3654155768
##########
arrow-select/src/take.rs:
##########
@@ -1122,12 +1122,25 @@ pub fn take_record_batch(
record_batch: &RecordBatch,
indices: &dyn Array,
) -> Result<RecordBatch, ArrowError> {
- let columns = record_batch
- .columns()
- .iter()
- .map(|c| take(c, indices, None))
Review Comment:
ah I must have missed this
https://docs.rs/arrow-select/59.1.0/src/arrow_select/take.rs.html#93
--
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]