jorisvandenbossche commented on code in PR #34281:
URL: https://github.com/apache/arrow/pull/34281#discussion_r1113529571
##########
python/pyarrow/parquet/core.py:
##########
@@ -1038,9 +1038,9 @@ def write(self, table_or_batch, row_group_size=None):
----------
table_or_batch : {RecordBatch, Table}
row_group_size : int, default None
- Maximum size of each written row group. If None, the
- row group size will be the minimum of the input
- table or batch length and 64 * 1024 * 1024.
+ Maximum # of rows in each written row group. If None,
Review Comment:
```suggestion
Maximum number of rows in each written row group. If None,
```
(I suppose "#" is quite universal, but just using the word "number" seems
even more explicit and not much longer
--
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]