You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2020/07/15 15:40:52 UTC

[GitHub] [arrow] nealrichardson commented on a change in pull request #7772: ARROW-9484: [Docs] Update is* functions to be is_* in the compute docs

nealrichardson commented on a change in pull request #7772:
URL: https://github.com/apache/arrow/pull/7772#discussion_r455149121



##########
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:
       Is there a way I can render just this file? In the past when I've tried to render all of the sphinx docs, it's been such a PITA, partly because I have to build pyarrow, partly because of my case-insensitive file system. 




----------------------------------------------------------------
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:
users@infra.apache.org