Skip to content

Commit 180774c

Browse files
rtylerxianwill
andauthored
Update rust/src/writer.rs
Co-authored-by: Christian Williams <christianwilliams79@gmail.com>
1 parent 550a9ba commit 180774c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/src/writer.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ impl ParquetBuffer {
5050
}
5151
}
5252

53-
struct BufferedJSONWriter {
53+
pub struct BufferedJSONWriter {
5454
table: crate::DeltaTable,
5555
buffer: Vec<serde_json::Value>,
5656
schema: arrow::datatypes::SchemaRef,

0 commit comments

Comments
 (0)