Fokko commented on PR #34099:
URL: https://github.com/apache/arrow/pull/34099#issuecomment-1430423994
```
==================================== ERRORS
====================================
________________________ ERROR collecting test session
_________________________
opt/conda/envs/arrow/lib/python3.8/importlib/__init__.py:127: in
import_module
return _bootstrap._gcd_import(name[level:], package, level)
<frozen importlib._bootstrap>:1014: in _gcd_import
???
<frozen importlib._bootstrap>:991: in _find_and_load
???
<frozen importlib._bootstrap>:975: in _find_and_load_unlocked
???
<frozen importlib._bootstrap>:671: in _load_unlocked
???
opt/conda/envs/arrow/lib/python3.8/site-packages/_pytest/assertion/rewrite.py:168:
in exec_module
exec(co, module.__dict__)
opt/conda/envs/arrow/lib/python3.8/site-packages/pyarrow/conftest.py:103: in
<module>
import pyarrow.dataset # noqa
opt/conda/envs/arrow/lib/python3.8/site-packages/pyarrow/dataset.py:23: in
<module>
from pyarrow._dataset import ( # noqa
pyarrow/_dataset.pyx:561: in init pyarrow._dataset
???
E AttributeError: attribute '__doc__' of 'method_descriptor' objects is
not writable
!!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection
!!!!!!!!!!!!!!!!!!!!
=============================== 1 error in 0.95s
===============================
```
Line 561:
```python
Dataset.scanner.__doc__ =
Dataset.scanner.__doc__.format(_scanner_arguments_doc)
```
--
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]