Skip to content

Commit

Permalink
feat(datafusion): con.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Apr 13, 2024
1 parent f762aae commit c85d767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ibis/backends/tests/test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ def test_query_schema(ddl_backend, expr_fn, expected):
}


@pytest.mark.notimpl(["datafusion", "mssql"])
@pytest.mark.notimpl(["mssql"])
@pytest.mark.never(["dask", "pandas"], reason="dask and pandas do not support SQL")
def test_sql(backend, con):
# execute the expression using SQL query
Expand Down

0 comments on commit c85d767

Please sign in to comment.