Skip to content

Commit

Permalink
Ignore group order in test_struct_groupby_count (NVIDIA#2413)
Browse files Browse the repository at this point in the history
Contributes to NVIDIA#2406

Signed-off-by: Gera Shegalov <gera@apache.org>
  • Loading branch information
gerashegalov authored May 14, 2021
1 parent e00d059 commit 26cd62d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions integration_tests/src/main/python/hash_aggregate_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -617,6 +617,7 @@ def test_subquery_in_agg(adaptive, expr):
('ab', IntegerGen(min_val=5, max_val=9)),
]))], nullable=False),
], ids=idfn)
@ignore_order(local=True)
def test_struct_groupby_count(key_data_gen):
def group_by_count(spark):
df = two_col_df(spark, key_data_gen, IntegerGen())
Expand Down

0 comments on commit 26cd62d

Please sign in to comment.