pitrou commented on code in PR #46347:
URL: https://github.com/apache/arrow/pull/46347#discussion_r2086556265


##########
python/pyarrow/_parquet_encryption.pyx:
##########
@@ -103,6 +106,18 @@ cdef class EncryptionConfiguration(_Weakrefable):
                 [f"{k}: {', '.join(v)}" for k, v in value.items()])
             self.configuration.get().column_keys = tobytes(column_keys)
 
+    @property
+    def uniform_encryption(self):
+        """Encrypt footer and all columns with the same encryption key.

Review Comment:
   nit
   ```suggestion
           """Whether to encrypt footer and all columns with the same 
encryption key.
   ```



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