nevi-me commented on a change in pull request #491:
URL: https://github.com/apache/arrow-rs/pull/491#discussion_r674576102
##########
File path: arrow/src/array/transform/structure.rs
##########
@@ -26,13 +26,10 @@ pub(super) fn build_extend(array: &ArrayData) -> Extend {
index: usize,
start: usize,
len: usize| {
- mutable.child_data.iter_mut().for_each(|child| {
- child.extend(
- index,
- array.offset() + start,
Review comment:
This comes from the struct slice fix, I had rebased it into the map
support so it wouldn't block my progress. I've rebased now that the PR is
merged.
--
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]