Skip to content

Commit

Permalink
Skip test_hash_groupby_approx_percentile byte and double tests tempor…
Browse files Browse the repository at this point in the history
…arily (#11469)

Signed-off-by: Alessandro Bellina <abellina@nvidia.com>
  • Loading branch information
abellina authored Sep 12, 2024
1 parent 502f5a3 commit 5beeba8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions integration_tests/src/main/python/hash_aggregate_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -1710,6 +1710,7 @@ 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 @@ -1719,6 +1720,7 @@ 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 @@ -1775,6 +1777,7 @@ 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 @@ -1784,6 +1787,7 @@ 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

0 comments on commit 5beeba8

Please sign in to comment.