From 4e8c4d695145c9e43f730fb7449d12bbad015057 Mon Sep 17 00:00:00 2001 From: Andrew Lamb Date: Sat, 7 Dec 2024 07:20:02 -0500 Subject: [PATCH] Update parquet/src/file/properties.rs Co-authored-by: Ed Seidl --- parquet/src/file/properties.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parquet/src/file/properties.rs b/parquet/src/file/properties.rs index 7010ca88602..970c18ca482 100644 --- a/parquet/src/file/properties.rs +++ b/parquet/src/file/properties.rs @@ -790,7 +790,7 @@ impl WriterPropertiesBuilder { /// * Types such as [`DataType::Date64`], which have no direct corresponding /// Parquet type, may be stored with lower precision. /// - /// * The internal field names of [`List`] and [`Map`] will be renamed if + /// * The internal field names of `List` and `Map` types will be renamed if /// necessary to match what is required by the newest Parquet specification. /// /// See [`ArrowToParquetSchemaConverter::with_coerce_types`] for more details