Rich-T-kid commented on code in PR #10812:
URL: https://github.com/apache/arrow-rs/pull/10812#discussion_r3865416277


##########
arrow-select/src/take.rs:
##########
@@ -640,8 +641,6 @@ fn take_byte_view<T: ByteViewType, IndexType: 
ArrowPrimitiveType>(
 
 /// `take` implementation for list arrays
 ///
-/// Copies the selected list entries' child slices into a new child array
-/// via `MutableArrayData`, then reconstructs a list array with new offsets

Review Comment:
   this isn't true for all cases but I don't think its worth making the comment 
larger, so i removed it.



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