friendlymatthew commented on code in PR #7912: URL: https://github.com/apache/arrow-rs/pull/7912#discussion_r2201556705
########## parquet-variant/src/builder.rs: ########## @@ -1916,6 +1989,80 @@ mod tests { assert_eq!(metadata.num_field_names(), 3); } + /// Test reusing buffers with nested objects + #[test] + fn test_with_existing_buffers_nested() { Review Comment: this is a really cool test case -- 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