Skip to content

Commit

Permalink
chore: xfail datafusion on tpcds 77
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Sep 3, 2024
1 parent a7d18eb commit cd5d50e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ibis/backends/tests/tpc/ds/test_queries.py
Original file line number Diff line number Diff line change
Expand Up @@ -4220,6 +4220,11 @@ def _sales(


@tpc_test("ds")
@pytest.mark.notyet(
["datafusion"],
raises=Exception,
reason="type inference is incorrect inside datafusion",
)
def test_77(
store_sales,
date_dim,
Expand Down

0 comments on commit cd5d50e

Please sign in to comment.