alamb commented on code in PR #5812:
URL: https://github.com/apache/arrow-rs/pull/5812#discussion_r1617830840
##########
parquet/src/file/properties.rs:
##########
@@ -669,14 +669,30 @@ impl WriterPropertiesBuilder {
}
}
-/// Controls the level of statistics to be computed by the writer
+/// Controls the level of statistics to be computed by the writer and stored in
+/// the parquet file.
+///
+/// Enabling statistics makes the resulting Parquet file larger and requires
Review Comment:
I think it is useful to help people understand the implications of these
settings as well so I tried to clarify the tradeoff here
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]