@@ -2,14 +2,14 @@ local exchange (GATHER, SINGLE, [])
2
2
remote exchange (GATHER, SINGLE, [])
3
3
join (INNER, PARTITIONED):
4
4
join (INNER, PARTITIONED):
5
- final aggregation over (i_item_id )
5
+ final aggregation over (i_item_id_79 )
6
6
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 )
9
9
semijoin (REPLICATED):
10
10
join (INNER, REPLICATED):
11
11
join (INNER, REPLICATED):
12
- scan store_sales
12
+ scan catalog_sales
13
13
local exchange (GATHER, SINGLE, [])
14
14
remote exchange (REPLICATE, BROADCAST, [])
15
15
scan date_dim
@@ -25,14 +25,14 @@ local exchange (GATHER, SINGLE, [])
25
25
local exchange (GATHER, SINGLE, [])
26
26
remote exchange (GATHER, SINGLE, [])
27
27
scan date_dim
28
- final aggregation over (i_item_id_79 )
28
+ final aggregation over (i_item_id_210 )
29
29
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 )
32
32
semijoin (REPLICATED):
33
33
join (INNER, REPLICATED):
34
34
join (INNER, REPLICATED):
35
- scan catalog_sales
35
+ scan web_sales
36
36
local exchange (GATHER, SINGLE, [])
37
37
remote exchange (REPLICATE, BROADCAST, [])
38
38
scan date_dim
@@ -48,14 +48,14 @@ local exchange (GATHER, SINGLE, [])
48
48
local exchange (GATHER, SINGLE, [])
49
49
remote exchange (GATHER, SINGLE, [])
50
50
scan date_dim
51
- final aggregation over (i_item_id_210 )
51
+ final aggregation over (i_item_id )
52
52
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 )
55
55
semijoin (REPLICATED):
56
56
join (INNER, REPLICATED):
57
57
join (INNER, REPLICATED):
58
- scan web_sales
58
+ scan store_sales
59
59
local exchange (GATHER, SINGLE, [])
60
60
remote exchange (REPLICATE, BROADCAST, [])
61
61
scan date_dim
0 commit comments