wgtmac commented on code in PR #39438:
URL: https://github.com/apache/arrow/pull/39438#discussion_r1595533630
##########
python/pyarrow/_dataset_parquet.pyx:
##########
@@ -715,6 +714,9 @@ cdef class ParquetFragmentScanOptions(FragmentScanOptions):
decryption_config : pyarrow.dataset.ParquetDecryptionConfig, default None
If not None, use the provided ParquetDecryptionConfig to decrypt the
Parquet file.
+ decryption_properties : pyarrow.dataset.FileDecryptionProperties, default
None
Review Comment:
Is this correct? I only see C++ class FileDecryptionProperties under parquet
namespace.
--
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]