emkornfield commented on code in PR #40594:
URL: https://github.com/apache/arrow/pull/40594#discussion_r1855242791
##########
cpp/src/parquet/properties.h:
##########
@@ -639,6 +647,16 @@ class PARQUET_EXPORT WriterProperties {
return this->disable_write_page_index(path->ToDotString());
}
+ /// \brief Set the level to write size statistics for all columns. Default
is NONE.
+ ///
+ /// \param level The level to write size statistics. Note that if page
index is not
+ /// enabled, page level size statistcis will not be written even if the
level
Review Comment:
```suggestion
/// enabled, page level size statistics will not be written even if the
level
```
--
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]