tolleybot commented on code in PR #34616:
URL: https://github.com/apache/arrow/pull/34616#discussion_r1350943326
##########
python/pyarrow/_dataset_parquet.pyx:
##########
@@ -639,7 +775,9 @@ cdef class ParquetFileWriteOptions(FileWriteOptions):
write_batch_size=None,
dictionary_pagesize_limit=None,
write_page_index=False,
+ encryption_config=None,
Review Comment:
This was a good catch. The enryption_config was not being propagated
properly. I have updated the code and included a method
_set_encryption_config, to ensure the encryption config is propagated.
--
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]