tolleybot commented on code in PR #39438: URL: https://github.com/apache/arrow/pull/39438#discussion_r1567482996
########## 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: Ill look into this -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org