Skip to content

Commit

Permalink
test(pyspark): fix failing pyspark test
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Dec 23, 2024
1 parent 5902991 commit c6857a4
Show file tree
Hide file tree
Showing 4 changed files with 130 additions and 130 deletions.
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions ibis/backends/tests/test_export.py
Original file line number Diff line number Diff line change
Expand Up @@ -432,9 +432,9 @@ def test_to_pyarrow_decimal(backend, dtype, pyarrow_dtype):
@pytest.mark.notyet(["clickhouse"], raises=Exception)
@pytest.mark.notyet(["mssql"], raises=PyDeltaTableError)
@pytest.mark.xfail_version(
pyspark=["pyspark==3.5.3"],
pyspark=["pyspark<4"],
condition=CI and IS_SPARK_REMOTE,
reason="unclear, but pyspark 3.5.3 fails to write delta on CI when using spark-connect",
reason="not supported until pyspark 4",
)
def test_roundtrip_delta(backend, con, alltypes, tmp_path, monkeypatch):
if con.name == "pyspark":
Expand Down
12 changes: 6 additions & 6 deletions requirements-dev.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c6857a4

Please sign in to comment.