Skip to content

Commit

Permalink
test(clickhouse): bring back xpassing array unnest of structs test (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud authored Apr 12, 2024
1 parent a6e6564 commit f8370b1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions ibis/backends/tests/test_array.py
Original file line number Diff line number Diff line change
Expand Up @@ -819,11 +819,6 @@ def test_unnest_struct(con):


@builtin_array
@pytest.mark.notimpl(
["clickhouse"],
raises=ClickHouseDatabaseError,
reason="ClickHouse won't accept dicts for struct type values",
)
@pytest.mark.notimpl(["postgres"], raises=PsycoPg2SyntaxError)
@pytest.mark.notimpl(["risingwave"], raises=PsycoPg2InternalError)
@pytest.mark.notimpl(["datafusion"], raises=com.OperationNotDefinedError)
Expand Down

0 comments on commit f8370b1

Please sign in to comment.