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

Revert "Skip test_hash_groupby_approx_percentile byte and double tests tempor…" #11472

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions integration_tests/src/main/python/hash_aggregate_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -1710,7 +1710,6 @@ def test_hash_groupby_approx_percentile_reduction_no_rows(aqe_enabled):
[0.05, 0.25, 0.5, 0.75, 0.95], conf, reduction = True)

@incompat
@pytest.mark.skip(reason="https://github.com/NVIDIA/spark-rapids/issues/11463")
@pytest.mark.parametrize('aqe_enabled', ['false', 'true'], ids=idfn)
def test_hash_groupby_approx_percentile_byte(aqe_enabled):
conf = {'spark.sql.adaptive.enabled': aqe_enabled}
Expand All @@ -1720,7 +1719,6 @@ def test_hash_groupby_approx_percentile_byte(aqe_enabled):
[0.05, 0.25, 0.5, 0.75, 0.95], conf)

@incompat
@pytest.mark.skip(reason="https://github.com/NVIDIA/spark-rapids/issues/11463")
@disable_ansi_mode # https://github.com/NVIDIA/spark-rapids/issues/11198
@pytest.mark.parametrize('aqe_enabled', ['false', 'true'], ids=idfn)
def test_hash_groupby_approx_percentile_byte_scalar(aqe_enabled):
Expand Down Expand Up @@ -1777,7 +1775,6 @@ def test_hash_groupby_approx_percentile_long_single_ansi(aqe_enabled):


@incompat
@pytest.mark.skip(reason="https://github.com/NVIDIA/spark-rapids/issues/11463")
@pytest.mark.parametrize('aqe_enabled', ['false', 'true'], ids=idfn)
def test_hash_groupby_approx_percentile_double(aqe_enabled):
conf = {'spark.sql.adaptive.enabled': aqe_enabled}
Expand All @@ -1787,7 +1784,6 @@ def test_hash_groupby_approx_percentile_double(aqe_enabled):
[0.05, 0.25, 0.5, 0.75, 0.95], conf)

@incompat
@pytest.mark.skip(reason="https://github.com/NVIDIA/spark-rapids/issues/11463")
@pytest.mark.parametrize('aqe_enabled', ['false', 'true'], ids=idfn)
def test_hash_groupby_approx_percentile_double_single(aqe_enabled):
conf = {'spark.sql.adaptive.enabled': aqe_enabled}
Expand Down
Loading