alamb commented on code in PR #7956: URL: https://github.com/apache/arrow-rs/pull/7956#discussion_r2216301654
########## parquet-variant-compute/src/variant_array.rs: ########## @@ -95,7 +95,7 @@ impl VariantArray { }; // Ensure the StructArray has a metadata field of BinaryView - let Some(metadata_field) = VariantArray::find_metadata_field(&inner) else { + let Some(metadata_field) = VariantArray::find_metadata_field(inner) else { Review Comment: clippy was complaining about this locally so I fixed 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org