xanderbailey commented on code in PR #2453:
URL: https://github.com/apache/iceberg-rust/pull/2453#discussion_r3380986151
##########
crates/iceberg/src/spec/snapshot.rs:
##########
@@ -713,4 +763,57 @@ mod tests {
assert_eq!(v2_snapshot.parent_snapshot_id(), None);
assert_eq!(v2_snapshot.schema_id(), None);
}
+
+ #[tokio::test]
+ async fn
load_manifest_list_errors_when_encrypted_but_no_manager_configured() {
Review Comment:
Moved here
[d27da0e](https://github.com/apache/iceberg-rust/pull/2453/commits/d27da0e4975a1ca165baad8882c0b823c9300110)
--
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]