Skip to content

Commit bb1502a

Browse files
alambscovich
andauthored
Update parquet-variant/src/builder.rs
Co-authored-by: Ryan Johnson <scovich@users.noreply.github.com>
1 parent f92253d commit bb1502a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

parquet-variant/src/builder.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -706,7 +706,7 @@ impl VariantBuilder {
706706
}
707707
}
708708

709-
/// Create a new VariantBuilder that will write the metadata and values to
709+
/// Create a new VariantBuilder that will append the metadata and values to
710710
/// the specified buffers.
711711
pub fn new_with_buffers(metadata_buffer: Vec<u8>, value_buffer: Vec<u8>) -> Self {
712712
Self {

0 commit comments

Comments
 (0)