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]Dataproc test_hash_groupby_approx_percentile_long_repeated_keys failures #4062

Closed
tgravescs opened this issue Nov 9, 2021 · 1 comment
Assignees
Labels
bug Something isn't working duplicate This issue or pull request already exists P0 Must have for release

Comments

@tgravescs
Copy link
Collaborator

Describe the bug
11:12:07 =================================== FAILURES ===================================
11:12:07 ________ test_hash_groupby_approx_percentile_long_repeated_keys[false] _________
11:12:07
11:12:07 aqe_enabled = 'false'
11:12:07
11:12:07 @pytest.mark.parametrize('aqe_enabled', ['false', 'true'], ids=idfn)
11:12:07 def test_hash_groupby_approx_percentile_long_repeated_keys(aqe_enabled):
11:12:07 conf = copy_and_update(_approx_percentile_conf, {'spark.sql.adaptive.enabled': aqe_enabled})
11:12:07 > compare_percentile_approx(
11:12:07 lambda spark: gen_df(spark, [('k', RepeatSeqGen(LongGen(), length=20)),
11:12:07 ('v', LongRangeGen())], length=100),
11:12:07 [0.05, 0.25, 0.5, 0.75, 0.95], conf)
11:12:07
11:12:07 integration_tests/src/main/python/hash_aggregate_test.py:1160:
...
E assert None is not None
11:12:07
11:12:07 integration_tests/src/main/python/hash_aggregate_test.py:1263: AssertionError

@tgravescs tgravescs added bug Something isn't working ? - Needs Triage Need team to review and classify labels Nov 9, 2021
@tgravescs tgravescs changed the title [BUG]Dataproc test failures [BUG]Dataproc test_hash_groupby_approx_percentile_long_repeated_keys failures Nov 9, 2021
@tgravescs tgravescs added the P0 Must have for release label Nov 9, 2021
@tgravescs tgravescs assigned tgravescs and andygrove and unassigned tgravescs Nov 9, 2021
@tgravescs
Copy link
Collaborator Author

duplicate of #4060

@sameerz sameerz added duplicate This issue or pull request already exists and removed ? - Needs Triage Need team to review and classify labels Nov 12, 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 duplicate This issue or pull request already exists P0 Must have for release
Projects
None yet
Development

No branches or pull requests

3 participants