Skip to content

Commit

Permalink
Ignore order for the test_no_fallback_when_ansi_enabled (#3615)
Browse files Browse the repository at this point in the history
* Ignore order for the test_no_fallback_when_ansi_enabled

Signed-off-by: Alessandro Bellina <abellina@nvidia.com>

* Update integration_tests/src/main/python/hash_aggregate_test.py

Co-authored-by: Jason Lowe <jlowe@nvidia.com>

Co-authored-by: Jason Lowe <jlowe@nvidia.com>
  • Loading branch information
abellina and jlowe authored Sep 23, 2021
1 parent 384d956 commit d86d18a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration_tests/src/main/python/hash_aggregate_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -1158,7 +1158,7 @@ def do_it(spark):
assert_gpu_fallback_collect(do_it, 'Count',
conf={'spark.sql.ansi.enabled': 'true'})


@ignore_order(local=True)
@pytest.mark.parametrize('data_gen', _no_overflow_ansi_gens, ids=idfn)
@ignore_order(local=True)
def test_no_fallback_when_ansi_enabled(data_gen):
Expand Down

0 comments on commit d86d18a

Please sign in to comment.