tolleybot commented on code in PR #34616:
URL: https://github.com/apache/arrow/pull/34616#discussion_r1306118536


##########
python/pyarrow/_dataset_parquet.pyx:
##########
@@ -52,12 +52,81 @@ from pyarrow._parquet cimport (
     FileMetaData,
 )
 
+from pyarrow._parquet_encryption cimport *
+
 
 cdef Expression _true = Expression._scalar(True)
 
 
 ctypedef CParquetFileWriter* _CParquetFileWriterPtr
 
+cdef class ParquetEncryptionConfig(_Weakrefable):

Review Comment:
   the decryption_properties I think you are referring to is the 
FileDecryptionProperties class which is a different thing than 
decryption_config which is the cpp type ParquetDecryptionConfig.



-- 
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]

Reply via email to