Skip to content

Commit

Permalink
chore: cargo fmt --all
Browse files Browse the repository at this point in the history
  • Loading branch information
dsgibbons committed Oct 6, 2024
1 parent b311be2 commit f2b9b46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions parquet/src/file/properties.rs
Original file line number Diff line number Diff line change
Expand Up @@ -287,9 +287,9 @@ impl WriterProperties {
/// Returns `coerce_types` boolean
///
/// Some Arrow types do not have a corresponding Parquet logical type.
/// Affected Arrow data types include `Date64`, `Timestamp` and `Interval`.
/// Affected Arrow data types include `Date64`, `Timestamp` and `Interval`.
/// Writers have the option to coerce these into native Parquet types. Type
/// coercion allows for meaningful representations that do not require
/// coercion allows for meaningful representations that do not require
/// downstream readers to consider the embedded Arrow schema. However, type
/// coercion also prevents the data from being round-tripped. This method
/// returns `true` if type coercion enabled.
Expand Down

0 comments on commit f2b9b46

Please sign in to comment.