Skip to content

Commit

Permalink
test(tpcds): enable now-passing query 38 for clickhouse
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Aug 29, 2024
1 parent 0a92fed commit 2152c8a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions ibis/backends/tests/tpc/ds/test_queries.py
Original file line number Diff line number Diff line change
Expand Up @@ -1912,11 +1912,6 @@ def test_37(item, inventory, date_dim, catalog_sales):


@tpc_test("ds")
@pytest.mark.notyet(
["clickhouse"],
raises=AssertionError,
reason="clickhouse returns an incorrect result for this query",
)
def test_38(store_sales, catalog_sales, web_sales, date_dim, customer):
dates = date_dim.filter(_.d_month_seq.between(1200, 1200 + 11))
columns = "c_last_name", "c_first_name", "d_date"
Expand Down

0 comments on commit 2152c8a

Please sign in to comment.