Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cpp/src/parquet/properties.h
Original file line number Diff line number Diff line change
Expand Up @@ -733,7 +733,7 @@ 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.
/// \brief Set the level to write size statistics for all columns. Default is PageAndColumnChunk.
///
/// \param level The level to write size statistics. Note that if page index is not
/// enabled, page level size statistics will not be written even if the level
Expand Down