scovich commented on code in PR #8135: URL: https://github.com/apache/arrow-rs/pull/8135#discussion_r2276968904
########## parquet-variant/src/builder.rs: ########## @@ -2979,13 +3005,17 @@ mod tests { // The parent object should only contain the original fields object_builder.finish().unwrap(); let (metadata, value) = builder.finish(); + println!("value: {:#?}", Variant::new(&metadata, &value)); Review Comment: Yeah it can go. -- 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