tustvold commented on code in PR #6797:
URL: https://github.com/apache/arrow-rs/pull/6797#discussion_r1860269020
##########
parquet/src/file/properties.rs:
##########
@@ -515,6 +537,21 @@ impl WriterPropertiesBuilder {
self
}
+ /// Sets whether the writing of offset indexes is disabled (defaults to
`false`).
+ ///
+ /// If statistics level is set to [`Page`] this setting will be overridden
with `false`.
+ ///
+ /// Note: As the offset indexes are useful for accessing data by row
number,
+ /// they are always written by default, regardless of whether other
statistics
+ /// are enabled. Disabling these statistics may result in a degradation in
read
Review Comment:
```suggestion
/// are enabled. Disabling this metadata may result in a degradation in
read
```
--
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]