rok commented on code in PR #39438:
URL: https://github.com/apache/arrow/pull/39438#discussion_r1594731770
##########
python/pyarrow/_dataset_parquet.pyx:
##########
@@ -808,6 +815,18 @@ cdef class ParquetFragmentScanOptions(FragmentScanOptions):
raise ValueError("size must be larger than zero")
self.reader_properties().set_thrift_container_size_limit(size)
+ def set_file_decryption_properties(self, FileDecryptionProperties
decryption_properties):
Review Comment:
https://github.com/apache/arrow/blob/318d22adda3b66bd4a10fddc7789c8a13e4aa540/cpp/src/arrow/dataset/file_parquet_encryption_test.cc#L220-L233
It seems `DecryptionConfiguration` is meant for scanning, while
`FileDecryptionProperties` is to be used when reading single files with
`ReadTable`. Both seem to be public.
--
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]