Skip to content

Commit

Permalink
chore: mark risingwave as notimpl
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCrews committed Mar 19, 2024
1 parent bf3da0e commit d71877c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ibis/backends/tests/test_map.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@

@pytest.mark.notyet("clickhouse", reason="nested types can't be NULL")
@pytest.mark.broken(["pandas", "dask"], reason="TypeError: iteration over a 0-d array")
@pytest.mark.notimpl(
["risingwave"],
raises=PsycoPg2InternalError,
reason="function hstore(character varying[], character varying[]) does not exist",
)
@pytest.mark.parametrize(
"kv",
[
Expand Down

0 comments on commit d71877c

Please sign in to comment.