Skip to content

Commit 54dccad

Browse files
authored
fix deprecation notice (#6889)
1 parent f8f24cf commit 54dccad

File tree

1 file changed

+1
-1
lines changed
  • parquet/src/arrow/schema

1 file changed

+1
-1
lines changed

parquet/src/arrow/schema/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ impl<'a> ArrowSchemaConverter<'a> {
345345
///
346346
/// The name of the root schema element defaults to `"arrow_schema"`, this can be
347347
/// overridden with [`ArrowSchemaConverter`]
348-
#[deprecated(since = "54.0.0", note = "Use `ArrowToParquetSchemaConverter` instead")]
348+
#[deprecated(since = "54.0.0", note = "Use `ArrowSchemaConverter` instead")]
349349
pub fn arrow_to_parquet_schema(schema: &Schema) -> Result<SchemaDescriptor> {
350350
ArrowSchemaConverter::new().convert(schema)
351351
}

0 commit comments

Comments
 (0)