[
https://issues.apache.org/jira/browse/ARROW-17155?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17569312#comment-17569312
]
Antoine Pitrou commented on ARROW-17155:
----------------------------------------
Please, can you post a full shell session of what you are doing?
It works fine here, and we have full CI for this as well.
{code}
$ pip install pyarrow
Collecting pyarrow
Using cached
pyarrow-8.0.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (29.4 MB)
Requirement already satisfied: numpy>=1.16.6 in
./venv-3.8/lib/python3.8/site-packages (from pyarrow) (1.21.1)
Installing collected packages: pyarrow
Successfully installed pyarrow-8.0.0
$ python
Python 3.8.10 (default, Jun 22 2022, 20:18:18)
[GCC 9.4.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import pyarrow.compute as pc
>>> pc.add
<function add at 0x7f2d0af9c1f0>
{code}
> pyarrow compute module does not contain functions described in documentation
> ----------------------------------------------------------------------------
>
> Key: ARROW-17155
> URL: https://issues.apache.org/jira/browse/ARROW-17155
> Project: Apache Arrow
> Issue Type: Bug
> Components: Python
> Affects Versions: 8.0.0
> Reporter: Volodymyr
> Priority: Major
>
> Looks like pyarrow compute module
> (https://github.com/apache/arrow/blob/master/python/pyarrow/compute.py) has
> entirely different stuff than described in documentation:
> [https://arrow.apache.org/docs/python/api/compute.html]
--
This message was sent by Atlassian Jira
(v8.20.10#820010)