You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is due to dataset not being present but parametrize using it on python/pyarrow/tests/test_dataset.py::test_dataset_partitioning_format the error is:
_ 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'
Component(s)
Continuous Integration, Python
The text was updated successfully, but these errors were encountered:
…test_dataset.py (#44370)
### Rationale for this change
If pyarrow has been built without dataset test collection errors due to pytest.mark.parametrize requiring dataset.
### What changes are included in this PR?
Move dataset requirement outside of test collection by removing it from the parametrization.
### Are these changes tested?
Via archery
### Are there any user-facing changes?
No
* GitHub Issue: #44369
Authored-by: Raúl Cumplido <raulcumplido@gmail.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
…test_dataset.py (#44370)
### Rationale for this change
If pyarrow has been built without dataset test collection errors due to pytest.mark.parametrize requiring dataset.
### What changes are included in this PR?
Move dataset requirement outside of test collection by removing it from the parametrization.
### Are these changes tested?
Via archery
### Are there any user-facing changes?
No
* GitHub Issue: #44369
Authored-by: Raúl Cumplido <raulcumplido@gmail.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
Describe the bug, including details regarding any error messages, version, and platform.
Since #43740 was merge the minimal python jobs have started failing:
This is due to dataset not being present but parametrize using it on
python/pyarrow/tests/test_dataset.py::test_dataset_partitioning_format
the error is:Component(s)
Continuous Integration, Python
The text was updated successfully, but these errors were encountered: