friendlymatthew commented on code in PR #7922: URL: https://github.com/apache/arrow-rs/pull/7922#discussion_r2208152173
########## parquet-variant/benches/variant_builder.rs: ########## @@ -495,6 +495,18 @@ fn bench_iteration_performance(c: &mut Criterion) { group.finish(); } +fn bench_extend_metadata_builder(c: &mut Criterion) { + let list = (0..u32::MAX).map(|i| format!("id_{i}")).collect::<Vec<_>>(); Review Comment: Haha -- that's my bad!! I'll make this more sensible -- 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