Skip to content

Commit c0151f5

Browse files
authored
test(flink): xfail because of missing method _safe_raw_sql (ibis-project#11005)
1 parent c3097a7 commit c0151f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ibis/backends/tests/test_client.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1726,7 +1726,7 @@ def test_cross_database_join(con_create_database, monkeypatch):
17261726
["druid"], raises=PyDruidProgrammingError, reason="doesn't implement CREATE syntax"
17271727
)
17281728
@pytest.mark.notimpl(["clickhouse"], reason="create table isn't implemented")
1729-
@pytest.mark.notyet(["flink"], raises=Py4JJavaError)
1729+
@pytest.mark.notyet(["flink"], raises=AttributeError, reason="no _safe_raw_sql method")
17301730
@pytest.mark.notyet(["polars"], reason="Doesn't support insert")
17311731
@pytest.mark.notimpl(
17321732
["impala", "pyspark", "trino"], reason="Default constraints are not supported"

0 commit comments

Comments
 (0)