Skip to content

Commit

Permalink
Merge branch 'alamb/parquet_coverter' of github.com:alamb/arrow-rs in…
Browse files Browse the repository at this point in the history
…to alamb/parquet_coverter
  • Loading branch information
alamb committed Dec 7, 2024
2 parents 3ffd4d4 + 4e8c4d6 commit 11ff55e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parquet/src/file/properties.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 11ff55e

Please sign in to comment.