jorisvandenbossche commented on a change in pull request #12630:
URL: https://github.com/apache/arrow/pull/12630#discussion_r828835827



##########
File path: python/pyarrow/parquet.py
##########
@@ -605,6 +605,9 @@ def _sanitize_table(table, new_schema, flavor):
     If None, no encryption will be done.
     The encryption properties can be created using:
     ``CryptoFactory.file_encryption_properties()``.
+write_batch_size : int, default None
+    Number of values to write to a page at a time. If None, use the default of
+    1024.

Review comment:
       Ah, yes, sorry was looking at the wrong line (it seems that the other 
constant I pointed to is never used anywhere).
   
   Thanks for the explanation how those two arguments interact. Would it be 
worth adding something about that to the docstring? 




-- 
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]


Reply via email to