Skip to content

Commit

Permalink
test(datafusion): make tpc-ds q39 non strict
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Oct 14, 2024
1 parent 1a4f18c commit 50e5046
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
4 changes: 3 additions & 1 deletion ibis/backends/tests/tpc/ds/test_queries.py
Original file line number Diff line number Diff line change
Expand Up @@ -1994,7 +1994,9 @@ def test_38(store_sales, catalog_sales, web_sales, date_dim, customer):


@tpc_test("ds")
@pytest.mark.notyet(["datafusion"], reason="incorrect results", raises=AssertionError)
@pytest.mark.notyet(
["datafusion"], reason="incorrect results", raises=AssertionError, strict=False
)
def test_39(inventory, item, warehouse, date_dim):
inv = (
inventory.join(item, [("inv_item_sk", "i_item_sk")])
Expand Down
16 changes: 8 additions & 8 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 50e5046

Please sign in to comment.