rok commented on code in PR #9895:
URL: https://github.com/apache/arrow-rs/pull/9895#discussion_r3342252173
##########
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:
```suggestion
/// When false, explicit keys were provided up front rather than
resolved on demand.
```
--
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]