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

[BUG] delta_lake_write_test.py failed on "AssertionError: GPU and CPU boolean values are different" #11716

Closed
parthosa opened this issue Nov 12, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@parthosa
Copy link
Collaborator

Describe the bug

Test case delta_lake_write_test.py::test_delta_overwrite_by_expression_exec_v1 failed with DATAGEN_SEED=1731436170

Environment - arm64, ubuntu22, cuda12, spark-3.4.1

Console Output:


[2024-11-12T19:02:36.318Z] =========================== short test summary info ============================

[2024-11-12T19:02:36.318Z] FAILED ../../src/main/python/delta_lake_write_test.py::test_delta_overwrite_by_expression_exec_v1[False][DATAGEN_SEED=1731436170, TZ=UTC, INJECT_OOM, IGNORE_ORDER({'local': True}), 

ALLOW_NON_GPU(DeserializeToObjectExec,ShuffleExchangeExec,FileSourceScanExec,FilterExec,MapPartitionsExec,MapElementsExec,ObjectHashAggregateExec,ProjectExec,SerializeFromObjectExec,SortExec)] 

  - AssertionError: GPU and CPU boolean values are different at [306, 'c43', 0, 0, 'child7']
@parthosa parthosa added ? - Needs Triage Need team to review and classify bug Something isn't working labels Nov 12, 2024
@mattahrens mattahrens removed the ? - Needs Triage Need team to review and classify label Nov 12, 2024
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
@pmattione-nvidia
Copy link
Collaborator

Fixed by this cuDF PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants