jorisvandenbossche commented on code in PR #39216:
URL: https://github.com/apache/arrow/pull/39216#discussion_r1457028344


##########
python/pyarrow/_parquet_encryption.pyx:
##########
@@ -51,7 +51,7 @@ cdef class EncryptionConfiguration(_Weakrefable):
     # Avoid mistakingly creating attributes
     __slots__ = ()
 
-    def __init__(self, footer_key, *, column_keys=None,
+    def __init__(self, footer_key, *, column_keys=None, 
uniform_encryption=None,

Review Comment:
   Should this be a boolean keyword? (with default of False)



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