EnricoMi commented on code in PR #48009:
URL: https://github.com/apache/arrow/pull/48009#discussion_r2506843453
##########
python/pyarrow/_parquet_encryption.pyx:
##########
@@ -402,7 +411,9 @@ cdef class CryptoFactory(_Weakrefable):
def file_encryption_properties(self,
KmsConnectionConfig kms_connection_config,
- EncryptionConfiguration encryption_config):
+ EncryptionConfiguration encryption_config,
+ parquet_file_path="",
Review Comment:
Is the empty string really a good default if this parameter is not used?,
can we use `None` instead?
--
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]