Skip to content

Commit

Permalink
Skip the udf test fails periodically. (NVIDIA#758)
Browse files Browse the repository at this point in the history
Error log:
=========================== short test summary info ============================
01:45:41 FAILED ../../src/main/python/udf_test.py::test_group_aggregate_udf[Long]
[IGNORE_ORDER, ALLOW_NON_GPU(AggregateInPandasExec,PythonUDF,Alias)]

Signed-off-by: Firestarman <[email protected]>
  • Loading branch information
firestarman authored Sep 14, 2020
1 parent 06a9947 commit b61fce2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions integration_tests/src/main/python/udf_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ def pandas_sum(to_process: pd.Series) -> float:
pandas_sum(f.col('a'))),
conf=arrow_udf_conf)

@pytest.mark.skip("https://github.com/NVIDIA/spark-rapids/issues/757")
@ignore_order
@allow_non_gpu('AggregateInPandasExec', 'PythonUDF', 'Alias')
@pytest.mark.parametrize('data_gen', integral_gens, ids=idfn)
Expand Down

0 comments on commit b61fce2

Please sign in to comment.