Skip to content

Commit e0d77c0

Browse files
committed
Modify tpcds q58 plan
1 parent a714779 commit e0d77c0

File tree

1 file changed

+12
-12
lines changed
  • presto-benchto-benchmarks/src/test/resources/sql/presto/tpcds

1 file changed

+12
-12
lines changed

presto-benchto-benchmarks/src/test/resources/sql/presto/tpcds/q58.plan.txt

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ local exchange (GATHER, SINGLE, [])
22
remote exchange (GATHER, SINGLE, [])
33
join (INNER, PARTITIONED):
44
join (INNER, PARTITIONED):
5-
final aggregation over (i_item_id)
5+
final aggregation over (i_item_id_79)
66
local exchange (GATHER, SINGLE, [])
7-
remote exchange (REPARTITION, HASH, [i_item_id])
8-
partial aggregation over (i_item_id)
7+
remote exchange (REPARTITION, HASH, [i_item_id_79])
8+
partial aggregation over (i_item_id_79)
99
semijoin (REPLICATED):
1010
join (INNER, REPLICATED):
1111
join (INNER, REPLICATED):
12-
scan store_sales
12+
scan catalog_sales
1313
local exchange (GATHER, SINGLE, [])
1414
remote exchange (REPLICATE, BROADCAST, [])
1515
scan date_dim
@@ -25,14 +25,14 @@ local exchange (GATHER, SINGLE, [])
2525
local exchange (GATHER, SINGLE, [])
2626
remote exchange (GATHER, SINGLE, [])
2727
scan date_dim
28-
final aggregation over (i_item_id_79)
28+
final aggregation over (i_item_id_210)
2929
local exchange (GATHER, SINGLE, [])
30-
remote exchange (REPARTITION, HASH, [i_item_id_79])
31-
partial aggregation over (i_item_id_79)
30+
remote exchange (REPARTITION, HASH, [i_item_id_210])
31+
partial aggregation over (i_item_id_210)
3232
semijoin (REPLICATED):
3333
join (INNER, REPLICATED):
3434
join (INNER, REPLICATED):
35-
scan catalog_sales
35+
scan web_sales
3636
local exchange (GATHER, SINGLE, [])
3737
remote exchange (REPLICATE, BROADCAST, [])
3838
scan date_dim
@@ -48,14 +48,14 @@ local exchange (GATHER, SINGLE, [])
4848
local exchange (GATHER, SINGLE, [])
4949
remote exchange (GATHER, SINGLE, [])
5050
scan date_dim
51-
final aggregation over (i_item_id_210)
51+
final aggregation over (i_item_id)
5252
local exchange (GATHER, SINGLE, [])
53-
remote exchange (REPARTITION, HASH, [i_item_id_210])
54-
partial aggregation over (i_item_id_210)
53+
remote exchange (REPARTITION, HASH, [i_item_id])
54+
partial aggregation over (i_item_id)
5555
semijoin (REPLICATED):
5656
join (INNER, REPLICATED):
5757
join (INNER, REPLICATED):
58-
scan web_sales
58+
scan store_sales
5959
local exchange (GATHER, SINGLE, [])
6060
remote exchange (REPLICATE, BROADCAST, [])
6161
scan date_dim

0 commit comments

Comments
 (0)