xanderbailey commented on code in PR #2586:
URL: https://github.com/apache/iceberg-rust/pull/2586#discussion_r3505484838
##########
crates/iceberg/src/spec/manifest_list/manifest_file.rs:
##########
@@ -228,4 +245,84 @@ mod test {
fn test_manifest_content_type_default_value() {
assert_eq!(ManifestContentType::default() as i32, 0);
}
+
+ #[tokio::test]
+ async fn test_load_manifest_decrypts_when_key_metadata_present() {
Review Comment:
Added a couple of tests
--
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]