rok commented on code in PR #39438:
URL: https://github.com/apache/arrow/pull/39438#discussion_r1595554926
##########
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:
Nice catch! Changed to:
```python
decryption_properties : pyarrow.parquet.FileDecryptionProperties, default
None
```
--
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]