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] array and map casts to string tests failed #11437

Closed
jlowe opened this issue Sep 6, 2024 · 3 comments · Fixed by #11474
Closed

[BUG] array and map casts to string tests failed #11437

jlowe opened this issue Sep 6, 2024 · 3 comments · Fixed by #11474
Assignees
Labels
bug Something isn't working cudf_dependency An issue or PR with this label depends on a new feature in cudf

Comments

@jlowe
Copy link
Member

jlowe commented Sep 6, 2024

Nightly build failed in array and map string casting tests:

[2024-09-06T14:11:35.298Z] FAILED ../../src/main/python/cast_test.py::test_cast_array_to_string[true-Array(String)][DATAGEN_SEED=1725624934, TZ=America/Punta_Arenas, ALLOW_NON_GPU(ProjectExec,FilterExec,FileSourceScanExec,BatchScanExec,CollectLimitExec,DeserializeToObjectExec,DataWritingCommandExec,WriteFilesExec,ShuffleExchangeExec,ExecutedCommandExec)] - AssertionError: GPU and CPU string values are different at [2, 'a']
[2024-09-06T14:11:35.298Z] FAILED ../../src/main/python/cast_test.py::test_cast_array_to_string[true-Array(Struct(['child0', Byte],['child1', String],['child2', Date]))][DATAGEN_SEED=1725624934, TZ=America/Punta_Arenas, INJECT_OOM, ALLOW_NON_GPU(ProjectExec,FilterExec,FileSourceScanExec,BatchScanExec,CollectLimitExec,DeserializeToObjectExec,DataWritingCommandExec,WriteFilesExec,ShuffleExchangeExec,ExecutedCommandExec)] - AssertionError: GPU and CPU string values are different at [1, 'a']
[2024-09-06T14:11:35.299Z] FAILED ../../src/main/python/cast_test.py::test_cast_map_to_string[true-Map(String(not_null),String)][DATAGEN_SEED=1725624934, TZ=America/Punta_Arenas, INJECT_OOM, ALLOW_NON_GPU(ProjectExec,FilterExec,FileSourceScanExec,BatchScanExec,CollectLimitExec,DeserializeToObjectExec,DataWritingCommandExec,WriteFilesExec,ShuffleExchangeExec,ExecutedCommandExec)] - AssertionError: GPU and CPU string values are different at [0, 'a']
@jlowe jlowe added ? - Needs Triage Need team to review and classify bug Something isn't working labels Sep 6, 2024
@jlowe jlowe self-assigned this Sep 6, 2024
@jlowe
Copy link
Member Author

jlowe commented Sep 6, 2024

Appears to be caused by rapidsai/cudf#16574. Reverting that from the spark-rapids-jni build allows the tests to pass. I'll try to build a C++ repro and file a cudf issue.

@jlowe jlowe added the cudf_dependency An issue or PR with this label depends on a new feature in cudf label Sep 6, 2024
@jlowe
Copy link
Member Author

jlowe commented Sep 6, 2024

Filed rapidsai/cudf#16768.

@revans2
Copy link
Collaborator

revans2 commented Sep 16, 2024

rapidsai/cudf#16777 is supposed to have fixed issues. I will test that indeed it did

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working cudf_dependency An issue or PR with this label depends on a new feature in cudf
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants