alamb commented on code in PR #3965:
URL: https://github.com/apache/arrow-rs/pull/3965#discussion_r1153207963


##########
arrow-integration-test/src/schema.rs:
##########
@@ -178,10 +181,10 @@ mod tests {
                 ),
                 Field::new(
                     "c25",
-                    DataType::Struct(vec![
+                    DataType::Struct(Fields::from(vec![

Review Comment:
   I guess in my mind it is about the cognative load. Now I need to know what a 
Fields is, import it, construct one, etc. 
   
   Maybe the magic `into()` will make it ok



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

Reply via email to