Skip to content

Commit 9338be6

Browse files
committed
fix
1 parent 9ecc97f commit 9338be6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cpp/src/parquet/properties.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -743,7 +743,8 @@ class PARQUET_EXPORT WriterProperties {
743743
return this->disable_write_page_index(path->ToDotString());
744744
}
745745

746-
/// \brief Set the level to write size statistics for all columns. Default is PageAndColumnChunk.
746+
/// \brief Set the level to write size statistics for all columns. Default is
747+
/// PageAndColumnChunk.
747748
///
748749
/// \param level The level to write size statistics. Note that if page index is not
749750
/// enabled, page level size statistics will not be written even if the level

0 commit comments

Comments
 (0)