We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The pytest cudf.tests.test_parquet.test_parquet_writer_nulls_pandas_read[1] intermittently fails CI with a cudaErrorIllegalAddress error.
cudf.tests.test_parquet.test_parquet_writer_nulls_pandas_read[1]
cudaErrorIllegalAddress
The failure is always seen in Ubuntu 18.04, CUDA 11.2, Python 3.8.
The text was updated successfully, but these errors were encountered:
This particular job runs on a machine with Pascal. The other two similar jobs runs on machines using Volta and Ampere.
Sorry, something went wrong.
Temporarily disabling problematic test in parquet writer (#9230)
651ec49
There is a bug in parquet writer that shows up in one pytest. Disabling this test to unblock CI for other PRs. Related to #9231 Authors: - Devavret Makkar (https://github.com/devavret) Approvers: - https://github.com/brandon-b-miller URL: #9230
Fix the crash in stats code (#9368)
fe04d21
`stat.(min/max)_value.str_val.length` is used in calculating allocation size for page/stripe headers. Not zero initializing stat caused these values to be garbage. Also re-enabled the pytest that was disabled in #9230 Fixes #9231 Authors: - Devavret Makkar (https://github.com/devavret) Approvers: - GALI PREM SAGAR (https://github.com/galipremsagar) - Mike Wilson (https://github.com/hyperbolic2346) - https://github.com/brandon-b-miller - Elias Stehle (https://github.com/elstehle) URL: #9368
devavret
Successfully merging a pull request may close this issue.
The pytest
cudf.tests.test_parquet.test_parquet_writer_nulls_pandas_read[1]
intermittently fails CI with acudaErrorIllegalAddress
error.The failure is always seen in Ubuntu 18.04, CUDA 11.2, Python 3.8.
The text was updated successfully, but these errors were encountered: