-
Notifications
You must be signed in to change notification settings - Fork 4.1k
[Python][CI] Python minimal examples fail due to dataset not being present #44369
Copy link
Copy link
Closed
Description
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:
_ 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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Type
Fields
Give feedbackNo fields configured for issues without a type.