Skip to content

Commit

Permalink
Merge pull request #2 from qinxuye/tpch
Browse files Browse the repository at this point in the history
FEAT: Support TPC-H q01-q06
  • Loading branch information
ChengjieLi28 authored Sep 20, 2023
2 parents fe03a2d + 692fb94 commit 1ff3fd1
Show file tree
Hide file tree
Showing 4 changed files with 224 additions and 42 deletions.
2 changes: 1 addition & 1 deletion xorbits_sql/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def execute(
logger.debug("Logical Plan: %s", plan)

now = time.time()
result = XorbitsExecutor(tables=tables_).execute(plan)
result = XorbitsExecutor(tables=tables_, schema=schema).execute(plan)

logger.debug("Query finished: %f", time.time() - now)

Expand Down
Loading

0 comments on commit 1ff3fd1

Please sign in to comment.