Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix CI for pyarrow 13.0.0 #6173

Closed
lhoestq opened this issue Aug 23, 2023 · 0 comments · Fixed by #6175
Closed

Fix CI for pyarrow 13.0.0 #6173

lhoestq opened this issue Aug 23, 2023 · 0 comments · Fixed by #6175

Comments

@lhoestq
Copy link
Member

lhoestq commented Aug 23, 2023

pyarrow 13.0.0 just came out

FAILED tests/test_formatting.py::ArrowExtractorTest::test_pandas_extractor - AssertionError: Attributes of Series are different

Attribute "dtype" are different
[left]:  datetime64[us, UTC]
[right]: datetime64[ns, UTC]
FAILED tests/test_table.py::test_cast_sliced_fixed_size_array_to_features - TypeError: Couldn't cast array of type
fixed_size_list<item: int32>[3]
to
Sequence(feature=Value(dtype='int64', id=None), length=3, id=None)

e.g. in https://github.com/huggingface/datasets/actions/runs/5952253963/job/16143847230

first error may be related to apache/arrow#33321

second one maybe because feature.length * len(array) == len(array_values) is not satisfied anymore somehow ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant