alamb commented on code in PR #7956: URL: https://github.com/apache/arrow-rs/pull/7956#discussion_r2216308090
########## 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: There was a gap in CI, I have a PR to fix it here: - https://github.com/apache/arrow-rs/pull/7963 -- 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