Skip to content

Commit

Permalink
test(exasol,druid): enable xpassing test_many_subqueries test
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Feb 2, 2024
1 parent a1e7e8e commit 72bd475
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions ibis/backends/tests/test_generic.py
Original file line number Diff line number Diff line change
Expand Up @@ -992,13 +992,7 @@ def test_memtable_column_naming_mismatch(backend, con, monkeypatch, df, columns)
raises=NotImplementedError,
reason="not a SQL backend",
)
@pytest.mark.notimpl(["druid", "flink"], reason="no sqlglot dialect", raises=ValueError)
@pytest.mark.notimpl(["exasol"], raises=com.OperationNotDefinedError)
@pytest.mark.notimpl(
["risingwave"],
raises=ValueError,
reason="risingwave doesn't support sqlglot.dialects.dialect.Dialect",
)
@pytest.mark.notimpl(["flink"], reason="no sqlglot dialect", raises=ValueError)
def test_many_subqueries(con, snapshot):
def query(t, group_cols):
t2 = t.mutate(key=ibis.row_number().over(ibis.window(order_by=group_cols)))
Expand Down

0 comments on commit 72bd475

Please sign in to comment.