You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "mapleFU (via GitHub)" <gi...@apache.org> on 2023/03/02 05:42:42 UTC

[GitHub] [arrow] mapleFU commented on a diff in pull request #34281: GH-34280: [C++][Python] Clarify meaning of row_group_size and change default to 1Mi

mapleFU commented on code in PR #34281:
URL: https://github.com/apache/arrow/pull/34281#discussion_r1122614458


##########
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's "bytes" or other?



-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org