rok commented on code in PR #39438:
URL: https://github.com/apache/arrow/pull/39438#discussion_r1594252222
##########
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:
I think 1 through 4 are addressed now.
As for 5 `decryption_config` and `file_decryption_properties` currently
don't interact in Python code base. Perhaps @tolleybot has more insight.
--
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]