viirya commented on code in PR #5470:
URL: https://github.com/apache/arrow-rs/pull/5470#discussion_r1511948783
##########
arrow-schema/src/datatype.rs:
##########
@@ -206,6 +213,13 @@ pub enum DataType {
/// A single LargeUtf8 array can store up to [`i64::MAX`] bytes
/// of string data in total.
LargeUtf8,
+ /// A variable-length string in Unicode with UTF-8 encoding
+ ///
+ /// Logically the same as [`Self::Utf8``], but the internal representation
uses a view
Review Comment:
```suggestion
/// Logically the same as [`Self::Utf8`], but the internal
representation uses a view
```
--
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]