asolimando commented on code in PR #21904:
URL: https://github.com/apache/datafusion/pull/21904#discussion_r3159515895


##########
datafusion/functions/src/unicode/substrindex.rs:
##########
@@ -272,7 +272,7 @@ where
     O: OffsetSizeTrait,
 {
     let num_rows = string_array.len();
-    // Output is null IFF any input is null.
+    // Output is null if any input is null.

Review Comment:
   It's also a pretty common short-hand for people working with databases, due 
to the nature of the topic



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to