http://git-wip-us.apache.org/repos/asf/hive/blob/09b6f9a3/ql/src/test/results/clientpositive/perf/query64.q.out
----------------------------------------------------------------------
diff --git a/ql/src/test/results/clientpositive/perf/query64.q.out 
b/ql/src/test/results/clientpositive/perf/query64.q.out
new file mode 100644
index 0000000..9735b45
--- /dev/null
+++ b/ql/src/test/results/clientpositive/perf/query64.q.out
@@ -0,0 +1,1192 @@
+PREHOOK: query: explain select cs1.product_name ,cs1.store_name ,cs1.store_zip 
,cs1.b_street_number ,cs1.b_streen_name ,cs1.b_city ,cs1.b_zip 
,cs1.c_street_number ,cs1.c_street_name ,cs1.c_city ,cs1.c_zip ,cs1.syear 
,cs1.cnt ,cs1.s1 ,cs1.s2 ,cs1.s3 ,cs2.s1 ,cs2.s2 ,cs2.s3 ,cs2.syear ,cs2.cnt 
from (select i_product_name as product_name ,i_item_sk as item_sk ,s_store_name 
as store_name ,s_zip as store_zip ,ad1.ca_street_number as b_street_number 
,ad1.ca_street_name as b_streen_name ,ad1.ca_city as b_city ,ad1.ca_zip as 
b_zip ,ad2.ca_street_number as c_street_number ,ad2.ca_street_name as 
c_street_name ,ad2.ca_city as c_city ,ad2.ca_zip as c_zip ,d1.d_year as syear 
,d2.d_year as fsyear ,d3.d_year as s2year ,count(*) as cnt 
,sum(ss_wholesale_cost) as s1 ,sum(ss_list_price) as s2 ,sum(ss_coupon_amt) as 
s3 FROM store_sales JOIN store_returns ON store_sales.ss_item_sk = 
store_returns.sr_item_sk and store_sales.ss_ticket_number = 
store_returns.sr_ticket_number JOIN customer ON store_sales.s
 s_customer_sk = customer.c_customer_sk JOIN date_dim d1 ON 
store_sales.ss_sold_date_sk = d1.d_date_sk JOIN date_dim d2 ON 
customer.c_first_sales_date_sk = d2.d_date_sk JOIN date_dim d3 ON 
customer.c_first_shipto_date_sk = d3.d_date_sk JOIN store ON 
store_sales.ss_store_sk = store.s_store_sk JOIN customer_demographics cd1 ON 
store_sales.ss_cdemo_sk= cd1.cd_demo_sk JOIN customer_demographics cd2 ON 
customer.c_current_cdemo_sk = cd2.cd_demo_sk JOIN promotion ON 
store_sales.ss_promo_sk = promotion.p_promo_sk JOIN household_demographics hd1 
ON store_sales.ss_hdemo_sk = hd1.hd_demo_sk JOIN household_demographics hd2 ON 
customer.c_current_hdemo_sk = hd2.hd_demo_sk JOIN customer_address ad1 ON 
store_sales.ss_addr_sk = ad1.ca_address_sk JOIN customer_address ad2 ON 
customer.c_current_addr_sk = ad2.ca_address_sk JOIN income_band ib1 ON 
hd1.hd_income_band_sk = ib1.ib_income_band_sk JOIN income_band ib2 ON 
hd2.hd_income_band_sk = ib2.ib_income_band_sk JOIN item ON 
store_sales.ss_item_sk = item.
 i_item_sk JOIN (select cs_item_sk ,sum(cs_ext_list_price) as 
sale,sum(cr_refunded_cash+cr_reversed_charge+cr_store_credit) as refund from 
catalog_sales JOIN catalog_returns ON catalog_sales.cs_item_sk = 
catalog_returns.cr_item_sk and catalog_sales.cs_order_number = 
catalog_returns.cr_order_number group by cs_item_sk having 
sum(cs_ext_list_price)>2*sum(cr_refunded_cash+cr_reversed_charge+cr_store_credit))
 cs_ui ON store_sales.ss_item_sk = cs_ui.cs_item_sk WHERE cd1.cd_marital_status 
<> cd2.cd_marital_status and i_color in 
('maroon','burnished','dim','steel','navajo','chocolate') and i_current_price 
between 35 and 35 + 10 and i_current_price between 35 + 1 and 35 + 15 group by 
i_product_name ,i_item_sk ,s_store_name ,s_zip ,ad1.ca_street_number 
,ad1.ca_street_name ,ad1.ca_city ,ad1.ca_zip ,ad2.ca_street_number 
,ad2.ca_street_name ,ad2.ca_city ,ad2.ca_zip ,d1.d_year ,d2.d_year ,d3.d_year ) 
cs1 JOIN (select i_product_name as product_name ,i_item_sk as item_sk 
,s_store_name as store_name
  ,s_zip as store_zip ,ad1.ca_street_number as b_street_number 
,ad1.ca_street_name as b_streen_name ,ad1.ca_city as b_city ,ad1.ca_zip as 
b_zip ,ad2.ca_street_number as c_street_number ,ad2.ca_street_name as 
c_street_name ,ad2.ca_city as c_city ,ad2.ca_zip as c_zip ,d1.d_year as syear 
,d2.d_year as fsyear ,d3.d_year as s2year ,count(*) as cnt 
,sum(ss_wholesale_cost) as s1 ,sum(ss_list_price) as s2 ,sum(ss_coupon_amt) as 
s3 FROM store_sales JOIN store_returns ON store_sales.ss_item_sk = 
store_returns.sr_item_sk and store_sales.ss_ticket_number = 
store_returns.sr_ticket_number JOIN customer ON store_sales.ss_customer_sk = 
customer.c_customer_sk JOIN date_dim d1 ON store_sales.ss_sold_date_sk = 
d1.d_date_sk JOIN date_dim d2 ON customer.c_first_sales_date_sk = d2.d_date_sk 
JOIN date_dim d3 ON customer.c_first_shipto_date_sk = d3.d_date_sk JOIN store 
ON store_sales.ss_store_sk = store.s_store_sk JOIN customer_demographics cd1 ON 
store_sales.ss_cdemo_sk= cd1.cd_demo_sk JOIN customer_demogr
 aphics cd2 ON customer.c_current_cdemo_sk = cd2.cd_demo_sk JOIN promotion ON 
store_sales.ss_promo_sk = promotion.p_promo_sk JOIN household_demographics hd1 
ON store_sales.ss_hdemo_sk = hd1.hd_demo_sk JOIN household_demographics hd2 ON 
customer.c_current_hdemo_sk = hd2.hd_demo_sk JOIN customer_address ad1 ON 
store_sales.ss_addr_sk = ad1.ca_address_sk JOIN customer_address ad2 ON 
customer.c_current_addr_sk = ad2.ca_address_sk JOIN income_band ib1 ON 
hd1.hd_income_band_sk = ib1.ib_income_band_sk JOIN income_band ib2 ON 
hd2.hd_income_band_sk = ib2.ib_income_band_sk JOIN item ON 
store_sales.ss_item_sk = item.i_item_sk JOIN (select cs_item_sk 
,sum(cs_ext_list_price) as 
sale,sum(cr_refunded_cash+cr_reversed_charge+cr_store_credit) as refund from 
catalog_sales JOIN catalog_returns ON catalog_sales.cs_item_sk = 
catalog_returns.cr_item_sk and catalog_sales.cs_order_number = 
catalog_returns.cr_order_number group by cs_item_sk having 
sum(cs_ext_list_price)>2*sum(cr_refunded_cash+cr_reversed_cha
 rge+cr_store_credit)) cs_ui ON store_sales.ss_item_sk = cs_ui.cs_item_sk WHERE 
cd1.cd_marital_status <> cd2.cd_marital_status and i_color in 
('maroon','burnished','dim','steel','navajo','chocolate') and i_current_price 
between 35 and 35 + 10 and i_current_price between 35 + 1 and 35 + 15 group by 
i_product_name ,i_item_sk ,s_store_name ,s_zip ,ad1.ca_street_number 
,ad1.ca_street_name ,ad1.ca_city ,ad1.ca_zip ,ad2.ca_street_number 
,ad2.ca_street_name ,ad2.ca_city ,ad2.ca_zip ,d1.d_year ,d2.d_year ,d3.d_year ) 
cs2 ON cs1.item_sk=cs2.item_sk where cs1.syear = 2000 and cs2.syear = 2000 + 1 
and cs2.cnt <= cs1.cnt and cs1.store_name = cs2.store_name and cs1.store_zip = 
cs2.store_zip order by cs1.product_name ,cs1.store_name ,cs2.cnt
+PREHOOK: type: QUERY
+POSTHOOK: query: explain select cs1.product_name ,cs1.store_name 
,cs1.store_zip ,cs1.b_street_number ,cs1.b_streen_name ,cs1.b_city ,cs1.b_zip 
,cs1.c_street_number ,cs1.c_street_name ,cs1.c_city ,cs1.c_zip ,cs1.syear 
,cs1.cnt ,cs1.s1 ,cs1.s2 ,cs1.s3 ,cs2.s1 ,cs2.s2 ,cs2.s3 ,cs2.syear ,cs2.cnt 
from (select i_product_name as product_name ,i_item_sk as item_sk ,s_store_name 
as store_name ,s_zip as store_zip ,ad1.ca_street_number as b_street_number 
,ad1.ca_street_name as b_streen_name ,ad1.ca_city as b_city ,ad1.ca_zip as 
b_zip ,ad2.ca_street_number as c_street_number ,ad2.ca_street_name as 
c_street_name ,ad2.ca_city as c_city ,ad2.ca_zip as c_zip ,d1.d_year as syear 
,d2.d_year as fsyear ,d3.d_year as s2year ,count(*) as cnt 
,sum(ss_wholesale_cost) as s1 ,sum(ss_list_price) as s2 ,sum(ss_coupon_amt) as 
s3 FROM store_sales JOIN store_returns ON store_sales.ss_item_sk = 
store_returns.sr_item_sk and store_sales.ss_ticket_number = 
store_returns.sr_ticket_number JOIN customer ON store_sales.
 ss_customer_sk = customer.c_customer_sk JOIN date_dim d1 ON 
store_sales.ss_sold_date_sk = d1.d_date_sk JOIN date_dim d2 ON 
customer.c_first_sales_date_sk = d2.d_date_sk JOIN date_dim d3 ON 
customer.c_first_shipto_date_sk = d3.d_date_sk JOIN store ON 
store_sales.ss_store_sk = store.s_store_sk JOIN customer_demographics cd1 ON 
store_sales.ss_cdemo_sk= cd1.cd_demo_sk JOIN customer_demographics cd2 ON 
customer.c_current_cdemo_sk = cd2.cd_demo_sk JOIN promotion ON 
store_sales.ss_promo_sk = promotion.p_promo_sk JOIN household_demographics hd1 
ON store_sales.ss_hdemo_sk = hd1.hd_demo_sk JOIN household_demographics hd2 ON 
customer.c_current_hdemo_sk = hd2.hd_demo_sk JOIN customer_address ad1 ON 
store_sales.ss_addr_sk = ad1.ca_address_sk JOIN customer_address ad2 ON 
customer.c_current_addr_sk = ad2.ca_address_sk JOIN income_band ib1 ON 
hd1.hd_income_band_sk = ib1.ib_income_band_sk JOIN income_band ib2 ON 
hd2.hd_income_band_sk = ib2.ib_income_band_sk JOIN item ON 
store_sales.ss_item_sk = item
 .i_item_sk JOIN (select cs_item_sk ,sum(cs_ext_list_price) as 
sale,sum(cr_refunded_cash+cr_reversed_charge+cr_store_credit) as refund from 
catalog_sales JOIN catalog_returns ON catalog_sales.cs_item_sk = 
catalog_returns.cr_item_sk and catalog_sales.cs_order_number = 
catalog_returns.cr_order_number group by cs_item_sk having 
sum(cs_ext_list_price)>2*sum(cr_refunded_cash+cr_reversed_charge+cr_store_credit))
 cs_ui ON store_sales.ss_item_sk = cs_ui.cs_item_sk WHERE cd1.cd_marital_status 
<> cd2.cd_marital_status and i_color in 
('maroon','burnished','dim','steel','navajo','chocolate') and i_current_price 
between 35 and 35 + 10 and i_current_price between 35 + 1 and 35 + 15 group by 
i_product_name ,i_item_sk ,s_store_name ,s_zip ,ad1.ca_street_number 
,ad1.ca_street_name ,ad1.ca_city ,ad1.ca_zip ,ad2.ca_street_number 
,ad2.ca_street_name ,ad2.ca_city ,ad2.ca_zip ,d1.d_year ,d2.d_year ,d3.d_year ) 
cs1 JOIN (select i_product_name as product_name ,i_item_sk as item_sk 
,s_store_name as store_nam
 e ,s_zip as store_zip ,ad1.ca_street_number as b_street_number 
,ad1.ca_street_name as b_streen_name ,ad1.ca_city as b_city ,ad1.ca_zip as 
b_zip ,ad2.ca_street_number as c_street_number ,ad2.ca_street_name as 
c_street_name ,ad2.ca_city as c_city ,ad2.ca_zip as c_zip ,d1.d_year as syear 
,d2.d_year as fsyear ,d3.d_year as s2year ,count(*) as cnt 
,sum(ss_wholesale_cost) as s1 ,sum(ss_list_price) as s2 ,sum(ss_coupon_amt) as 
s3 FROM store_sales JOIN store_returns ON store_sales.ss_item_sk = 
store_returns.sr_item_sk and store_sales.ss_ticket_number = 
store_returns.sr_ticket_number JOIN customer ON store_sales.ss_customer_sk = 
customer.c_customer_sk JOIN date_dim d1 ON store_sales.ss_sold_date_sk = 
d1.d_date_sk JOIN date_dim d2 ON customer.c_first_sales_date_sk = d2.d_date_sk 
JOIN date_dim d3 ON customer.c_first_shipto_date_sk = d3.d_date_sk JOIN store 
ON store_sales.ss_store_sk = store.s_store_sk JOIN customer_demographics cd1 ON 
store_sales.ss_cdemo_sk= cd1.cd_demo_sk JOIN customer_demog
 raphics cd2 ON customer.c_current_cdemo_sk = cd2.cd_demo_sk JOIN promotion ON 
store_sales.ss_promo_sk = promotion.p_promo_sk JOIN household_demographics hd1 
ON store_sales.ss_hdemo_sk = hd1.hd_demo_sk JOIN household_demographics hd2 ON 
customer.c_current_hdemo_sk = hd2.hd_demo_sk JOIN customer_address ad1 ON 
store_sales.ss_addr_sk = ad1.ca_address_sk JOIN customer_address ad2 ON 
customer.c_current_addr_sk = ad2.ca_address_sk JOIN income_band ib1 ON 
hd1.hd_income_band_sk = ib1.ib_income_band_sk JOIN income_band ib2 ON 
hd2.hd_income_band_sk = ib2.ib_income_band_sk JOIN item ON 
store_sales.ss_item_sk = item.i_item_sk JOIN (select cs_item_sk 
,sum(cs_ext_list_price) as 
sale,sum(cr_refunded_cash+cr_reversed_charge+cr_store_credit) as refund from 
catalog_sales JOIN catalog_returns ON catalog_sales.cs_item_sk = 
catalog_returns.cr_item_sk and catalog_sales.cs_order_number = 
catalog_returns.cr_order_number group by cs_item_sk having 
sum(cs_ext_list_price)>2*sum(cr_refunded_cash+cr_reversed_ch
 arge+cr_store_credit)) cs_ui ON store_sales.ss_item_sk = cs_ui.cs_item_sk 
WHERE cd1.cd_marital_status <> cd2.cd_marital_status and i_color in 
('maroon','burnished','dim','steel','navajo','chocolate') and i_current_price 
between 35 and 35 + 10 and i_current_price between 35 + 1 and 35 + 15 group by 
i_product_name ,i_item_sk ,s_store_name ,s_zip ,ad1.ca_street_number 
,ad1.ca_street_name ,ad1.ca_city ,ad1.ca_zip ,ad2.ca_street_number 
,ad2.ca_street_name ,ad2.ca_city ,ad2.ca_zip ,d1.d_year ,d2.d_year ,d3.d_year ) 
cs2 ON cs1.item_sk=cs2.item_sk where cs1.syear = 2000 and cs2.syear = 2000 + 1 
and cs2.cnt <= cs1.cnt and cs1.store_name = cs2.store_name and cs1.store_zip = 
cs2.store_zip order by cs1.product_name ,cs1.store_name ,cs2.cnt
+POSTHOOK: type: QUERY
+Plan optimized by CBO.
+
+Vertex dependency in root stage
+Reducer 10 <- Map 29 (SIMPLE_EDGE), Reducer 9 (SIMPLE_EDGE)
+Reducer 11 <- Map 30 (SIMPLE_EDGE), Reducer 10 (SIMPLE_EDGE)
+Reducer 12 <- Map 31 (SIMPLE_EDGE), Reducer 11 (SIMPLE_EDGE)
+Reducer 13 <- Map 32 (SIMPLE_EDGE), Reducer 12 (SIMPLE_EDGE)
+Reducer 14 <- Map 33 (SIMPLE_EDGE), Reducer 13 (SIMPLE_EDGE)
+Reducer 15 <- Map 34 (SIMPLE_EDGE), Reducer 14 (SIMPLE_EDGE)
+Reducer 16 <- Map 35 (SIMPLE_EDGE), Reducer 15 (SIMPLE_EDGE)
+Reducer 17 <- Map 36 (SIMPLE_EDGE), Reducer 16 (SIMPLE_EDGE), Reducer 39 
(SIMPLE_EDGE)
+Reducer 18 <- Reducer 17 (SIMPLE_EDGE)
+Reducer 19 <- Reducer 18 (SIMPLE_EDGE), Reducer 58 (SIMPLE_EDGE)
+Reducer 2 <- Map 1 (SIMPLE_EDGE), Map 21 (SIMPLE_EDGE)
+Reducer 20 <- Reducer 19 (SIMPLE_EDGE)
+Reducer 3 <- Map 22 (SIMPLE_EDGE), Reducer 2 (SIMPLE_EDGE)
+Reducer 38 <- Map 37 (SIMPLE_EDGE), Map 40 (SIMPLE_EDGE)
+Reducer 39 <- Reducer 38 (SIMPLE_EDGE)
+Reducer 4 <- Map 23 (SIMPLE_EDGE), Reducer 3 (SIMPLE_EDGE)
+Reducer 42 <- Map 41 (SIMPLE_EDGE), Map 59 (SIMPLE_EDGE)
+Reducer 43 <- Map 60 (SIMPLE_EDGE), Reducer 42 (SIMPLE_EDGE)
+Reducer 44 <- Map 61 (SIMPLE_EDGE), Reducer 43 (SIMPLE_EDGE)
+Reducer 45 <- Map 62 (SIMPLE_EDGE), Reducer 44 (SIMPLE_EDGE)
+Reducer 46 <- Map 63 (SIMPLE_EDGE), Reducer 45 (SIMPLE_EDGE)
+Reducer 47 <- Map 64 (SIMPLE_EDGE), Reducer 46 (SIMPLE_EDGE)
+Reducer 48 <- Map 65 (SIMPLE_EDGE), Reducer 47 (SIMPLE_EDGE)
+Reducer 49 <- Map 66 (SIMPLE_EDGE), Reducer 48 (SIMPLE_EDGE)
+Reducer 5 <- Map 24 (SIMPLE_EDGE), Reducer 4 (SIMPLE_EDGE)
+Reducer 50 <- Map 67 (SIMPLE_EDGE), Reducer 49 (SIMPLE_EDGE)
+Reducer 51 <- Map 68 (SIMPLE_EDGE), Reducer 50 (SIMPLE_EDGE)
+Reducer 52 <- Map 69 (SIMPLE_EDGE), Reducer 51 (SIMPLE_EDGE)
+Reducer 53 <- Map 70 (SIMPLE_EDGE), Reducer 52 (SIMPLE_EDGE)
+Reducer 54 <- Map 71 (SIMPLE_EDGE), Reducer 53 (SIMPLE_EDGE)
+Reducer 55 <- Map 72 (SIMPLE_EDGE), Reducer 54 (SIMPLE_EDGE)
+Reducer 56 <- Map 73 (SIMPLE_EDGE), Reducer 55 (SIMPLE_EDGE)
+Reducer 57 <- Map 74 (SIMPLE_EDGE), Reducer 56 (SIMPLE_EDGE), Reducer 77 
(SIMPLE_EDGE)
+Reducer 58 <- Reducer 57 (SIMPLE_EDGE)
+Reducer 6 <- Map 25 (SIMPLE_EDGE), Reducer 5 (SIMPLE_EDGE)
+Reducer 7 <- Map 26 (SIMPLE_EDGE), Reducer 6 (SIMPLE_EDGE)
+Reducer 76 <- Map 75 (SIMPLE_EDGE), Map 78 (SIMPLE_EDGE)
+Reducer 77 <- Reducer 76 (SIMPLE_EDGE)
+Reducer 8 <- Map 27 (SIMPLE_EDGE), Reducer 7 (SIMPLE_EDGE)
+Reducer 9 <- Map 28 (SIMPLE_EDGE), Reducer 8 (SIMPLE_EDGE)
+
+Stage-0
+   Fetch Operator
+      limit:-1
+      Stage-1
+         Reducer 20
+         File Output Operator [FS_325]
+            compressed:false
+            Statistics:Num rows: 122532649 Data size: 105380558466 Basic 
stats: COMPLETE Column stats: NONE
+            table:{"input 
format:":"org.apache.hadoop.mapred.TextInputFormat","output 
format:":"org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat","serde:":"org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe"}
+            Select Operator [SEL_324]
+            |  
outputColumnNames:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15","_col16","_col17","_col18","_col19","_col20"]
+            |  Statistics:Num rows: 122532649 Data size: 105380558466 Basic 
stats: COMPLETE Column stats: NONE
+            |<-Reducer 19 [SIMPLE_EDGE]
+               Reduce Output Operator [RS_323]
+                  key expressions:_col0 (type: string), _col1 (type: string), 
_col20 (type: bigint)
+                  sort order:+++
+                  Statistics:Num rows: 122532649 Data size: 105380558466 Basic 
stats: COMPLETE Column stats: NONE
+                  value expressions:_col2 (type: string), _col3 (type: 
string), _col4 (type: string), _col5 (type: string), _col6 (type: string), 
_col7 (type: string), _col8 (type: string), _col9 (type: string), _col10 (type: 
string), _col11 (type: int), _col12 (type: bigint), _col13 (type: 
decimal(17,2)), _col14 (type: decimal(17,2)), _col15 (type: decimal(17,2)), 
_col16 (type: decimal(17,2)), _col17 (type: decimal(17,2)), _col18 (type: 
decimal(17,2)), _col19 (type: int)
+                  Select Operator [SEL_322]
+                     
outputColumnNames:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15","_col16","_col17","_col18","_col19","_col20"]
+                     Statistics:Num rows: 122532649 Data size: 105380558466 
Basic stats: COMPLETE Column stats: NONE
+                     Filter Operator [FIL_714]
+                        predicate:(_col34 <= _col15) (type: boolean)
+                        Statistics:Num rows: 122532649 Data size: 105380558466 
Basic stats: COMPLETE Column stats: NONE
+                        Merge Join Operator [MERGEJOIN_791]
+                        |  condition map:[{"":"Inner Join 0 to 1"}]
+                        |  keys:{"0":"_col1 (type: int), _col2 (type: string), 
_col3 (type: string)","1":"_col1 (type: int), _col2 (type: string), _col3 
(type: string)"}
+                        |  
outputColumnNames:["_col0","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col15","_col16","_col17","_col18","_col31","_col34","_col35","_col36","_col37"]
+                        |  Statistics:Num rows: 367597947 Data size: 
316141675400 Basic stats: COMPLETE Column stats: NONE
+                        |<-Reducer 18 [SIMPLE_EDGE]
+                        |  Reduce Output Operator [RS_317]
+                        |     key expressions:_col1 (type: int), _col2 (type: 
string), _col3 (type: string)
+                        |     Map-reduce partition columns:_col1 (type: int), 
_col2 (type: string), _col3 (type: string)
+                        |     sort order:+++
+                        |     Statistics:Num rows: 334179945 Data size: 
287401516862 Basic stats: COMPLETE Column stats: NONE
+                        |     value expressions:_col0 (type: string), _col4 
(type: string), _col5 (type: string), _col6 (type: string), _col7 (type: 
string), _col8 (type: string), _col9 (type: string), _col10 (type: string), 
_col11 (type: string), _col12 (type: int), _col15 (type: bigint), _col16 (type: 
decimal(17,2)), _col17 (type: decimal(17,2)), _col18 (type: decimal(17,2))
+                        |     Select Operator [SEL_157]
+                        |        
outputColumnNames:["_col0","_col1","_col10","_col11","_col12","_col15","_col16","_col17","_col18","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9"]
+                        |        Statistics:Num rows: 334179945 Data size: 
287401516862 Basic stats: COMPLETE Column stats: NONE
+                        |        Group By Operator [GBY_156]
+                        |        |  
aggregations:["count(VALUE._col0)","sum(VALUE._col1)","sum(VALUE._col2)","sum(VALUE._col3)"]
+                        |        |  keys:KEY._col0 (type: int), KEY._col1 
(type: int), KEY._col2 (type: int), KEY._col3 (type: string), KEY._col4 (type: 
string), KEY._col5 (type: string), KEY._col6 (type: string), KEY._col7 (type: 
string), KEY._col8 (type: string), KEY._col9 (type: string), KEY._col10 (type: 
string), KEY._col11 (type: string), KEY._col12 (type: string), KEY._col13 
(type: int), KEY._col14 (type: string)
+                        |        |  
outputColumnNames:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15","_col16","_col17","_col18"]
+                        |        |  Statistics:Num rows: 334179945 Data size: 
287401516862 Basic stats: COMPLETE Column stats: NONE
+                        |        |<-Reducer 17 [SIMPLE_EDGE]
+                        |           Reduce Output Operator [RS_155]
+                        |              key expressions:_col0 (type: int), 
_col1 (type: int), _col2 (type: int), _col3 (type: string), _col4 (type: 
string), _col5 (type: string), _col6 (type: string), _col7 (type: string), 
_col8 (type: string), _col9 (type: string), _col10 (type: string), _col11 
(type: string), _col12 (type: string), _col13 (type: int), _col14 (type: string)
+                        |              Map-reduce partition columns:_col0 
(type: int), _col1 (type: int), _col2 (type: int), _col3 (type: string), _col4 
(type: string), _col5 (type: string), _col6 (type: string), _col7 (type: 
string), _col8 (type: string), _col9 (type: string), _col10 (type: string), 
_col11 (type: string), _col12 (type: string), _col13 (type: int), _col14 (type: 
string)
+                        |              sort order:+++++++++++++++
+                        |              Statistics:Num rows: 668359891 Data 
size: 574803034585 Basic stats: COMPLETE Column stats: NONE
+                        |              value expressions:_col15 (type: 
bigint), _col16 (type: decimal(17,2)), _col17 (type: decimal(17,2)), _col18 
(type: decimal(17,2))
+                        |              Group By Operator [GBY_154]
+                        |                 
aggregations:["count()","sum(_col9)","sum(_col10)","sum(_col11)"]
+                        |                 keys:_col21 (type: int), _col23 
(type: int), _col25 (type: int), _col27 (type: string), _col28 (type: string), 
_col39 (type: string), _col40 (type: string), _col41 (type: string), _col42 
(type: string), _col44 (type: string), _col45 (type: string), _col46 (type: 
string), _col47 (type: string), _col50 (type: int), _col53 (type: string)
+                        |                 
outputColumnNames:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15","_col16","_col17","_col18"]
+                        |                 Statistics:Num rows: 668359891 Data 
size: 574803034585 Basic stats: COMPLETE Column stats: NONE
+                        |                 Select Operator [SEL_153]
+                        |                    
outputColumnNames:["_col21","_col23","_col25","_col27","_col28","_col39","_col40","_col41","_col42","_col44","_col45","_col46","_col47","_col50","_col53","_col9","_col10","_col11"]
+                        |                    Statistics:Num rows: 668359891 
Data size: 574803034585 Basic stats: COMPLETE Column stats: NONE
+                        |                    Merge Join Operator 
[MERGEJOIN_773]
+                        |                    |  condition map:[{"":"Inner Join 
0 to 1"},{"":"Inner Join 0 to 2"}]
+                        |                    |  keys:{"0":"_col1 (type: 
int)","1":"_col0 (type: int)","2":"_col0 (type: int)"}
+                        |                    |  
outputColumnNames:["_col9","_col10","_col11","_col23","_col25","_col27","_col28","_col39","_col40","_col41","_col42","_col44","_col45","_col46","_col47","_col50","_col53"]
+                        |                    |  Statistics:Num rows: 668359891 
Data size: 574803034585 Basic stats: COMPLETE Column stats: NONE
+                        |                    |<-Map 36 [SIMPLE_EDGE]
+                        |                    |  Reduce Output Operator [RS_149]
+                        |                    |     key expressions:_col0 
(type: int)
+                        |                    |     Map-reduce partition 
columns:_col0 (type: int)
+                        |                    |     sort order:+
+                        |                    |     Statistics:Num rows: 57750 
Data size: 82945057 Basic stats: COMPLETE Column stats: NONE
+                        |                    |     value expressions:_col3 
(type: string)
+                        |                    |     Select Operator [SEL_92]
+                        |                    |        
outputColumnNames:["_col0","_col3"]
+                        |                    |        Statistics:Num rows: 
57750 Data size: 82945057 Basic stats: COMPLETE Column stats: NONE
+                        |                    |        Filter Operator [FIL_732]
+                        |                    |           
predicate:((((i_color) IN ('maroon', 'burnished', 'dim', 'steel', 'navajo', 
'chocolate') and i_current_price BETWEEN 35 AND 45) and i_current_price BETWEEN 
36 AND 50) and i_item_sk is not null) (type: boolean)
+                        |                    |           Statistics:Num rows: 
57750 Data size: 82945057 Basic stats: COMPLETE Column stats: NONE
+                        |                    |           TableScan [TS_90]
+                        |                    |              alias:item
+                        |                    |              Statistics:Num 
rows: 462000 Data size: 663560457 Basic stats: COMPLETE Column stats: NONE
+                        |                    |<-Reducer 16 [SIMPLE_EDGE]
+                        |                    |  Reduce Output Operator [RS_147]
+                        |                    |     key expressions:_col1 
(type: int)
+                        |                    |     Map-reduce partition 
columns:_col1 (type: int)
+                        |                    |     sort order:+
+                        |                    |     Statistics:Num rows: 
303799944 Data size: 261274100967 Basic stats: COMPLETE Column stats: NONE
+                        |                    |     value expressions:_col9 
(type: decimal(7,2)), _col10 (type: decimal(7,2)), _col11 (type: decimal(7,2)), 
_col23 (type: int), _col25 (type: int), _col27 (type: string), _col28 (type: 
string), _col39 (type: string), _col40 (type: string), _col41 (type: string), 
_col42 (type: string), _col44 (type: string), _col45 (type: string), _col46 
(type: string), _col47 (type: string)
+                        |                    |     Merge Join Operator 
[MERGEJOIN_771]
+                        |                    |     |  condition 
map:[{"":"Inner Join 0 to 1"}]
+                        |                    |     |  keys:{"0":"_col37 (type: 
int)","1":"_col0 (type: int)"}
+                        |                    |     |  
outputColumnNames:["_col1","_col9","_col10","_col11","_col23","_col25","_col27","_col28","_col39","_col40","_col41","_col42","_col44","_col45","_col46","_col47"]
+                        |                    |     |  Statistics:Num rows: 
303799944 Data size: 261274100967 Basic stats: COMPLETE Column stats: NONE
+                        |                    |     |<-Map 35 [SIMPLE_EDGE]
+                        |                    |     |  Reduce Output Operator 
[RS_144]
+                        |                    |     |     key expressions:_col0 
(type: int)
+                        |                    |     |     Map-reduce partition 
columns:_col0 (type: int)
+                        |                    |     |     sort order:+
+                        |                    |     |     Statistics:Num rows: 
20 Data size: 240 Basic stats: COMPLETE Column stats: NONE
+                        |                    |     |     Select Operator 
[SEL_89]
+                        |                    |     |        
outputColumnNames:["_col0"]
+                        |                    |     |        Statistics:Num 
rows: 20 Data size: 240 Basic stats: COMPLETE Column stats: NONE
+                        |                    |     |        Filter Operator 
[FIL_731]
+                        |                    |     |           
predicate:ib_income_band_sk is not null (type: boolean)
+                        |                    |     |           Statistics:Num 
rows: 20 Data size: 240 Basic stats: COMPLETE Column stats: NONE
+                        |                    |     |           TableScan 
[TS_87]
+                        |                    |     |              alias:ib1
+                        |                    |     |              
Statistics:Num rows: 20 Data size: 240 Basic stats: COMPLETE Column stats: NONE
+                        |                    |     |<-Reducer 15 [SIMPLE_EDGE]
+                        |                    |        Reduce Output Operator 
[RS_142]
+                        |                    |           key 
expressions:_col37 (type: int)
+                        |                    |           Map-reduce partition 
columns:_col37 (type: int)
+                        |                    |           sort order:+
+                        |                    |           Statistics:Num rows: 
276181762 Data size: 237521904822 Basic stats: COMPLETE Column stats: NONE
+                        |                    |           value 
expressions:_col1 (type: int), _col9 (type: decimal(7,2)), _col10 (type: 
decimal(7,2)), _col11 (type: decimal(7,2)), _col23 (type: int), _col25 (type: 
int), _col27 (type: string), _col28 (type: string), _col39 (type: string), 
_col40 (type: string), _col41 (type: string), _col42 (type: string), _col44 
(type: string), _col45 (type: string), _col46 (type: string), _col47 (type: 
string)
+                        |                    |           Merge Join Operator 
[MERGEJOIN_770]
+                        |                    |           |  condition 
map:[{"":"Inner Join 0 to 1"}]
+                        |                    |           |  keys:{"0":"_col35 
(type: int)","1":"_col0 (type: int)"}
+                        |                    |           |  
outputColumnNames:["_col1","_col9","_col10","_col11","_col23","_col25","_col27","_col28","_col37","_col39","_col40","_col41","_col42","_col44","_col45","_col46","_col47"]
+                        |                    |           |  Statistics:Num 
rows: 276181762 Data size: 237521904822 Basic stats: COMPLETE Column stats: NONE
+                        |                    |           |<-Map 34 
[SIMPLE_EDGE]
+                        |                    |           |  Reduce Output 
Operator [RS_139]
+                        |                    |           |     key 
expressions:_col0 (type: int)
+                        |                    |           |     Map-reduce 
partition columns:_col0 (type: int)
+                        |                    |           |     sort order:+
+                        |                    |           |     Statistics:Num 
rows: 20 Data size: 240 Basic stats: COMPLETE Column stats: NONE
+                        |                    |           |     Select Operator 
[SEL_86]
+                        |                    |           |        
outputColumnNames:["_col0"]
+                        |                    |           |        
Statistics:Num rows: 20 Data size: 240 Basic stats: COMPLETE Column stats: NONE
+                        |                    |           |        Filter 
Operator [FIL_730]
+                        |                    |           |           
predicate:ib_income_band_sk is not null (type: boolean)
+                        |                    |           |           
Statistics:Num rows: 20 Data size: 240 Basic stats: COMPLETE Column stats: NONE
+                        |                    |           |           TableScan 
[TS_84]
+                        |                    |           |              
alias:ib1
+                        |                    |           |              
Statistics:Num rows: 20 Data size: 240 Basic stats: COMPLETE Column stats: NONE
+                        |                    |           |<-Reducer 14 
[SIMPLE_EDGE]
+                        |                    |              Reduce Output 
Operator [RS_137]
+                        |                    |                 key 
expressions:_col35 (type: int)
+                        |                    |                 Map-reduce 
partition columns:_col35 (type: int)
+                        |                    |                 sort order:+
+                        |                    |                 Statistics:Num 
rows: 251074324 Data size: 215928999704 Basic stats: COMPLETE Column stats: NONE
+                        |                    |                 value 
expressions:_col1 (type: int), _col9 (type: decimal(7,2)), _col10 (type: 
decimal(7,2)), _col11 (type: decimal(7,2)), _col23 (type: int), _col25 (type: 
int), _col27 (type: string), _col28 (type: string), _col37 (type: int), _col39 
(type: string), _col40 (type: string), _col41 (type: string), _col42 (type: 
string), _col44 (type: string), _col45 (type: string), _col46 (type: string), 
_col47 (type: string)
+                        |                    |                 Merge Join 
Operator [MERGEJOIN_769]
+                        |                    |                 |  condition 
map:[{"":"Inner Join 0 to 1"}]
+                        |                    |                 |  
keys:{"0":"_col17 (type: int)","1":"_col0 (type: int)"}
+                        |                    |                 |  
outputColumnNames:["_col1","_col9","_col10","_col11","_col23","_col25","_col27","_col28","_col35","_col37","_col39","_col40","_col41","_col42","_col44","_col45","_col46","_col47"]
+                        |                    |                 |  
Statistics:Num rows: 251074324 Data size: 215928999704 Basic stats: COMPLETE 
Column stats: NONE
+                        |                    |                 |<-Map 33 
[SIMPLE_EDGE]
+                        |                    |                 |  Reduce 
Output Operator [RS_134]
+                        |                    |                 |     key 
expressions:_col0 (type: int)
+                        |                    |                 |     
Map-reduce partition columns:_col0 (type: int)
+                        |                    |                 |     sort 
order:+
+                        |                    |                 |     
Statistics:Num rows: 40000000 Data size: 40595195284 Basic stats: COMPLETE 
Column stats: NONE
+                        |                    |                 |     value 
expressions:_col1 (type: string), _col2 (type: string), _col3 (type: string), 
_col4 (type: string)
+                        |                    |                 |     Select 
Operator [SEL_83]
+                        |                    |                 |        
outputColumnNames:["_col0","_col1","_col2","_col3","_col4"]
+                        |                    |                 |        
Statistics:Num rows: 40000000 Data size: 40595195284 Basic stats: COMPLETE 
Column stats: NONE
+                        |                    |                 |        Filter 
Operator [FIL_729]
+                        |                    |                 |           
predicate:ca_address_sk is not null (type: boolean)
+                        |                    |                 |           
Statistics:Num rows: 40000000 Data size: 40595195284 Basic stats: COMPLETE 
Column stats: NONE
+                        |                    |                 |           
TableScan [TS_81]
+                        |                    |                 |              
alias:ad1
+                        |                    |                 |              
Statistics:Num rows: 40000000 Data size: 40595195284 Basic stats: COMPLETE 
Column stats: NONE
+                        |                    |                 |<-Reducer 13 
[SIMPLE_EDGE]
+                        |                    |                    Reduce 
Output Operator [RS_132]
+                        |                    |                       key 
expressions:_col17 (type: int)
+                        |                    |                       
Map-reduce partition columns:_col17 (type: int)
+                        |                    |                       sort 
order:+
+                        |                    |                       
Statistics:Num rows: 228249381 Data size: 196299086386 Basic stats: COMPLETE 
Column stats: NONE
+                        |                    |                       value 
expressions:_col1 (type: int), _col9 (type: decimal(7,2)), _col10 (type: 
decimal(7,2)), _col11 (type: decimal(7,2)), _col23 (type: int), _col25 (type: 
int), _col27 (type: string), _col28 (type: string), _col35 (type: int), _col37 
(type: int), _col39 (type: string), _col40 (type: string), _col41 (type: 
string), _col42 (type: string)
+                        |                    |                       Merge 
Join Operator [MERGEJOIN_768]
+                        |                    |                       |  
condition map:[{"":"Inner Join 0 to 1"}]
+                        |                    |                       |  
keys:{"0":"_col5 (type: int)","1":"_col0 (type: int)"}
+                        |                    |                       |  
outputColumnNames:["_col1","_col9","_col10","_col11","_col17","_col23","_col25","_col27","_col28","_col35","_col37","_col39","_col40","_col41","_col42"]
+                        |                    |                       |  
Statistics:Num rows: 228249381 Data size: 196299086386 Basic stats: COMPLETE 
Column stats: NONE
+                        |                    |                       |<-Map 32 
[SIMPLE_EDGE]
+                        |                    |                       |  Reduce 
Output Operator [RS_129]
+                        |                    |                       |     key 
expressions:_col0 (type: int)
+                        |                    |                       |     
Map-reduce partition columns:_col0 (type: int)
+                        |                    |                       |     
sort order:+
+                        |                    |                       |     
Statistics:Num rows: 40000000 Data size: 40595195284 Basic stats: COMPLETE 
Column stats: NONE
+                        |                    |                       |     
value expressions:_col1 (type: string), _col2 (type: string), _col3 (type: 
string), _col4 (type: string)
+                        |                    |                       |     
Select Operator [SEL_80]
+                        |                    |                       |        
outputColumnNames:["_col0","_col1","_col2","_col3","_col4"]
+                        |                    |                       |        
Statistics:Num rows: 40000000 Data size: 40595195284 Basic stats: COMPLETE 
Column stats: NONE
+                        |                    |                       |        
Filter Operator [FIL_728]
+                        |                    |                       |         
  predicate:ca_address_sk is not null (type: boolean)
+                        |                    |                       |         
  Statistics:Num rows: 40000000 Data size: 40595195284 Basic stats: COMPLETE 
Column stats: NONE
+                        |                    |                       |         
  TableScan [TS_78]
+                        |                    |                       |         
     alias:ad1
+                        |                    |                       |         
     Statistics:Num rows: 40000000 Data size: 40595195284 Basic stats: COMPLETE 
Column stats: NONE
+                        |                    |                       
|<-Reducer 12 [SIMPLE_EDGE]
+                        |                    |                          Reduce 
Output Operator [RS_127]
+                        |                    |                             key 
expressions:_col5 (type: int)
+                        |                    |                             
Map-reduce partition columns:_col5 (type: int)
+                        |                    |                             
sort order:+
+                        |                    |                             
Statistics:Num rows: 207499433 Data size: 178453711029 Basic stats: COMPLETE 
Column stats: NONE
+                        |                    |                             
value expressions:_col1 (type: int), _col9 (type: decimal(7,2)), _col10 (type: 
decimal(7,2)), _col11 (type: decimal(7,2)), _col17 (type: int), _col23 (type: 
int), _col25 (type: int), _col27 (type: string), _col28 (type: string), _col35 
(type: int), _col37 (type: int)
+                        |                    |                             
Merge Join Operator [MERGEJOIN_767]
+                        |                    |                             |  
condition map:[{"":"Inner Join 0 to 1"}]
+                        |                    |                             |  
keys:{"0":"_col16 (type: int)","1":"_col0 (type: int)"}
+                        |                    |                             |  
outputColumnNames:["_col1","_col5","_col9","_col10","_col11","_col17","_col23","_col25","_col27","_col28","_col35","_col37"]
+                        |                    |                             |  
Statistics:Num rows: 207499433 Data size: 178453711029 Basic stats: COMPLETE 
Column stats: NONE
+                        |                    |                             
|<-Map 31 [SIMPLE_EDGE]
+                        |                    |                             |  
Reduce Output Operator [RS_124]
+                        |                    |                             |   
  key expressions:_col0 (type: int)
+                        |                    |                             |   
  Map-reduce partition columns:_col0 (type: int)
+                        |                    |                             |   
  sort order:+
+                        |                    |                             |   
  Statistics:Num rows: 7200 Data size: 770400 Basic stats: COMPLETE Column 
stats: NONE
+                        |                    |                             |   
  value expressions:_col1 (type: int)
+                        |                    |                             |   
  Select Operator [SEL_77]
+                        |                    |                             |   
     outputColumnNames:["_col0","_col1"]
+                        |                    |                             |   
     Statistics:Num rows: 7200 Data size: 770400 Basic stats: COMPLETE Column 
stats: NONE
+                        |                    |                             |   
     Filter Operator [FIL_727]
+                        |                    |                             |   
        predicate:(hd_demo_sk is not null and hd_income_band_sk is not null) 
(type: boolean)
+                        |                    |                             |   
        Statistics:Num rows: 7200 Data size: 770400 Basic stats: COMPLETE 
Column stats: NONE
+                        |                    |                             |   
        TableScan [TS_75]
+                        |                    |                             |   
           alias:hd1
+                        |                    |                             |   
           Statistics:Num rows: 7200 Data size: 770400 Basic stats: COMPLETE 
Column stats: NONE
+                        |                    |                             
|<-Reducer 11 [SIMPLE_EDGE]
+                        |                    |                                
Reduce Output Operator [RS_122]
+                        |                    |                                 
  key expressions:_col16 (type: int)
+                        |                    |                                 
  Map-reduce partition columns:_col16 (type: int)
+                        |                    |                                 
  sort order:+
+                        |                    |                                 
  Statistics:Num rows: 188635845 Data size: 162230642874 Basic stats: COMPLETE 
Column stats: NONE
+                        |                    |                                 
  value expressions:_col1 (type: int), _col5 (type: int), _col9 (type: 
decimal(7,2)), _col10 (type: decimal(7,2)), _col11 (type: decimal(7,2)), _col17 
(type: int), _col23 (type: int), _col25 (type: int), _col27 (type: string), 
_col28 (type: string), _col35 (type: int)
+                        |                    |                                 
  Merge Join Operator [MERGEJOIN_766]
+                        |                    |                                 
  |  condition map:[{"":"Inner Join 0 to 1"}]
+                        |                    |                                 
  |  keys:{"0":"_col4 (type: int)","1":"_col0 (type: int)"}
+                        |                    |                                 
  |  
outputColumnNames:["_col1","_col5","_col9","_col10","_col11","_col16","_col17","_col23","_col25","_col27","_col28","_col35"]
+                        |                    |                                 
  |  Statistics:Num rows: 188635845 Data size: 162230642874 Basic stats: 
COMPLETE Column stats: NONE
+                        |                    |                                 
  |<-Map 30 [SIMPLE_EDGE]
+                        |                    |                                 
  |  Reduce Output Operator [RS_119]
+                        |                    |                                 
  |     key expressions:_col0 (type: int)
+                        |                    |                                 
  |     Map-reduce partition columns:_col0 (type: int)
+                        |                    |                                 
  |     sort order:+
+                        |                    |                                 
  |     Statistics:Num rows: 7200 Data size: 770400 Basic stats: COMPLETE 
Column stats: NONE
+                        |                    |                                 
  |     value expressions:_col1 (type: int)
+                        |                    |                                 
  |     Select Operator [SEL_74]
+                        |                    |                                 
  |        outputColumnNames:["_col0","_col1"]
+                        |                    |                                 
  |        Statistics:Num rows: 7200 Data size: 770400 Basic stats: COMPLETE 
Column stats: NONE
+                        |                    |                                 
  |        Filter Operator [FIL_726]
+                        |                    |                                 
  |           predicate:(hd_demo_sk is not null and hd_income_band_sk is not 
null) (type: boolean)
+                        |                    |                                 
  |           Statistics:Num rows: 7200 Data size: 770400 Basic stats: COMPLETE 
Column stats: NONE
+                        |                    |                                 
  |           TableScan [TS_72]
+                        |                    |                                 
  |              alias:hd1
+                        |                    |                                 
  |              Statistics:Num rows: 7200 Data size: 770400 Basic stats: 
COMPLETE Column stats: NONE
+                        |                    |                                 
  |<-Reducer 10 [SIMPLE_EDGE]
+                        |                    |                                 
     Reduce Output Operator [RS_117]
+                        |                    |                                 
        key expressions:_col4 (type: int)
+                        |                    |                                 
        Map-reduce partition columns:_col4 (type: int)
+                        |                    |                                 
        sort order:+
+                        |                    |                                 
        Statistics:Num rows: 171487129 Data size: 147482399417 Basic stats: 
COMPLETE Column stats: NONE
+                        |                    |                                 
        value expressions:_col1 (type: int), _col5 (type: int), _col9 (type: 
decimal(7,2)), _col10 (type: decimal(7,2)), _col11 (type: decimal(7,2)), _col16 
(type: int), _col17 (type: int), _col23 (type: int), _col25 (type: int), _col27 
(type: string), _col28 (type: string)
+                        |                    |                                 
        Merge Join Operator [MERGEJOIN_765]
+                        |                    |                                 
        |  condition map:[{"":"Inner Join 0 to 1"}]
+                        |                    |                                 
        |  keys:{"0":"_col7 (type: int)","1":"_col0 (type: int)"}
+                        |                    |                                 
        |  
outputColumnNames:["_col1","_col4","_col5","_col9","_col10","_col11","_col16","_col17","_col23","_col25","_col27","_col28"]
+                        |                    |                                 
        |  Statistics:Num rows: 171487129 Data size: 147482399417 Basic stats: 
COMPLETE Column stats: NONE
+                        |                    |                                 
        |<-Map 29 [SIMPLE_EDGE]
+                        |                    |                                 
        |  Reduce Output Operator [RS_114]
+                        |                    |                                 
        |     key expressions:_col0 (type: int)
+                        |                    |                                 
        |     Map-reduce partition columns:_col0 (type: int)
+                        |                    |                                 
        |     sort order:+
+                        |                    |                                 
        |     Statistics:Num rows: 2300 Data size: 2713420 Basic stats: 
COMPLETE Column stats: NONE
+                        |                    |                                 
        |     Select Operator [SEL_71]
+                        |                    |                                 
        |        outputColumnNames:["_col0"]
+                        |                    |                                 
        |        Statistics:Num rows: 2300 Data size: 2713420 Basic stats: 
COMPLETE Column stats: NONE
+                        |                    |                                 
        |        Filter Operator [FIL_725]
+                        |                    |                                 
        |           predicate:p_promo_sk is not null (type: boolean)
+                        |                    |                                 
        |           Statistics:Num rows: 2300 Data size: 2713420 Basic stats: 
COMPLETE Column stats: NONE
+                        |                    |                                 
        |           TableScan [TS_69]
+                        |                    |                                 
        |              alias:promotion
+                        |                    |                                 
        |              Statistics:Num rows: 2300 Data size: 2713420 Basic 
stats: COMPLETE Column stats: NONE
+                        |                    |                                 
        |<-Reducer 9 [SIMPLE_EDGE]
+                        |                    |                                 
           Reduce Output Operator [RS_112]
+                        |                    |                                 
              key expressions:_col7 (type: int)
+                        |                    |                                 
              Map-reduce partition columns:_col7 (type: int)
+                        |                    |                                 
              sort order:+
+                        |                    |                                 
              Statistics:Num rows: 155897387 Data size: 134074905655 Basic 
stats: COMPLETE Column stats: NONE
+                        |                    |                                 
              value expressions:_col1 (type: int), _col4 (type: int), _col5 
(type: int), _col9 (type: decimal(7,2)), _col10 (type: decimal(7,2)), _col11 
(type: decimal(7,2)), _col16 (type: int), _col17 (type: int), _col23 (type: 
int), _col25 (type: int), _col27 (type: string), _col28 (type: string)
+                        |                    |                                 
              Select Operator [SEL_68]
+                        |                    |                                 
                 
outputColumnNames:["_col1","_col10","_col11","_col16","_col17","_col23","_col25","_col27","_col28","_col4","_col5","_col7","_col9"]
+                        |                    |                                 
                 Statistics:Num rows: 155897387 Data size: 134074905655 Basic 
stats: COMPLETE Column stats: NONE
+                        |                    |                                 
                 Filter Operator [FIL_715]
+                        |                    |                                 
                    predicate:(_col30 <> _col32) (type: boolean)
+                        |                    |                                 
                    Statistics:Num rows: 155897387 Data size: 134074905655 
Basic stats: COMPLETE Column stats: NONE
+                        |                    |                                 
                    Merge Join Operator [MERGEJOIN_764]
+                        |                    |                                 
                    |  condition map:[{"":"Inner Join 0 to 1"}]
+                        |                    |                                 
                    |  keys:{"0":"_col15 (type: int)","1":"_col0 (type: int)"}
+                        |                    |                                 
                    |  
outputColumnNames:["_col1","_col4","_col5","_col7","_col9","_col10","_col11","_col16","_col17","_col23","_col25","_col27","_col28","_col30","_col32"]
+                        |                    |                                 
                    |  Statistics:Num rows: 155897387 Data size: 134074905655 
Basic stats: COMPLETE Column stats: NONE
+                        |                    |                                 
                    |<-Map 28 [SIMPLE_EDGE]
+                        |                    |                                 
                    |  Reduce Output Operator [RS_65]
+                        |                    |                                 
                    |     key expressions:_col0 (type: int)
+                        |                    |                                 
                    |     Map-reduce partition columns:_col0 (type: int)
+                        |                    |                                 
                    |     sort order:+
+                        |                    |                                 
                    |     Statistics:Num rows: 19800 Data size: 7171059 Basic 
stats: COMPLETE Column stats: NONE
+                        |                    |                                 
                    |     value expressions:_col1 (type: string)
+                        |                    |                                 
                    |     Select Operator [SEL_26]
+                        |                    |                                 
                    |        outputColumnNames:["_col0","_col1"]
+                        |                    |                                 
                    |        Statistics:Num rows: 19800 Data size: 7171059 
Basic stats: COMPLETE Column stats: NONE
+                        |                    |                                 
                    |        Filter Operator [FIL_724]
+                        |                    |                                 
                    |           predicate:cd_demo_sk is not null (type: boolean)
+                        |                    |                                 
                    |           Statistics:Num rows: 19800 Data size: 7171059 
Basic stats: COMPLETE Column stats: NONE
+                        |                    |                                 
                    |           TableScan [TS_24]
+                        |                    |                                 
                    |              alias:cd1
+                        |                    |                                 
                    |              Statistics:Num rows: 19800 Data size: 
7171059 Basic stats: COMPLETE Column stats: NONE
+                        |                    |                                 
                    |<-Reducer 8 [SIMPLE_EDGE]
+                        |                    |                                 
                       Reduce Output Operator [RS_63]
+                        |                    |                                 
                          key expressions:_col15 (type: int)
+                        |                    |                                 
                          Map-reduce partition columns:_col15 (type: int)
+                        |                    |                                 
                          sort order:+
+                        |                    |                                 
                          Statistics:Num rows: 141724895 Data size: 
121886275227 Basic stats: COMPLETE Column stats: NONE
+                        |                    |                                 
                          value expressions:_col1 (type: int), _col4 (type: 
int), _col5 (type: int), _col7 (type: int), _col9 (type: decimal(7,2)), _col10 
(type: decimal(7,2)), _col11 (type: decimal(7,2)), _col16 (type: int), _col17 
(type: int), _col23 (type: int), _col25 (type: int), _col27 (type: string), 
_col28 (type: string), _col30 (type: string)
+                        |                    |                                 
                          Merge Join Operator [MERGEJOIN_763]
+                        |                    |                                 
                          |  condition map:[{"":"Inner Join 0 to 1"}]
+                        |                    |                                 
                          |  keys:{"0":"_col3 (type: int)","1":"_col0 (type: 
int)"}
+                        |                    |                                 
                          |  
outputColumnNames:["_col1","_col4","_col5","_col7","_col9","_col10","_col11","_col15","_col16","_col17","_col23","_col25","_col27","_col28","_col30"]
+                        |                    |                                 
                          |  Statistics:Num rows: 141724895 Data size: 
121886275227 Basic stats: COMPLETE Column stats: NONE
+                        |                    |                                 
                          |<-Map 27 [SIMPLE_EDGE]
+                        |                    |                                 
                          |  Reduce Output Operator [RS_60]
+                        |                    |                                 
                          |     key expressions:_col0 (type: int)
+                        |                    |                                 
                          |     Map-reduce partition columns:_col0 (type: int)
+                        |                    |                                 
                          |     sort order:+
+                        |                    |                                 
                          |     Statistics:Num rows: 19800 Data size: 7171059 
Basic stats: COMPLETE Column stats: NONE
+                        |                    |                                 
                          |     value expressions:_col1 (type: string)
+                        |                    |                                 
                          |     Select Operator [SEL_23]
+                        |                    |                                 
                          |        outputColumnNames:["_col0","_col1"]
+                        |                    |                                 
                          |        Statistics:Num rows: 19800 Data size: 
7171059 Basic stats: COMPLETE Column stats: NONE
+                        |                    |                                 
                          |        Filter Operator [FIL_723]
+                        |                    |                                 
                          |           predicate:cd_demo_sk is not null (type: 
boolean)
+                        |                    |                                 
                          |           Statistics:Num rows: 19800 Data size: 
7171059 Basic stats: COMPLETE Column stats: NONE
+                        |                    |                                 
                          |           TableScan [TS_21]
+                        |                    |                                 
                          |              alias:cd1
+                        |                    |                                 
                          |              Statistics:Num rows: 19800 Data size: 
7171059 Basic stats: COMPLETE Column stats: NONE
+                        |                    |                                 
                          |<-Reducer 7 [SIMPLE_EDGE]
+                        |                    |                                 
                             Reduce Output Operator [RS_58]
+                        |                    |                                 
                                key expressions:_col3 (type: int)
+                        |                    |                                 
                                Map-reduce partition columns:_col3 (type: int)
+                        |                    |                                 
                                sort order:+
+                        |                    |                                 
                                Statistics:Num rows: 128840811 Data size: 
110805702351 Basic stats: COMPLETE Column stats: NONE
+                        |                    |                                 
                                value expressions:_col1 (type: int), _col4 
(type: int), _col5 (type: int), _col7 (type: int), _col9 (type: decimal(7,2)), 
_col10 (type: decimal(7,2)), _col11 (type: decimal(7,2)), _col15 (type: int), 
_col16 (type: int), _col17 (type: int), _col23 (type: int), _col25 (type: int), 
_col27 (type: string), _col28 (type: string)
+                        |                    |                                 
                                Merge Join Operator [MERGEJOIN_762]
+                        |                    |                                 
                                |  condition map:[{"":"Inner Join 0 to 1"}]
+                        |                    |                                 
                                |  keys:{"0":"_col6 (type: int)","1":"_col0 
(type: int)"}
+                        |                    |                                 
                                |  
outputColumnNames:["_col1","_col3","_col4","_col5","_col7","_col9","_col10","_col11","_col15","_col16","_col17","_col23","_col25","_col27","_col28"]
+                        |                    |                                 
                                |  Statistics:Num rows: 128840811 Data size: 
110805702351 Basic stats: COMPLETE Column stats: NONE
+                        |                    |                                 
                                |<-Map 26 [SIMPLE_EDGE]
+                        |                    |                                 
                                |  Reduce Output Operator [RS_55]
+                        |                    |                                 
                                |     key expressions:_col0 (type: int)
+                        |                    |                                 
                                |     Map-reduce partition columns:_col0 (type: 
int)
+                        |                    |                                 
                                |     sort order:+
+                        |                    |                                 
                                |     Statistics:Num rows: 1704 Data size: 
3256276 Basic stats: COMPLETE Column stats: NONE
+                        |                    |                                 
                                |     value expressions:_col1 (type: string), 
_col2 (type: string)
+                        |                    |                                 
                                |     Select Operator [SEL_20]
+                        |                    |                                 
                                |        
outputColumnNames:["_col0","_col1","_col2"]
+                        |                    |                                 
                                |        Statistics:Num rows: 1704 Data size: 
3256276 Basic stats: COMPLETE Column stats: NONE
+                        |                    |                                 
                                |        Filter Operator [FIL_722]
+                        |                    |                                 
                                |           predicate:((s_store_sk is not null 
and s_zip is not null) and s_store_name is not null) (type: boolean)
+                        |                    |                                 
                                |           Statistics:Num rows: 1704 Data 
size: 3256276 Basic stats: COMPLETE Column stats: NONE
+                        |                    |                                 
                                |           TableScan [TS_18]
+                        |                    |                                 
                                |              alias:store
+                        |                    |                                 
                                |              Statistics:Num rows: 1704 Data 
size: 3256276 Basic stats: COMPLETE Column stats: NONE
+                        |                    |                                 
                                |<-Reducer 6 [SIMPLE_EDGE]
+                        |                    |                                 
                                   Reduce Output Operator [RS_53]
+                        |                    |                                 
                                      key expressions:_col6 (type: int)
+                        |                    |                                 
                                      Map-reduce partition columns:_col6 (type: 
int)
+                        |                    |                                 
                                      sort order:+
+                        |                    |                                 
                                      Statistics:Num rows: 117128008 Data size: 
100732454500 Basic stats: COMPLETE Column stats: NONE
+                        |                    |                                 
                                      value expressions:_col1 (type: int), 
_col3 (type: int), _col4 (type: int), _col5 (type: int), _col7 (type: int), 
_col9 (type: decimal(7,2)), _col10 (type: decimal(7,2)), _col11 (type: 
decimal(7,2)), _col15 (type: int), _col16 (type: int), _col17 (type: int), 
_col23 (type: int), _col25 (type: int)
+                        |                    |                                 
                                      Merge Join Operator [MERGEJOIN_761]
+                        |                    |                                 
                                      |  condition map:[{"":"Inner Join 0 to 
1"}]
+                        |                    |                                 
                                      |  keys:{"0":"_col18 (type: 
int)","1":"_col0 (type: int)"}
+                        |                    |                                 
                                      |  
outputColumnNames:["_col1","_col3","_col4","_col5","_col6","_col7","_col9","_col10","_col11","_col15","_col16","_col17","_col23","_col25"]
+                        |                    |                                 
                                      |  Statistics:Num rows: 117128008 Data 
size: 100732454500 Basic stats: COMPLETE Column stats: NONE
+                        |                    |                                 
                                      |<-Map 25 [SIMPLE_EDGE]
+                        |                    |                                 
                                      |  Reduce Output Operator [RS_50]
+                        |                    |                                 
                                      |     key expressions:_col0 (type: int)
+                        |                    |                                 
                                      |     Map-reduce partition columns:_col0 
(type: int)
+                        |                    |                                 
                                      |     sort order:+
+                        |                    |                                 
                                      |     Statistics:Num rows: 73049 Data 
size: 81741831 Basic stats: COMPLETE Column stats: NONE
+                        |                    |                                 
                                      |     value expressions:_col1 (type: int)
+                        |                    |                                 
                                      |     Select Operator [SEL_17]
+                        |                    |                                 
                                      |        
outputColumnNames:["_col0","_col1"]
+                        |                    |                                 
                                      |        Statistics:Num rows: 73049 Data 
size: 81741831 Basic stats: COMPLETE Column stats: NONE
+                        |                    |                                 
                                      |        Filter Operator [FIL_721]
+                        |                    |                                 
                                      |           predicate:d_date_sk is not 
null (type: boolean)
+                        |                    |                                 
                                      |           Statistics:Num rows: 73049 
Data size: 81741831 Basic stats: COMPLETE Column stats: NONE
+                        |                    |                                 
                                      |           TableScan [TS_15]
+                        |                    |                                 
                                      |              alias:d1
+                        |                    |                                 
                                      |              Statistics:Num rows: 73049 
Data size: 81741831 Basic stats: COMPLETE Column stats: NONE
+                        |                    |                                 
                                      |<-Reducer 5 [SIMPLE_EDGE]
+                        |                    |                                 
                                         Reduce Output Operator [RS_48]
+                        |                    |                                 
                                            key expressions:_col18 (type: int)
+                        |                    |                                 
                                            Map-reduce partition columns:_col18 
(type: int)
+                        |                    |                                 
                                            sort order:+
+                        |                    |                                 
                                            Statistics:Num rows: 106480005 Data 
size: 91574956652 Basic stats: COMPLETE Column stats: NONE
+                        |                    |                                 
                                            value expressions:_col1 (type: 
int), _col3 (type: int), _col4 (type: int), _col5 (type: int), _col6 (type: 
int), _col7 (type: int), _col9 (type: decimal(7,2)), _col10 (type: 
decimal(7,2)), _col11 (type: decimal(7,2)), _col15 (type: int), _col16 (type: 
int), _col17 (type: int), _col23 (type: int)
+                        |                    |                                 
                                            Merge Join Operator [MERGEJOIN_760]
+                        |                    |                                 
                                            |  condition map:[{"":"Inner Join 0 
to 1"}]
+                        |                    |                                 
                                            |  keys:{"0":"_col19 (type: 
int)","1":"_col0 (type: int)"}
+                        |                    |                                 
                                            |  
outputColumnNames:["_col1","_col3","_col4","_col5","_col6","_col7","_col9","_col10","_col11","_col15","_col16","_col17","_col18","_col23"]
+                        |                    |                                 
                                            |  Statistics:Num rows: 106480005 
Data size: 91574956652 Basic stats: COMPLETE Column stats: NONE
+                        |                    |                                 
                                            |<-Map 24 [SIMPLE_EDGE]
+                        |                    |                                 
                                            |  Reduce Output Operator [RS_45]
+                        |                    |                                 
                                            |     key expressions:_col0 (type: 
int)
+                        |                    |                                 
                                            |     Map-reduce partition 
columns:_col0 (type: int)
+                        |                    |                                 
                                            |     sort order:+
+                        |                    |                                 
                                            |     Statistics:Num rows: 73049 
Data size: 81741831 Basic stats: COMPLETE Column stats: NONE
+                        |                    |                                 
                                            |     value expressions:_col1 
(type: int)
+                        |                    |                                 
                                            |     Select Operator [SEL_14]
+                        |                    |                                 
                                            |        
outputColumnNames:["_col0","_col1"]
+                        |                    |                                 
                                            |        Statistics:Num rows: 73049 
Data size: 81741831 Basic stats: COMPLETE Column stats: NONE
+                        |                    |                                 
                                            |        Filter Operator [FIL_720]
+                        |                    |                                 
                                            |           predicate:d_date_sk is 
not null (type: boolean)
+                        |                    |                                 
                                            |           Statistics:Num rows: 
73049 Data size: 81741831 Basic stats: COMPLETE Column stats: NONE
+                        |                    |                                 
                                            |           TableScan [TS_12]
+                        |                    |                                 
                                            |              alias:d1
+                        |                    |                                 
                                            |              Statistics:Num rows: 
73049 Data size: 81741831 Basic stats: COMPLETE Column stats: NONE
+                        |                    |                                 
                                            |<-Reducer 4 [SIMPLE_EDGE]
+                        |                    |                                 
                                               Reduce Output Operator [RS_43]
+                        |                    |                                 
                                                  key expressions:_col19 (type: 
int)
+                        |                    |                                 
                                                  Map-reduce partition 
columns:_col19 (type: int)
+                        |                    |                                 
                                                  sort order:+
+                        |                    |                                 
                                                  Statistics:Num rows: 96800003 
Data size: 83249958789 Basic stats: COMPLETE Column stats: NONE
+                        |                    |                                 
                                                  value expressions:_col1 
(type: int), _col3 (type: int), _col4 (type: int), _col5 (type: int), _col6 
(type: int), _col7 (type: int), _col9 (type: decimal(7,2)), _col10 (type: 
decimal(7,2)), _col11 (type: decimal(7,2)), _col15 (type: int), _col16 (type: 
int), _col17 (type: int), _col18 (type: int)
+                        |                    |                                 
                                                  Merge Join Operator 
[MERGEJOIN_759]
+                        |                    |                                 
                                                  |  condition map:[{"":"Inner 
Join 0 to 1"}]
+                        |                    |                                 
                                                  |  keys:{"0":"_col0 (type: 
int)","1":"_col0 (type: int)"}
+                        |                    |                                 
                                                  |  
outputColumnNames:["_col1","_col3","_col4","_col5","_col6","_col7","_col9","_col10","_col11","_col15","_col16","_col17","_col18","_col19"]
+                        |                    |                                 
                                                  |  Statistics:Num rows: 
96800003 Data size: 83249958789 Basic stats: COMPLETE Column stats: NONE
+                        |                    |                                 
                                                  |<-Map 23 [SIMPLE_EDGE]
+                        |                    |                                 
                                                  |  Reduce Output Operator 
[RS_40]
+                        |                    |                                 
                                                  |     key expressions:_col0 
(type: int)
+                        |                    |                                 
                                                  |     Map-reduce partition 
columns:_col0 (type: int)
+                        |                    |                                 
                                                  |     sort order:+
+                        |                    |                                 
                                                  |     Statistics:Num rows: 
36524 Data size: 40870356 Basic stats: COMPLETE Column stats: NONE
+                        |                    |                                 
                                                  |     Select Operator [SEL_11]
+                        |                    |                                 
                                                  |        
outputColumnNames:["_col0"]
+                        |                    |                                 
                                                  |        Statistics:Num rows: 
36524 Data size: 40870356 Basic stats: COMPLETE Column stats: NONE
+                        |                    |                                 
                                                  |        Filter Operator 
[FIL_719]
+                        |                    |                                 
                                                  |           
predicate:((d_year = 2000) and d_date_sk is not null) (type: boolean)
+                        |                    |                                 
                                                  |           Statistics:Num 
rows: 36524 Data size: 40870356 Basic stats: COMPLETE Column stats: NONE
+                        |                    |                                 
                                                  |           TableScan [TS_9]
+                        |                    |                                 
                                                  |              alias:d1
+                        |                    |                                 
                                                  |              Statistics:Num 
rows: 73049 Data size: 81741831 Basic stats: COMPLETE Column stats: NONE
+                        |                    |                                 
                                                  |<-Reducer 3 [SIMPLE_EDGE]
+                        |                    |                                 
                                                     Reduce Output Operator 
[RS_38]
+                        |                    |                                 
                                                        key expressions:_col0 
(type: int)
+                        |                    |                                 
                                                        Map-reduce partition 
columns:_col0 (type: int)
+                        |                    |                                 
                                                        sort order:+
+                        |                    |                                 
                                                        Statistics:Num rows: 
88000001 Data size: 75681779077 Basic stats: COMPLETE Column stats: NONE
+                        |                    |                                 
                                                        value expressions:_col1 
(type: int), _col3 (type: int), _col4 (type: int), _col5 (type: int), _col6 
(type: int), _col7 (type: int), _col9 (type: decimal(7,2)), _col10 (type: 
decimal(7,2)), _col11 (type: decimal(7,2)), _col15 (type: int), _col16 (type: 
int), _col17 (type: int), _col18 (type: int), _col19 (type: int)
+                        |                    |                                 
                                                        Merge Join Operator 
[MERGEJOIN_758]
+                        |                    |                                 
                                                        |  condition 
map:[{"":"Inner Join 0 to 1"}]
+                        |                    |                                 
                                                        |  keys:{"0":"_col2 
(type: int)","1":"_col0 (type: int)"}
+                        |                    |                                 
                                                        |  
outputColumnNames:["_col0","_col1","_col3","_col4","_col5","_col6","_col7","_col9","_col10","_col11","_col15","_col16","_col17","_col18","_col19"]
+                        |                    |                                 
                                                        |  Statistics:Num rows: 
88000001 Data size: 75681779077 Basic stats: COMPLETE Column stats: NONE
+                        |                    |                                 
                                                        |<-Map 22 [SIMPLE_EDGE]
+                        |                    |                                 
                                                        |  Reduce Output 
Operator [RS_35]
+                        |                    |                                 
                                                        |     key 
expressions:_col0 (type: int)
+                        |                    |                                 
                                                        |     Map-reduce 
partition columns:_col0 (type: int)
+                        |                    |                                 
                                                        |     sort order:+
+                        |                    |                                 
                                                        |     Statistics:Num 
rows: 80000000 Data size: 68801615852 Basic stats: COMPLETE Column stats: NONE
+                        |                    |                                 
                                                        |     value 
expressions:_col1 (type: int), _col2 (type: int), _col3 (type: int), _col4 
(type: int), _col5 (type: int)
+                        |                    |                                 
                                                        |     Select Operator 
[SEL_8]
+                        |                    |                                 
                                                        |        
outputColumnNames:["_col0","_col1","_col2","_col3","_col4","_col5"]
+                        |                    |                                 
                                                        |        Statistics:Num 
rows: 80000000 Data size: 68801615852 Basic stats: COMPLETE Column stats: NONE
+                        |                    |                                 
                                                        |        Filter 
Operator [FIL_718]
+                        |                    |                                 
                                                        |           
predicate:(((((c_customer_sk is not null and c_first_sales_date_sk is not null) 
and c_first_shipto_date_sk is not null) and c_current_cdemo_sk is not null) and 
c_current_hdemo_sk is not null) and c_current_addr_sk is not null) (type: 
boolean)
+                        |                    |                                 
                                                        |           
Statistics:Num rows: 80000000 Data size: 68801615852 Basic stats: COMPLETE 
Column stats: NONE
+                        |                    |                                 
                                                        |           TableScan 
[TS_6]
+                        |                    |                                 
                                                        |              
alias:customer
+                        |                    |                                 
                                                        |              
Statistics:Num rows: 80000000 Data size: 68801615852 Basic stats: COMPLETE 
Column stats: NONE
+                        |                    |                                 
                                                        |<-Reducer 2 
[SIMPLE_EDGE]
+                        |                    |                                 
                                                           Reduce Output 
Operator [RS_33]
+                        |                    |                                 
                                                              key 
expressions:_col2 (type: int)
+                        |                    |                                 
                                                              Map-reduce 
partition columns:_col2 (type: int)
+                        |                    |                                 
                                                              sort order:+
+                        |                    |                                 
                                                              Statistics:Num 
rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE
+                        |                    |                                 
                                                              value 
expressions:_col0 (type: int), _col1 (type: int), _col3 (type: int), _col4 
(type: int), _col5 (type: int), _col6 (type: int), _col7 (type: int), _col9 
(type: decimal(7,2)), _col10 (type: decimal(7,2)), _col11 (type: decimal(7,2))
+                        |                    |                                 
                                                              Merge Join 
Operator [MERGEJOIN_757]
+                        |                    |                                 
                                                              |  condition 
map:[{"":"Inner Join 0 to 1"}]
+                        |                    |                                 
                                                              |  
keys:{"0":"_col1 (type: int), _

<TRUNCATED>

Reply via email to