We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 550a9ba commit 180774cCopy full SHA for 180774c
rust/src/writer.rs
@@ -50,7 +50,7 @@ impl ParquetBuffer {
50
}
51
52
53
-struct BufferedJSONWriter {
+pub struct BufferedJSONWriter {
54
table: crate::DeltaTable,
55
buffer: Vec<serde_json::Value>,
56
schema: arrow::datatypes::SchemaRef,
0 commit comments