xanderbailey commented on code in PR #3235:
URL: https://github.com/apache/iceberg-rust/pull/3235#discussion_r4020835260


##########
crates/iceberg/src/io/object_cache.rs:
##########
@@ -444,6 +443,43 @@ mod tests {
         );
     }
 
+    #[tokio::test]
+    async fn test_get_manifest_list_with_no_schema_id() {
+        use std::collections::HashMap;
+
+        use crate::spec::{Operation, Snapshot, Summary};

Review Comment:
   micro nit: I think typically we do test imports at the top 



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