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


##########
arrow/src/array/array_dictionary.rs:
##########
@@ -128,7 +128,11 @@ impl<'a, K: ArrowPrimitiveType> DictionaryArray<K> {
         &self.keys
     }
 
-    /// Returns the lookup key by doing reverse dictionary lookup
+    /// If `value` is present in `values` (aka the dictionary),
+    /// returns the coresponding key (index into the `values`

Review Comment:
   typo?
   ```suggestion
       /// returns the corresponding key (index into the `values`
   ```



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