Skip to content

Commit

Permalink
[Benchmark] Fix TPC-H Q3 for HyPer.
Browse files Browse the repository at this point in the history
  • Loading branch information
ImmanuelHaffner committed Jul 15, 2023
1 parent d210097 commit 37a5ffc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions benchmark/tpc-h/q3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,9 +156,9 @@ systems:
o_orderdate,
o_shippriority
FROM
{customer.table_name},
{orders.table_name},
{lineitem.table_name}
"Customer",
"Orders",
"Lineitem"
WHERE
c_mktsegment = 'BUILDING'
AND c_custkey = o_custkey
Expand Down

0 comments on commit 37a5ffc

Please sign in to comment.