Skip to content

Commit

Permalink
chore: be lazy about xpasses for spark-connect
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Sep 20, 2024
1 parent 1c29bcd commit 467f714
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ibis/backends/tests/test_vectorized_udf.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
["pyspark"],
condition=IS_SPARK_REMOTE,
raises=PySparkPythonException,
# TODO(cpcloud): this API is deprecated in 10.0.0, no use copypasting a
# bunch of markers just for two passing tests
strict=False,
reason="remote udfs not yet tested due to environment complexities",
),
]
Expand Down

0 comments on commit 467f714

Please sign in to comment.