From e1f27759e7920062a0196b50cf3daa78f80a712b Mon Sep 17 00:00:00 2001 From: dsgibbons Date: Tue, 8 Oct 2024 20:03:55 +1030 Subject: [PATCH] docs: coerce_types lossless round trip 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 d2e5cd9bce8e..9a2da09c47fb 100644 --- a/parquet/src/file/properties.rs +++ b/parquet/src/file/properties.rs @@ -291,7 +291,7 @@ impl WriterProperties { /// Writers have the option to coerce these into native Parquet types. Type /// 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 + /// coercion also prevents the data from being losslessly round-tripped. This method /// returns `true` if type coercion enabled. pub fn coerce_types(&self) -> bool { self.coerce_types