Skip to content

Commit

Permalink
Ignore order for map udf test (#2627)
Browse files Browse the repository at this point in the history
Signed-off-by: Firestarman <firestarmanllc@gmail.com>
  • Loading branch information
firestarman authored Jun 8, 2021
1 parent b94d5a2 commit ae33cc4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions integration_tests/src/main/python/udf_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@ def group_size_udf(key, pdf):


# ======= Test map in Pandas =======
@ignore_order
@pytest.mark.parametrize('data_gen', [LongGen()], ids=idfn)
def test_map_apply_udf(data_gen):
def pandas_filter(iterator):
Expand All @@ -253,6 +254,7 @@ def pandas_filter(iterator):
conf=arrow_udf_conf)


@ignore_order(local=True)
@pytest.mark.parametrize('data_gen', data_gens_nested_for_udf, ids=idfn)
def test_pandas_map_udf_nested_type(data_gen):
# Supported UDF output types by plugin: (commonCudfTypes + ARRAY).nested() + STRUCT
Expand Down

0 comments on commit ae33cc4

Please sign in to comment.