scovich commented on code in PR #7888: URL: https://github.com/apache/arrow-rs/pull/7888#discussion_r2197961878
########## parquet-variant/src/variant/list.rs: ########## @@ -272,14 +277,14 @@ impl<'m, 'v> VariantList<'m, 'v> { fn iter_try_with_shallow_validation( &self, ) -> impl Iterator<Item = Result<Variant<'m, 'v>, ArrowError>> + '_ { - (0..self.len()).map(move |i| self.try_get_with_shallow_validation(i)) Review Comment: There's nothing to `move` here... -- 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