tolleybot commented on code in PR #34616:
URL: https://github.com/apache/arrow/pull/34616#discussion_r1269769347
##########
python/pyarrow/_dataset_parquet.pyx:
##########
@@ -637,10 +717,14 @@ cdef class
ParquetFragmentScanOptions(FragmentScanOptions):
If not None, override the maximum total size of containers allocated
when decoding Thrift structures. The default limit should be
sufficient for most Parquet files.
+ dataset_decryption_config : ParquetDecryptionConfig, default None
Review Comment:
I changed the parameter to just decryption_config to make it match what I
did in WriteProperties with encryption.
--
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]