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] test_single_nested_sort_in_part integration test failure 21.08 #2746

Closed
tgravescs opened this issue Jun 18, 2021 · 3 comments
Closed
Labels
bug Something isn't working P0 Must have for release

Comments

@tgravescs
Copy link
Collaborator

src/main/python/sort_test.py::test_single_nested_sort_in_part[STABLE-Column<b'a DESC NULLS LAST'>1-Struct(['child0', Byte],['child1', Short],['child2', Integer],['child3', Long],['child4', Float],['child5', Double],['child6', String],['child7', Boolean],['child8', Date],['child9', Timestamp],['child10', Null])]

test failed as part of integration tests.

The cpu and gpu values returned were different

@tgravescs tgravescs added bug Something isn't working ? - Needs Triage Need team to review and classify labels Jun 18, 2021
@tgravescs tgravescs added the P0 Must have for release label Jun 18, 2021
@jlowe
Copy link
Member

jlowe commented Jun 18, 2021

Looks somewhat similar to #2477, although this is nested sort while the other is not. cc: @abellina

@abellina
Copy link
Collaborator

We can set num_slices for this test like we did for the other test. The main issue is an executor is dying, and the integration test that failed was using spark-3.0.2, which I've seen crash several times on the isZero issue from CollectionAccumulator. I am not able to access the executor logs right now, but I'll move forward with the num_slices pr.

@sameerz
Copy link
Collaborator

sameerz commented Jun 22, 2021

@abellina closing this, will reopen if we see another failure.

@sameerz sameerz closed this as completed Jun 22, 2021
@sameerz sameerz removed the ? - Needs Triage Need team to review and classify label Jun 22, 2021
@sameerz sameerz changed the title [BUG]test_single_nested_sort_in_part integration test failure 21.08 [BUG] test_single_nested_sort_in_part integration test failure 21.08 Jul 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working P0 Must have for release
Projects
None yet
Development

No branches or pull requests

4 participants