You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/06/19 14:27:08 UTC

[GitHub] [arrow-rs] waynexia commented on a diff in pull request #1909: minor: add a diagram to docstring for DictionaryArray

waynexia commented on code in PR #1909:
URL: https://github.com/apache/arrow-rs/pull/1909#discussion_r901114505


##########
arrow/src/array/array_dictionary.rs:
##########
@@ -33,6 +33,31 @@ use crate::error::Result;
 /// This is mostly used to represent strings or a limited set of primitive types as integers,
 /// for example when doing NLP analysis or representing chromosomes by name.
 ///
+/// [`DictionaryArray`] are represented using a `keys` array and a
+/// `values` array, which may be diferent lengths. The `keys` array

Review Comment:
   ```suggestion
   /// `values` array, which may be different lengths. The `keys` array
   ```



-- 
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-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org