tolleybot commented on code in PR #34616:
URL: https://github.com/apache/arrow/pull/34616#discussion_r1269620908
##########
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
+ If not None, use the provided ParquetDecryptionConfig to decrypt the
+ Parquet file.
"""
cdef:
CParquetFragmentScanOptions* parquet_options
+ ParquetDecryptionConfig _dataset_decryption_config
Review Comment:
Ok
--
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]