icexelloss commented on PR #34373: URL: https://github.com/apache/arrow/pull/34373#issuecomment-1448858075
> @westonpace I am not sure what this error is about: > > ``` > ==================================== ERRORS ==================================== > _ ERROR collecting opt/conda/envs/arrow/lib/python3.7/site-packages/pyarrow/tests/test_udf.py _ > ImportError while importing test module '/opt/conda/envs/arrow/lib/python3.7/site-packages/pyarrow/tests/test_udf.py'. > Hint: make sure your test modules/packages have valid Python names. > Traceback: > opt/conda/envs/arrow/lib/python3.7/importlib/__init__.py:127: in import_module > return _bootstrap._gcd_import(name[level:], package, level) > opt/conda/envs/arrow/lib/python3.7/site-packages/pyarrow/tests/test_udf.py:22: in <module> > import pyarrow._substrait > E ModuleNotFoundError: No module named 'pyarrow._substrait' > ``` > > from this: https://github.com/apache/arrow/actions/runs/4295311322/jobs/7485550126 > > Any idea? > > (This passes for me locally) I see what the issue is - let me try to organize the tests to bypass this -- 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]
