emkornfield commented on code in PR #1851:
URL: https://github.com/apache/iceberg-rust/pull/1851#discussion_r2625052500
##########
crates/iceberg/src/spec/manifest_list.rs:
##########
@@ -2044,4 +2070,97 @@ mod test {
assert_eq!(v2_manifest.partitions, None);
assert_eq!(v2_manifest.key_metadata, None);
}
+
+ #[tokio::test]
+ async fn test_manifest_list_writer_with_compression() {
+ use std::fs;
Review Comment:
move these to top level.
--
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]