xanderbailey opened a new pull request, #2339:
URL: https://github.com/apache/iceberg-rust/pull/2339

   ## Which issue does this PR close?
   
   Part of #2034 
   
   ## What changes are included in this PR?
   
   Adds the `KeyManagementClient` trait and an in-memory implementation for 
testing.
   
   - `KeyManagementClient` trait mirrors Java's `KeyManagementClient` 
interface. 
   - `InMemoryKeyManagementClient`  for testing-only KMS that stores master 
keys in memory to wrap/unwrap. Supports configurable key sizes and explicit key 
bytes for cross-language interop tests.
   
   
   ## Are these changes tested?
   
   Tests covered for `InMemoryKeyManagementClient`
   


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

Reply via email to