adamreeve commented on code in PR #9895:
URL: https://github.com/apache/arrow-rs/pull/9895#discussion_r3344720639


##########
parquet/src/encryption/decrypt.rs:
##########
@@ -432,6 +432,12 @@ impl FileDecryptionProperties {
         }
         (column_names, column_keys)
     }
+
+    /// Whether these decryption properties use a key retriever.
+    /// When false, keys can be retrieved without providing key metadata.

Review Comment:
   I've incorporated this suggestion but kept the bit about not needing to 
provide key metadata to retrieve keys, which I think is useful to document.



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