Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
Weijun-H committed May 31, 2024
1 parent a66cd13 commit ba9f319
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions parquet_derive/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ mod parquet_field;
/// Example:
///
/// ```no_run
/// use parquet_derive::ParquetRecordWriter;
/// use tempfile::tempfile;
/// use std::io::{self, Write};
/// use parquet::file::properties::WriterProperties;
/// use parquet::file::writer::SerializedFileWriter;
///
Expand All @@ -62,6 +65,7 @@ mod parquet_field;
/// a_str: "I'm false"
/// }
/// ];
/// let mut file = tempfile()?;
///
/// let schema = samples.as_slice().schema();
///
Expand Down

0 comments on commit ba9f319

Please sign in to comment.