Skip to content

[Python][CI] Python minimal examples fail due to dataset not being present #44369

@raulcd

Description

@raulcd

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

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions