bu2 commented on a change in pull request #9023:
URL: https://github.com/apache/arrow/pull/9023#discussion_r549518578



##########
File path: cpp/src/arrow/compute/kernels/scalar_validity.cc
##########
@@ -126,12 +148,16 @@ void IsNullExec(KernelContext* ctx, const ExecBatch& 
batch, Datum* out) {
 
 const FunctionDoc is_valid_doc(
     "Return true if non-null",
-    ("For each input value, emit true iff the value is valid (non-null)."), 
{"values"});
+    ("For each input value, emit true if the value is valid (non-null)."), 
{"values"});

Review comment:
       Fixed in last commit.




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to