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


##########
arrow/src/datatypes/datatype.rs:
##########
@@ -1439,6 +1439,20 @@ impl DataType {
         )
     }
 
+    /// Returns true if this type is nested (FixedSizeList, LargeList, Struct, 
Union, or Map)

Review Comment:
   ```suggestion
       /// Returns true if this type is nested (List, FixedSizeList, LargeList, 
Struct, Union, or Map)
   ```



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