jonmmease commented on code in PR #3473: URL: https://github.com/apache/arrow-rs/pull/3473#discussion_r1063362218
########## arrow-select/src/take.rs: ########## @@ -831,10 +815,18 @@ where /// Where a list array has indices `[0,2,5,10]`, taking indices of `[2,0]` returns /// an array of the indices `[5..10, 0..2]` and offsets `[0,5,7]` (5 elements and 2 /// elements) +#[allow(clippy::type_complexity)] Review Comment: Let me know if you'd like the return type here refactored with `type` definitions instead of ignoring the clippy lint -- 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]
