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] cmp_test test_gte failed with DATAGEN_SEED=1700149611 #9751

Closed
jlowe opened this issue Nov 16, 2023 · 0 comments · Fixed by #9780
Closed

[BUG] cmp_test test_gte failed with DATAGEN_SEED=1700149611 #9751

jlowe opened this issue Nov 16, 2023 · 0 comments · Fixed by #9780
Assignees
Labels
bug Something isn't working

Comments

@jlowe
Copy link
Contributor

jlowe commented Nov 16, 2023

From a recent CDH test run:

[2023-11-16T15:55:56.258Z] FAILED ../../src/main/python/cmp_test.py::test_gte[Float][DATAGEN_SEED=1700149611]

Tons of diff in the output, but here's an example of one row that's different. Looks like CPU is producing nulls while GPU is not:

[2023-11-16T15:55:56.217Z] -Row((a >= CAST(-1.4975424579622664E-28 AS FLOAT))=True, (CAST(NaN AS FLOAT) >= b)=None, (CAST(NULL AS FLOAT) >= a)=None, (b >= CAST(NULL AS FLOAT))=None, (a >= b)=None)

vs.

[2023-11-16T15:55:56.238Z] +Row((a >= CAST(-1.4975424579622664E-28 AS FLOAT))=True, (CAST(NaN AS FLOAT) >= b)=False, (CAST(NULL AS FLOAT) >= a)=None, (b >= CAST(NULL AS FLOAT))=None, (a >= b)=None)
@jlowe jlowe added bug Something isn't working ? - Needs Triage Need team to review and classify labels Nov 16, 2023
@jlowe jlowe self-assigned this Nov 17, 2023
@mattahrens mattahrens removed the ? - Needs Triage Need team to review and classify label Nov 22, 2023
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

Successfully merging a pull request may close this issue.

2 participants