tustvold commented on code in PR #3940: URL: https://github.com/apache/arrow-rs/pull/3940#discussion_r1148394705
########## arrow-select/src/take.rs: ########## @@ -881,7 +881,7 @@ where IndexType::Native: ToPrimitive, OffsetType: ArrowPrimitiveType, OffsetType::Native: OffsetSizeTrait + std::ops::Add + num::Zero + num::One, - PrimitiveArray<OffsetType>: From<Vec<Option<OffsetType::Native>>>, + PrimitiveArray<OffsetType>: From<Vec<OffsetType::Native>>, Review Comment: After #3917 this conversion does not copy memory -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org