Skip to content

Commit e77576c

Browse files
Comment
1 parent 668449b commit e77576c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

parquet-variant/benches/variant_builder.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -495,6 +495,7 @@ fn bench_iteration_performance(c: &mut Criterion) {
495495
group.finish();
496496
}
497497

498+
//
498499
criterion_group!(
499500
benches,
500501
bench_object_field_names_reverse_order,

parquet-variant/src/builder.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -886,7 +886,7 @@ impl VariantBuilder {
886886
.append_variant(variant, &mut self.metadata_builder);
887887
}
888888

889-
/// Append a non-nested value to the builder.
889+
/// Append a value to the builder.
890890
pub fn try_append_value<'m, 'd, T: Into<Variant<'m, 'd>>>(
891891
&mut self,
892892
value: T,

0 commit comments

Comments
 (0)