Skip to content

Commit

Permalink
Update parquet/src/arrow/schema/mod.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Raphael Taylor-Davies <[email protected]>
  • Loading branch information
alamb and tustvold authored Dec 16, 2024
1 parent 11ff55e commit bd4e2d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parquet/src/arrow/schema/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ impl<'a> ArrowToParquetSchemaConverter<'a> {
}

/// Set the root schema element name (defaults to `"arrow_schema"`).
pub fn schema_root(mut self, schema_root: &'a str) -> Self {
pub fn with_root(mut self, schema_root: &'a str) -> Self {
self.schema_root = schema_root;
self
}
Expand Down

0 comments on commit bd4e2d5

Please sign in to comment.