Raúl Cumplido created ARROW-16109:
-------------------------------------
Summary:
python/pyarrow/tests/parquet/test_dataset.py::test_read_table_schema requires
dataset mark
Key: ARROW-16109
URL: https://issues.apache.org/jira/browse/ARROW-16109
Project: Apache Arrow
Issue Type: Improvement
Components: Python
Reporter: Raúl Cumplido
Fix For: 8.0.0
Following the contributing guidelines for the first time I did not use the
`-DARROW_DATASET=On` flag as it does not appear on the documentation guidelines.
There was a test failure when running tests because the dataset module was not
found:
{code:java}
ModuleNotFoundError: No module named 'pyarrow._dataset' {code}
My expectation is that this test should have been skipped as it requires
dataset.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)