Skip to content

Commit

Permalink
fix: the previous example doesnot work
Browse files Browse the repository at this point in the history
  • Loading branch information
Weijun-H committed May 31, 2024
1 parent 1634a65 commit 2d3f286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parquet_derive/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ mod parquet_field;
///
/// let mut row_group = writer.next_row_group().unwrap();
/// samples.as_slice().write_to_row_group(&mut row_group).unwrap();
/// writer.close_row_group(row_group).unwrap();
/// row_group.close().unwrap();
/// writer.close().unwrap();
/// }
/// ```
Expand Down

0 comments on commit 2d3f286

Please sign in to comment.