westonpace commented on code in PR #34281:
URL: https://github.com/apache/arrow/pull/34281#discussion_r1113650642
##########
cpp/src/parquet/properties.h:
##########
@@ -264,8 +264,8 @@ class PARQUET_EXPORT WriterProperties {
return this;
}
- /// Specify the max row group length.
- /// Default 64M.
+ /// Specify the max number of rows to put in a single row group.
+ /// Default 64Mi rows.
Review Comment:
Ah, good catch. Thanks. I've made this change.
--
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]