berkaysynnada commented on code in PR #7429: URL: https://github.com/apache/arrow-rs/pull/7429#discussion_r2051712839
########## arrow-schema/src/datatype.rs: ########## @@ -596,6 +596,13 @@ impl DataType { matches!(self, Null) } + /// Returns true if this type is signed integer: (Int*). Review Comment: ```suggestion /// Returns true if this type is a String type ``` -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org