frazar commented on code in PR #38360:
URL: https://github.com/apache/arrow/pull/38360#discussion_r1391834702
##########
python/pyarrow/parquet/core.py:
##########
@@ -3101,6 +3130,7 @@ def write_table(table, where, row_group_size=None,
version='2.6',
dictionary_pagesize_limit=None,
store_schema=True,
write_page_index=False,
+ page_checksum_enabled=False,
**kwargs):
# Implementor's note: when adding keywords here / updating defaults, also
# update it in write_to_dataset and _dataset_parquet.pyx
ParquetFileWriteOptions
Review Comment:
I added the missing properties and arguments to `ParquetFileWriteOptions`.
Additionally, I added another unit test,
`test_page_checksum_verification_write_dataset()`, based on the example you
provided.
--
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]