[
https://issues.apache.org/jira/browse/ARROW-7621?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Francois Saint-Jacques resolved ARROW-7621.
-------------------------------------------
Fix Version/s: 0.16.0
Resolution: Fixed
Issue resolved by pull request 6231
[https://github.com/apache/arrow/pull/6231]
> [Doc] Doc build fails
> ---------------------
>
> Key: ARROW-7621
> URL: https://issues.apache.org/jira/browse/ARROW-7621
> Project: Apache Arrow
> Issue Type: Bug
> Components: Documentation
> Reporter: Antoine Pitrou
> Assignee: Antoine Pitrou
> Priority: Major
> Labels: pull-request-available
> Fix For: 0.16.0
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> {code}
> Traceback (most recent call last):
> File "/home/antoine/arrow/dev/docs/source/conf.py", line 422, in <module>
> import pyarrow.flight
> File "/home/antoine/arrow/dev/python/pyarrow/flight.py", line 25, in
> <module>
> from pyarrow._flight import ( # noqa
> ModuleNotFoundError: No module named 'pyarrow._flight'
> During handling of the above exception, another exception occurred:
> Traceback (most recent call last):
> File
> "/home/antoine/miniconda3/envs/pyarrow/lib/python3.7/site-packages/sphinx/config.py",
> line 368, in eval_config_file
> execfile_(filename, namespace)
> File
> "/home/antoine/miniconda3/envs/pyarrow/lib/python3.7/site-packages/sphinx/util/pycompat.py",
> line 81, in execfile_
> exec(code, _globals)
> File "/home/antoine/arrow/dev/docs/source/conf.py", line 426, in <module>
> pyarrow.flight = sys.modules['pyarrow.flight'] = mock.Mock()
> NameError: name 'mock' is not defined
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)