alamb commented on a change in pull request #1124:
URL: https://github.com/apache/arrow-rs/pull/1124#discussion_r777196323



##########
File path: arrow/src/compute/kernels/comparison.rs
##########
@@ -1144,6 +1144,29 @@ pub fn eq_dyn_utf8_scalar(left: Arc<dyn Array>, right: 
&str) -> Result<BooleanAr
     result
 }
 
+/// Perform `left >= right` operation on an array and a numeric scalar
+/// value. Supports StringArrays, and DictionaryArrays that have string values

Review comment:
       ```suggestion
   /// Perform `left >= right` operation on an array and a `str` 
   /// value. Supports StringArrays, and DictionaryArrays that have string 
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