rmnskb commented on code in PR #48101:
URL: https://github.com/apache/arrow/pull/48101#discussion_r2527373284
##########
python/pyarrow/parquet/core.py:
##########
@@ -795,6 +795,10 @@ def _sanitize_table(table, new_schema, flavor):
Set a target threshold for the approximate encoded size of data
pages within a column chunk (in bytes). If None, use the default data page
size of 1MByte.
+max_rows_per_page : int, default None
+ Maximum number of rows per page within a column chunk.
+ If no value is passed, then the default value of 20000 is set.
Review Comment:
Updated it
--
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]