Skip to content

Commit

Permalink
Skip window array tests for databricks. (NVIDIA#1191)
Browse files Browse the repository at this point in the history
Signed-off-by: Firestarman <firestarmanllc@gmail.com>
  • Loading branch information
firestarman authored Nov 25, 2020
1 parent 63b5f35 commit ae8c4f9
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 @@ -26,6 +26,7 @@
pytestmark = pytest.mark.skip(reason=str(e))

from asserts import assert_gpu_and_cpu_are_equal_collect
from conftest import is_databricks_runtime
from data_gen import *
from marks import incompat, approximate_float, allow_non_gpu, ignore_order
from pyspark.sql import Window
Expand Down Expand Up @@ -164,6 +165,7 @@ def pandas_sum(to_process: pd.Series) -> int:
conf=arrow_udf_conf)


@pytest.mark.skipif(is_databricks_runtime(), reason='https://github.com/NVIDIA/spark-rapids/issues/1184')
@ignore_order
@pytest.mark.parametrize('data_gen', [byte_gen, short_gen, int_gen], ids=idfn)
@pytest.mark.parametrize('window', udf_windows, ids=window_ids)
Expand Down

0 comments on commit ae8c4f9

Please sign in to comment.