Skip to content

Commit

Permalink
fix deprecation notice (#6889)
Browse files Browse the repository at this point in the history
  • Loading branch information
etseidl authored Dec 17, 2024
1 parent f8f24cf commit 54dccad
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 @@ -345,7 +345,7 @@ impl<'a> ArrowSchemaConverter<'a> {
///
/// The name of the root schema element defaults to `"arrow_schema"`, this can be
/// overridden with [`ArrowSchemaConverter`]
#[deprecated(since = "54.0.0", note = "Use `ArrowToParquetSchemaConverter` instead")]
#[deprecated(since = "54.0.0", note = "Use `ArrowSchemaConverter` instead")]
pub fn arrow_to_parquet_schema(schema: &Schema) -> Result<SchemaDescriptor> {
ArrowSchemaConverter::new().convert(schema)
}
Expand Down

0 comments on commit 54dccad

Please sign in to comment.