edponce commented on a change in pull request #10857:
URL: https://github.com/apache/arrow/pull/10857#discussion_r681661295



##########
File path: cpp/src/arrow/compute/kernels/scalar_string.cc
##########
@@ -4018,6 +4036,13 @@ const FunctionDoc ascii_lower_doc(
      "non-ASCII characters, use \"utf8_lower\" instead."),
     {"strings"});
 
+const FunctionDoc ascii_capitalize_doc(
+    "Capilatize the first character of ASCII input",
+    ("For each string in `strings`, return a capitalized version.\n\n"
+     "This function assumes the input is fully ASCII.  If it may contain\n"
+     "non-ASCII characters, use \"utf8_capitalize\" instead."),

Review comment:
       Working on it locally, I should have made a draft PR.




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