viirya commented on code in PR #7935: URL: https://github.com/apache/arrow-rs/pull/7935#discussion_r2217940562
########## parquet-variant/src/builder.rs: ########## @@ -2357,8 +2673,8 @@ mod tests { // Only the second attempt should appear in the final variant let (metadata, value) = builder.finish(); let metadata = VariantMetadata::try_new(&metadata).unwrap(); - assert_eq!(metadata.len(), 1); - assert_eq!(&metadata[0], "name"); // not rolled back + assert_eq!(metadata.len(), 1); // rolled back + assert_eq!(&metadata[0], "name"); Review Comment: Hmm, why update this to "rolled back"? The metadata is same as before. -- 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