Skip to content

Commit

Permalink
Support q09, q10
Browse files Browse the repository at this point in the history
  • Loading branch information
qinxuye committed Sep 24, 2023
1 parent 6b9b5c3 commit 5779464
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xorbits_sql/tests/test_tpc_h.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def _to_csv(expression: exp.Expression) -> exp.Expression:

def test_execute_tpc_h(prepare_data):
conn, sqls = prepare_data
for sql, _ in sqls[:8]:
for sql, _ in sqls[:10]:
expected = conn.execute(sql).fetchdf()
result = execute(
parse_one(sql, dialect="duckdb").transform(_to_csv).sql(pretty=True),
Expand Down

0 comments on commit 5779464

Please sign in to comment.