raulcd commented on PR #43740:
URL: https://github.com/apache/arrow/pull/43740#issuecomment-2404741052
This PR seems to have broken tests if we run with minimal pyarrow (i.e no
dataset) as pytest `@pytest.mark.parametrize` fails if dataset is not enabled:
```
_ ERROR collecting
miniconda-for-arrow/envs/pyarrow-3.10/lib/python3.10/site-packages/pyarrow/tests/test_dataset.py
_
miniconda-for-arrow/envs/pyarrow-3.10/lib/python3.10/site-packages/pyarrow/tests/test_dataset.py:740:
in <module>
(ds.HivePartitioning, (r"foo=A/bar=ant%20bee", ""), ("", "")),
E AttributeError: 'NoneType' object has no attribute 'HivePartitioning'
```
I'll try to fix for 18.0.0
--
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]