blackmwk commented on code in PR #2701:
URL: https://github.com/apache/iceberg-rust/pull/2701#discussion_r3746146121
##########
crates/iceberg/src/test_utils.rs:
##########
@@ -105,8 +105,20 @@ pub fn check_record_batches(
));
}
+/// An [`EncryptionManager`] backed by an in-memory KMS holding `table_key_id`.
+pub fn make_encryption_manager(table_key_id: &str) -> Arc<EncryptionManager> {
Review Comment:
```suggestion
pub(crate) fn make_encryption_manager(table_key_id: &str) ->
Arc<EncryptionManager> {
```
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]