amol- commented on PR #13216:
URL: https://github.com/apache/arrow/pull/13216#issuecomment-1137023792
Seems to be failing some tests at the moment
```
==================================== ERRORS
====================================
_ ERROR collecting
opt/conda/envs/arrow/lib/python3.9/site-packages/pyarrow/cuda.py _
opt/conda/envs/arrow/lib/python3.9/site-packages/pyarrow/cuda.py:21: in
<module>
from pyarrow._cuda import (Context, IpcMemHandle, CudaBuffer,
E ModuleNotFoundError: No module named 'pyarrow._cuda'
_ ERROR collecting
opt/conda/envs/arrow/lib/python3.9/site-packages/pyarrow/substrait.py _
opt/conda/envs/arrow/lib/python3.9/site-packages/pyarrow/substrait.py:18: in
<module>
from pyarrow._substrait import ( # noqa
E ModuleNotFoundError: No module named 'pyarrow._substrait'
_ ERROR collecting
opt/conda/envs/arrow/lib/python3.9/site-packages/pyarrow/tests/deserialize_buffer.py
_
opt/conda/envs/arrow/lib/python3.9/site-packages/pyarrow/tests/deserialize_buffer.py:24:
in <module>
with open(sys.argv[1], 'rb') as f:
E FileNotFoundError: [Errno 2] No such file or directory: '-r'
_ ERROR collecting
opt/conda/envs/arrow/lib/python3.9/site-packages/pyarrow/tests/read_record_batch.py
_
opt/conda/envs/arrow/lib/python3.9/site-packages/pyarrow/tests/read_record_batch.py:24:
in <module>
with open(sys.argv[1], 'rb') as f:
E FileNotFoundError: [Errno 2] No such file or directory: '-r'
=============================== warnings summary
===============================
```
I don't think we should be using `sys.argv` in the examples, as that will be
the arguments of `pytest`, not the arguments of the example.
--
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]