File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
third_party/bigframes_vendored/tpch/queries Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 14
14
import pathlib
15
15
16
16
import benchmark .utils as utils
17
- import bigframes_vendored .tpch .queries .q1 as vendored_tpch_q5
17
+ import bigframes_vendored .tpch .queries .q5 as vendored_tpch_q5
18
18
19
19
if __name__ == "__main__" :
20
20
dataset_id , session , suffix = utils .get_tpch_configuration ()
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ def q(dataset_id: str, session: bigframes.Session):
23
23
index_col = bigframes .enums .DefaultIndexKind .NULL ,
24
24
)
25
25
orders = session .read_gbq (
26
- f"bigframes-dev-perf.{ dataset_id } .ORDERES " ,
26
+ f"bigframes-dev-perf.{ dataset_id } .ORDERS " ,
27
27
index_col = bigframes .enums .DefaultIndexKind .NULL ,
28
28
)
29
29
supplier = session .read_gbq (
You can’t perform that action at this time.
0 commit comments