viirya commented on code in PR #4627:
URL: https://github.com/apache/arrow-rs/pull/4627#discussion_r1282346153


##########
arrow-schema/src/datatype.rs:
##########
@@ -577,9 +577,14 @@ impl DataType {
         }
     }
 
-    /// Create a List DataType default name is "item"
+    /// Create a [`DataType::List`] where each elements has the

Review Comment:
   Not sure 😄 but maybe?
   
   ```suggestion
       /// Create a [`DataType::List`] where each element has the
   ```
   



##########
arrow-schema/src/datatype.rs:
##########
@@ -577,9 +577,14 @@ impl DataType {
         }
     }
 
-    /// Create a List DataType default name is "item"
+    /// Create a [`DataType::List`] where each elements has the

Review Comment:
   Not sure 😄 but maybe?
   
   ```suggestion
       /// Create a [`DataType::List`] where each element has the
   ```
   



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