Skip to content

Commit

Permalink
test(datafusion): xfail on broken tpc q39
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Oct 14, 2024
1 parent d709fe7 commit 3d7e147
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ibis/backends/tests/tpc/ds/test_queries.py
Original file line number Diff line number Diff line change
Expand Up @@ -1994,6 +1994,7 @@ def test_38(store_sales, catalog_sales, web_sales, date_dim, customer):


@tpc_test("ds")
@pytest.mark.notyet(["datafusion"], reason="incorrect results", raises=AssertionError)
def test_39(inventory, item, warehouse, date_dim):
inv = (
inventory.join(item, [("inv_item_sk", "i_item_sk")])
Expand Down

0 comments on commit 3d7e147

Please sign in to comment.