pitrou commented on a change in pull request #7772:
URL: https://github.com/apache/arrow/pull/7772#discussion_r455187449
##########
File path: docs/source/cpp/compute.rst
##########
@@ -263,56 +263,56 @@ given class:
+--------------------------+------------+--------------------+----------------+----------------------------------+
| Function name | Arity | Input types | Output type
| Matched character class |
+==========================+============+====================+================+==================================+
-| ascii_isalnum | Unary | String-like | Boolean
| Alphanumeric ASCII |
+| ascii_is_alnum | Unary | String-like | Boolean
| Alphanumeric ASCII |
Review comment:
Ah, thank you. Well, indeed there's not much that we can do (except
break our public API :-)).
----------------------------------------------------------------
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]