JosephLenton commented on code in PR #2930:
URL: https://github.com/apache/iceberg-rust/pull/2930#discussion_r3731548430


##########
crates/iceberg/src/arrow/schema.rs:
##########
@@ -1699,6 +1720,27 @@ mod tests {
         pretty_assertions::assert_eq!(converted_schema, schema);
     }
 
+    #[test]
+    fn test_arrow_schema_to_schema_should_convert_uuids() {

Review Comment:
   I've added tests for both of those. For a Utf8 with an arrow uuid extension, 
and round trip 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]

Reply via email to