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

Parquet compression tests failing on CI #9060

Closed
jakirkham opened this issue May 9, 2022 · 4 comments
Closed

Parquet compression tests failing on CI #9060

jakirkham opened this issue May 9, 2022 · 4 comments
Labels
needs triage Needs a response from a contributor parquet tests Unit tests and/or continuous integration

Comments

@jakirkham
Copy link
Member

Seeing the following test failures in CI on main:

FAILED dask/dataframe/io/tests/test_parquet.py::test_explicit_compression_default_deprecated[pyarrow]
22303
FAILED dask/dataframe/io/tests/test_parquet.py::test_writing_parquet_with_compression[pyarrow-None]
22304
FAILED dask/dataframe/io/tests/test_parquet.py::test_writing_parquet_with_compression[pyarrow-gzip]
22305
FAILED dask/dataframe/io/tests/test_parquet.py::test_writing_parquet_with_compression[pyarrow-snappy]
22306
FAILED dask/dataframe/io/tests/test_parquet.py::test_writing_parquet_with_partition_on_and_compression[pyarrow-None]
22307
FAILED dask/dataframe/io/tests/test_parquet.py::test_writing_parquet_with_partition_on_and_compression[pyarrow-gzip]
22308
FAILED dask/dataframe/io/tests/test_parquet.py::test_writing_parquet_with_partition_on_and_compression[pyarrow-snappy]
@github-actions github-actions bot added the needs triage Needs a response from a contributor label May 9, 2022
@jakirkham jakirkham added tests Unit tests and/or continuous integration parquet labels May 9, 2022
@jakirkham
Copy link
Member Author

cc @dask/maintenance

@rjzamora
Copy link
Member

It seems like the change suggested by @jorisvandenbossche in #8993 should resolve this

@jrbourbeau
Copy link
Member

Thanks for surfacing @jakirkham. Just merged #8993 (thanks again Joris) and will close this ticket if we don't encounter the same issue in CI for this commit d652c53 on main

@jakirkham
Copy link
Member Author

Thanks all! 🙏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs triage Needs a response from a contributor parquet tests Unit tests and/or continuous integration
Projects
None yet
Development

No branches or pull requests

3 participants