friendlymatthew commented on code in PR #7846: URL: https://github.com/apache/arrow-rs/pull/7846#discussion_r2181121923
########## parquet-variant/src/variant/object.rs: ########## @@ -397,20 +397,17 @@ mod tests { let missing_field = variant_obj.get("missing"); assert!(missing_field.is_none()); - // https://github.com/apache/arrow-rs/issues/7784 - // Fixme: The following assertion will panic! That is not good Review Comment: Yes -- 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