Skip to content

Commit

Permalink
If the class has only one constructor and it is a nullary one, it’s n…
Browse files Browse the repository at this point in the history
…ot necessary to declare it
  • Loading branch information
anjakefala committed Sep 22, 2023
1 parent 19a7423 commit 9389c63
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions python/pyarrow/_parquet_encryption.pxd
Original file line number Diff line number Diff line change
Expand Up @@ -155,13 +155,11 @@ cdef extern from "arrow/python/parquet_encryption.h" \

cdef extern from "arrow/dataset/parquet_encryption_config.h" namespace "arrow::dataset" nogil:
cdef cppclass CParquetEncryptionConfig "arrow::dataset::ParquetEncryptionConfig":
CParquetEncryptionConfig() except +
void Setup(shared_ptr[CCryptoFactory] crypto_factory,
shared_ptr[CKmsConnectionConfig] kms_connection_config,
shared_ptr[CEncryptionConfiguration] encryption_config)

cdef cppclass CParquetDecryptionConfig "arrow::dataset::ParquetDecryptionConfig":
CParquetDecryptionConfig() except +
void Setup(shared_ptr[CCryptoFactory] crypto_factory,
shared_ptr[CKmsConnectionConfig] kms_connection_config,
shared_ptr[CDecryptionConfiguration] decryption_config)
Expand Down

0 comments on commit 9389c63

Please sign in to comment.