-
Notifications
You must be signed in to change notification settings - Fork 242
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
[BUG] parquet_testing_test.py failed on "AssertionError: GPU and CPU boolean values are different" #11715
Labels
bug
Something isn't working
Comments
NvTimLiu
added
? - Needs Triage
Need team to review and classify
bug
Something isn't working
labels
Nov 12, 2024
@NvTimLiu please include the DATAGEN_SEED setting for any test failures ,as it may be crucial to reproduce it. In this case , it was DATAGEN_SEED=1731408247 |
Similar failure for Databricks Azure 13.3
|
I hit it locally, but it only hits randomly. Must be a timing bug, looking into it. |
3 tasks
rapids-bot bot
pushed a commit
to rapidsai/cudf
that referenced
this issue
Nov 13, 2024
This fixes a synchronization bug in the parquet microkernels for plain-decoding bools. This closes [several](NVIDIA/spark-rapids#11715) timing [issues](NVIDIA/spark-rapids#11716) found during testing of spark-rapids. Authors: - Paul Mattione (https://github.com/pmattione-nvidia) Approvers: - Bradley Dice (https://github.com/bdice) - Vukasin Milovanovic (https://github.com/vuule) URL: #17302
Fixed by this cuDF PR. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
This failure was first/only occurred on Databricks-12.2, let's keep an eye to see if it is reproducible.
The text was updated successfully, but these errors were encountered: