westonpace commented on code in PR #34281: URL: https://github.com/apache/arrow/pull/34281#discussion_r1123941531
########## python/pyarrow/parquet/core.py: ########## @@ -3153,9 +3153,9 @@ def write_table(table, where, row_group_size=None, version='2.4', table : pyarrow.Table where : string or pyarrow.NativeFile row_group_size : int - Maximum size of each written row group. If None, the - row group size will be the minimum of the Table size - and 64 * 1024 * 1024. + Maximum number of rows in each written row group. If None, the + row group size will be the minimum of the Table size and + 1024 * 1024. Review Comment: It is rows. -- 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]
