You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by ha...@apache.org on 2015/12/15 23:15:50 UTC

[23/27] hive git commit: HIVE-11107 : Support for Performance regression test suite with TPCDS (Hari Subramaniyan, reviewed by Ashutosh Chauhan)

http://git-wip-us.apache.org/repos/asf/hive/blob/09b6f9a3/ql/src/test/results/clientpositive/perf/query20.q.out
----------------------------------------------------------------------
diff --git a/ql/src/test/results/clientpositive/perf/query20.q.out b/ql/src/test/results/clientpositive/perf/query20.q.out
new file mode 100644
index 0000000..611af8d
--- /dev/null
+++ b/ql/src/test/results/clientpositive/perf/query20.q.out
@@ -0,0 +1,138 @@
+PREHOOK: query: explain select i_item_desc ,i_category ,i_class ,i_current_price ,i_item_id ,sum(cs_ext_sales_price) as itemrevenue ,sum(cs_ext_sales_price)*100/sum(sum(cs_ext_sales_price)) over (partition by i_class) as revenueratio from catalog_sales ,item ,date_dim where catalog_sales.cs_item_sk = item.i_item_sk and i_category in ('Jewelry', 'Sports', 'Books') and catalog_sales.cs_sold_date_sk = date_dim.d_date_sk and d_date between '2001-01-12' and '2001-02-11' group by i_item_id ,i_item_desc ,i_category ,i_class ,i_current_price order by i_category ,i_class ,i_item_id ,i_item_desc ,revenueratio limit 100
+PREHOOK: type: QUERY
+POSTHOOK: query: explain select i_item_desc ,i_category ,i_class ,i_current_price ,i_item_id ,sum(cs_ext_sales_price) as itemrevenue ,sum(cs_ext_sales_price)*100/sum(sum(cs_ext_sales_price)) over (partition by i_class) as revenueratio from catalog_sales ,item ,date_dim where catalog_sales.cs_item_sk = item.i_item_sk and i_category in ('Jewelry', 'Sports', 'Books') and catalog_sales.cs_sold_date_sk = date_dim.d_date_sk and d_date between '2001-01-12' and '2001-02-11' group by i_item_id ,i_item_desc ,i_category ,i_class ,i_current_price order by i_category ,i_class ,i_item_id ,i_item_desc ,revenueratio limit 100
+POSTHOOK: type: QUERY
+Plan optimized by CBO.
+
+Vertex dependency in root stage
+Reducer 2 <- Map 1 (SIMPLE_EDGE), Map 7 (SIMPLE_EDGE)
+Reducer 3 <- Map 8 (SIMPLE_EDGE), Reducer 2 (SIMPLE_EDGE)
+Reducer 4 <- Reducer 3 (SIMPLE_EDGE)
+Reducer 5 <- Reducer 4 (SIMPLE_EDGE)
+Reducer 6 <- Reducer 5 (SIMPLE_EDGE)
+
+Stage-0
+   Fetch Operator
+      limit:100
+      Stage-1
+         Reducer 6
+         File Output Operator [FS_32]
+            compressed:false
+            Statistics:Num rows: 100 Data size: 143600 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"}
+            Limit [LIM_31]
+               Number of rows:100
+               Statistics:Num rows: 100 Data size: 143600 Basic stats: COMPLETE Column stats: NONE
+               Select Operator [SEL_30]
+               |  outputColumnNames:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"]
+               |  Statistics:Num rows: 139755 Data size: 200727046 Basic stats: COMPLETE Column stats: NONE
+               |<-Reducer 5 [SIMPLE_EDGE]
+                  Reduce Output Operator [RS_29]
+                     key expressions:_col1 (type: string), _col2 (type: string), _col4 (type: string), _col0 (type: string), _col6 (type: decimal(38,23))
+                     sort order:+++++
+                     Statistics:Num rows: 139755 Data size: 200727046 Basic stats: COMPLETE Column stats: NONE
+                     value expressions:_col3 (type: decimal(7,2)), _col5 (type: decimal(17,2))
+                     Select Operator [SEL_27]
+                        outputColumnNames:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"]
+                        Statistics:Num rows: 139755 Data size: 200727046 Basic stats: COMPLETE Column stats: NONE
+                        PTF Operator [PTF_26]
+                           Function definitions:[{"Input definition":{"type:":"WINDOWING"}},{"name:":"windowingtablefunction","order by:":"_col3","partition by:":"_col3"}]
+                           Statistics:Num rows: 139755 Data size: 200727046 Basic stats: COMPLETE Column stats: NONE
+                           Select Operator [SEL_25]
+                           |  outputColumnNames:["_col0","_col1","_col2","_col3","_col4","_col5"]
+                           |  Statistics:Num rows: 139755 Data size: 200727046 Basic stats: COMPLETE Column stats: NONE
+                           |<-Reducer 4 [SIMPLE_EDGE]
+                              Reduce Output Operator [RS_24]
+                                 key expressions:_col3 (type: string)
+                                 Map-reduce partition columns:_col3 (type: string)
+                                 sort order:+
+                                 Statistics:Num rows: 139755 Data size: 200727046 Basic stats: COMPLETE Column stats: NONE
+                                 value expressions:_col0 (type: string), _col1 (type: string), _col2 (type: string), _col4 (type: decimal(7,2)), _col5 (type: decimal(17,2))
+                                 Select Operator [SEL_23]
+                                    outputColumnNames:["_col0","_col1","_col2","_col3","_col4","_col5"]
+                                    Statistics:Num rows: 139755 Data size: 200727046 Basic stats: COMPLETE Column stats: NONE
+                                    Group By Operator [GBY_22]
+                                    |  aggregations:["sum(VALUE._col0)"]
+                                    |  keys:KEY._col0 (type: string), KEY._col1 (type: string), KEY._col2 (type: decimal(7,2)), KEY._col3 (type: string), KEY._col4 (type: string)
+                                    |  outputColumnNames:["_col0","_col1","_col2","_col3","_col4","_col5"]
+                                    |  Statistics:Num rows: 139755 Data size: 200727046 Basic stats: COMPLETE Column stats: NONE
+                                    |<-Reducer 3 [SIMPLE_EDGE]
+                                       Reduce Output Operator [RS_21]
+                                          key expressions:_col0 (type: string), _col1 (type: string), _col2 (type: decimal(7,2)), _col3 (type: string), _col4 (type: string)
+                                          Map-reduce partition columns:_col0 (type: string), _col1 (type: string), _col2 (type: decimal(7,2)), _col3 (type: string), _col4 (type: string)
+                                          sort order:+++++
+                                          Statistics:Num rows: 279510 Data size: 401454092 Basic stats: COMPLETE Column stats: NONE
+                                          value expressions:_col5 (type: decimal(17,2))
+                                          Group By Operator [GBY_20]
+                                             aggregations:["sum(_col2)"]
+                                             keys:_col4 (type: string), _col5 (type: string), _col6 (type: decimal(7,2)), _col7 (type: string), _col8 (type: string)
+                                             outputColumnNames:["_col0","_col1","_col2","_col3","_col4","_col5"]
+                                             Statistics:Num rows: 279510 Data size: 401454092 Basic stats: COMPLETE Column stats: NONE
+                                             Select Operator [SEL_19]
+                                                outputColumnNames:["_col4","_col5","_col6","_col7","_col8","_col2"]
+                                                Statistics:Num rows: 279510 Data size: 401454092 Basic stats: COMPLETE Column stats: NONE
+                                                Merge Join Operator [MERGEJOIN_42]
+                                                |  condition map:[{"":"Inner Join 0 to 1"}]
+                                                |  keys:{"0":"_col0 (type: int)","1":"_col0 (type: int)"}
+                                                |  outputColumnNames:["_col2","_col4","_col5","_col6","_col7","_col8"]
+                                                |  Statistics:Num rows: 279510 Data size: 401454092 Basic stats: COMPLETE Column stats: NONE
+                                                |<-Map 8 [SIMPLE_EDGE]
+                                                |  Reduce Output Operator [RS_17]
+                                                |     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_8]
+                                                |        outputColumnNames:["_col0"]
+                                                |        Statistics:Num rows: 36524 Data size: 40870356 Basic stats: COMPLETE Column stats: NONE
+                                                |        Filter Operator [FIL_40]
+                                                |           predicate:(d_date BETWEEN '2001-01-12' AND '2001-02-11' and d_date_sk is not null) (type: boolean)
+                                                |           Statistics:Num rows: 36524 Data size: 40870356 Basic stats: COMPLETE Column stats: NONE
+                                                |           TableScan [TS_6]
+                                                |              alias:date_dim
+                                                |              Statistics:Num rows: 73049 Data size: 81741831 Basic stats: COMPLETE Column stats: NONE
+                                                |<-Reducer 2 [SIMPLE_EDGE]
+                                                   Reduce Output Operator [RS_15]
+                                                      key expressions:_col0 (type: int)
+                                                      Map-reduce partition columns:_col0 (type: int)
+                                                      sort order:+
+                                                      Statistics:Num rows: 254100 Data size: 364958258 Basic stats: COMPLETE Column stats: NONE
+                                                      value expressions:_col2 (type: decimal(7,2)), _col4 (type: string), _col5 (type: string), _col6 (type: decimal(7,2)), _col7 (type: string), _col8 (type: string)
+                                                      Merge Join Operator [MERGEJOIN_41]
+                                                      |  condition map:[{"":"Inner Join 0 to 1"}]
+                                                      |  keys:{"0":"_col1 (type: int)","1":"_col0 (type: int)"}
+                                                      |  outputColumnNames:["_col0","_col2","_col4","_col5","_col6","_col7","_col8"]
+                                                      |  Statistics:Num rows: 254100 Data size: 364958258 Basic stats: COMPLETE Column stats: NONE
+                                                      |<-Map 1 [SIMPLE_EDGE]
+                                                      |  Reduce Output Operator [RS_10]
+                                                      |     key expressions:_col1 (type: int)
+                                                      |     Map-reduce partition columns:_col1 (type: int)
+                                                      |     sort order:+
+                                                      |     Statistics:Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE
+                                                      |     value expressions:_col0 (type: int), _col2 (type: decimal(7,2))
+                                                      |     Select Operator [SEL_2]
+                                                      |        outputColumnNames:["_col0","_col1","_col2"]
+                                                      |        Statistics:Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE
+                                                      |        Filter Operator [FIL_38]
+                                                      |           predicate:(cs_item_sk is not null and cs_sold_date_sk is not null) (type: boolean)
+                                                      |           Statistics:Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE
+                                                      |           TableScan [TS_0]
+                                                      |              alias:catalog_sales
+                                                      |              Statistics:Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE
+                                                      |<-Map 7 [SIMPLE_EDGE]
+                                                         Reduce Output Operator [RS_12]
+                                                            key expressions:_col0 (type: int)
+                                                            Map-reduce partition columns:_col0 (type: int)
+                                                            sort order:+
+                                                            Statistics:Num rows: 231000 Data size: 331780228 Basic stats: COMPLETE Column stats: NONE
+                                                            value expressions:_col1 (type: string), _col2 (type: string), _col3 (type: decimal(7,2)), _col4 (type: string), _col5 (type: string)
+                                                            Select Operator [SEL_5]
+                                                               outputColumnNames:["_col0","_col1","_col2","_col3","_col4","_col5"]
+                                                               Statistics:Num rows: 231000 Data size: 331780228 Basic stats: COMPLETE Column stats: NONE
+                                                               Filter Operator [FIL_39]
+                                                                  predicate:((i_category) IN ('Jewelry', 'Sports', 'Books') and i_item_sk is not null) (type: boolean)
+                                                                  Statistics:Num rows: 231000 Data size: 331780228 Basic stats: COMPLETE Column stats: NONE
+                                                                  TableScan [TS_3]
+                                                                     alias:item
+                                                                     Statistics:Num rows: 462000 Data size: 663560457 Basic stats: COMPLETE Column stats: NONE
+

http://git-wip-us.apache.org/repos/asf/hive/blob/09b6f9a3/ql/src/test/results/clientpositive/perf/query21.q.out
----------------------------------------------------------------------
diff --git a/ql/src/test/results/clientpositive/perf/query21.q.out b/ql/src/test/results/clientpositive/perf/query21.q.out
new file mode 100644
index 0000000..f4d9575
--- /dev/null
+++ b/ql/src/test/results/clientpositive/perf/query21.q.out
@@ -0,0 +1,201 @@
+PREHOOK: query: explain select  *
+ from(select w_warehouse_name
+            ,i_item_id
+            ,sum(case when (cast(d_date as date) < cast ('1998-04-08' as date))
+	                    then inv_quantity_on_hand 
+                      else 0 end) as inv_before
+            ,sum(case when (cast(d_date as date) >= cast ('1998-04-08' as date))
+                      then inv_quantity_on_hand 
+                      else 0 end) as inv_after
+   from inventory
+       ,warehouse
+       ,item
+       ,date_dim
+   where i_current_price between 0.99 and 1.49
+     and item.i_item_sk          = inventory.inv_item_sk
+     and inventory.inv_warehouse_sk   = warehouse.w_warehouse_sk
+     and inventory.inv_date_sk    = date_dim.d_date_sk
+     and d_date between '1998-03-09' and '1998-05-07'
+   group by w_warehouse_name, i_item_id) x
+ where (case when inv_before > 0 
+             then inv_after / inv_before 
+             else null
+             end) between 2.0/3.0 and 3.0/2.0
+ order by w_warehouse_name
+         ,i_item_id
+ limit 100
+PREHOOK: type: QUERY
+POSTHOOK: query: explain select  *
+ from(select w_warehouse_name
+            ,i_item_id
+            ,sum(case when (cast(d_date as date) < cast ('1998-04-08' as date))
+	                    then inv_quantity_on_hand 
+                      else 0 end) as inv_before
+            ,sum(case when (cast(d_date as date) >= cast ('1998-04-08' as date))
+                      then inv_quantity_on_hand 
+                      else 0 end) as inv_after
+   from inventory
+       ,warehouse
+       ,item
+       ,date_dim
+   where i_current_price between 0.99 and 1.49
+     and item.i_item_sk          = inventory.inv_item_sk
+     and inventory.inv_warehouse_sk   = warehouse.w_warehouse_sk
+     and inventory.inv_date_sk    = date_dim.d_date_sk
+     and d_date between '1998-03-09' and '1998-05-07'
+   group by w_warehouse_name, i_item_id) x
+ where (case when inv_before > 0 
+             then inv_after / inv_before 
+             else null
+             end) between 2.0/3.0 and 3.0/2.0
+ order by w_warehouse_name
+         ,i_item_id
+ limit 100
+POSTHOOK: type: QUERY
+Plan optimized by CBO.
+
+Vertex dependency in root stage
+Reducer 2 <- Map 1 (SIMPLE_EDGE), Map 7 (SIMPLE_EDGE)
+Reducer 3 <- Map 8 (SIMPLE_EDGE), Reducer 2 (SIMPLE_EDGE)
+Reducer 4 <- Map 9 (SIMPLE_EDGE), Reducer 3 (SIMPLE_EDGE)
+Reducer 5 <- Reducer 4 (SIMPLE_EDGE)
+Reducer 6 <- Reducer 5 (SIMPLE_EDGE)
+
+Stage-0
+   Fetch Operator
+      limit:100
+      Stage-1
+         Reducer 6
+         File Output Operator [FS_37]
+            compressed:false
+            Statistics:Num rows: 100 Data size: 143600 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"}
+            Limit [LIM_36]
+               Number of rows:100
+               Statistics:Num rows: 100 Data size: 143600 Basic stats: COMPLETE Column stats: NONE
+               Select Operator [SEL_35]
+               |  outputColumnNames:["_col0","_col1","_col2","_col3"]
+               |  Statistics:Num rows: 69877 Data size: 100362804 Basic stats: COMPLETE Column stats: NONE
+               |<-Reducer 5 [SIMPLE_EDGE]
+                  Reduce Output Operator [RS_34]
+                     key expressions:_col0 (type: string), _col1 (type: string)
+                     sort order:++
+                     Statistics:Num rows: 69877 Data size: 100362804 Basic stats: COMPLETE Column stats: NONE
+                     value expressions:_col2 (type: bigint), _col3 (type: bigint)
+                     Filter Operator [FIL_47]
+                        predicate:CASE WHEN ((_col2 > 0)) THEN ((UDFToDouble(_col3) / UDFToDouble(_col2))) ELSE (null) END BETWEEN 0.6666666666666666 AND 1.5 (type: boolean)
+                        Statistics:Num rows: 69877 Data size: 100362804 Basic stats: COMPLETE Column stats: NONE
+                        Group By Operator [GBY_31]
+                        |  aggregations:["sum(VALUE._col0)","sum(VALUE._col1)"]
+                        |  keys:KEY._col0 (type: string), KEY._col1 (type: string)
+                        |  outputColumnNames:["_col0","_col1","_col2","_col3"]
+                        |  Statistics:Num rows: 139755 Data size: 200727046 Basic stats: COMPLETE Column stats: NONE
+                        |<-Reducer 4 [SIMPLE_EDGE]
+                           Reduce Output Operator [RS_30]
+                              key expressions:_col0 (type: string), _col1 (type: string)
+                              Map-reduce partition columns:_col0 (type: string), _col1 (type: string)
+                              sort order:++
+                              Statistics:Num rows: 279510 Data size: 401454092 Basic stats: COMPLETE Column stats: NONE
+                              value expressions:_col2 (type: bigint), _col3 (type: bigint)
+                              Group By Operator [GBY_29]
+                                 aggregations:["sum(_col2)","sum(_col3)"]
+                                 keys:_col0 (type: string), _col1 (type: string)
+                                 outputColumnNames:["_col0","_col1","_col2","_col3"]
+                                 Statistics:Num rows: 279510 Data size: 401454092 Basic stats: COMPLETE Column stats: NONE
+                                 Select Operator [SEL_27]
+                                    outputColumnNames:["_col0","_col1","_col2","_col3"]
+                                    Statistics:Num rows: 279510 Data size: 401454092 Basic stats: COMPLETE Column stats: NONE
+                                    Merge Join Operator [MERGEJOIN_54]
+                                    |  condition map:[{"":"Inner Join 0 to 1"}]
+                                    |  keys:{"0":"_col0 (type: int)","1":"_col0 (type: int)"}
+                                    |  outputColumnNames:["_col3","_col5","_col7","_col10"]
+                                    |  Statistics:Num rows: 279510 Data size: 401454092 Basic stats: COMPLETE Column stats: NONE
+                                    |<-Map 9 [SIMPLE_EDGE]
+                                    |  Reduce Output Operator [RS_25]
+                                    |     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
+                                    |     value expressions:_col1 (type: string)
+                                    |     Select Operator [SEL_11]
+                                    |        outputColumnNames:["_col0","_col1"]
+                                    |        Statistics:Num rows: 36524 Data size: 40870356 Basic stats: COMPLETE Column stats: NONE
+                                    |        Filter Operator [FIL_51]
+                                    |           predicate:(d_date BETWEEN '1998-03-09' AND '1998-05-07' 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:date_dim
+                                    |              Statistics:Num rows: 73049 Data size: 81741831 Basic stats: COMPLETE Column stats: NONE
+                                    |<-Reducer 3 [SIMPLE_EDGE]
+                                       Reduce Output Operator [RS_23]
+                                          key expressions:_col0 (type: int)
+                                          Map-reduce partition columns:_col0 (type: int)
+                                          sort order:+
+                                          Statistics:Num rows: 254100 Data size: 364958258 Basic stats: COMPLETE Column stats: NONE
+                                          value expressions:_col3 (type: int), _col5 (type: string), _col7 (type: string)
+                                          Merge Join Operator [MERGEJOIN_53]
+                                          |  condition map:[{"":"Inner Join 0 to 1"}]
+                                          |  keys:{"0":"_col1 (type: int)","1":"_col0 (type: int)"}
+                                          |  outputColumnNames:["_col0","_col3","_col5","_col7"]
+                                          |  Statistics:Num rows: 254100 Data size: 364958258 Basic stats: COMPLETE Column stats: NONE
+                                          |<-Map 8 [SIMPLE_EDGE]
+                                          |  Reduce Output Operator [RS_20]
+                                          |     key expressions:_col0 (type: int)
+                                          |     Map-reduce partition columns:_col0 (type: int)
+                                          |     sort order:+
+                                          |     Statistics:Num rows: 231000 Data size: 331780228 Basic stats: COMPLETE Column stats: NONE
+                                          |     value expressions:_col1 (type: string)
+                                          |     Select Operator [SEL_8]
+                                          |        outputColumnNames:["_col0","_col1"]
+                                          |        Statistics:Num rows: 231000 Data size: 331780228 Basic stats: COMPLETE Column stats: NONE
+                                          |        Filter Operator [FIL_50]
+                                          |           predicate:(i_current_price BETWEEN 0.99 AND 1.49 and i_item_sk is not null) (type: boolean)
+                                          |           Statistics:Num rows: 231000 Data size: 331780228 Basic stats: COMPLETE Column stats: NONE
+                                          |           TableScan [TS_6]
+                                          |              alias:item
+                                          |              Statistics:Num rows: 462000 Data size: 663560457 Basic stats: COMPLETE Column stats: NONE
+                                          |<-Reducer 2 [SIMPLE_EDGE]
+                                             Reduce Output Operator [RS_18]
+                                                key expressions:_col1 (type: int)
+                                                Map-reduce partition columns:_col1 (type: int)
+                                                sort order:+
+                                                Statistics:Num rows: 29 Data size: 30582 Basic stats: COMPLETE Column stats: NONE
+                                                value expressions:_col0 (type: int), _col3 (type: int), _col5 (type: string)
+                                                Merge Join Operator [MERGEJOIN_52]
+                                                |  condition map:[{"":"Inner Join 0 to 1"}]
+                                                |  keys:{"0":"_col2 (type: int)","1":"_col0 (type: int)"}
+                                                |  outputColumnNames:["_col0","_col1","_col3","_col5"]
+                                                |  Statistics:Num rows: 29 Data size: 30582 Basic stats: COMPLETE Column stats: NONE
+                                                |<-Map 1 [SIMPLE_EDGE]
+                                                |  Reduce Output Operator [RS_13]
+                                                |     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)
+                                                |     Select Operator [SEL_2]
+                                                |        outputColumnNames:["_col0","_col1","_col2","_col3"]
+                                                |        Statistics:Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE
+                                                |        Filter Operator [FIL_48]
+                                                |           predicate:((inv_warehouse_sk is not null and inv_item_sk is not null) and inv_date_sk is not null) (type: boolean)
+                                                |           Statistics:Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE
+                                                |           TableScan [TS_0]
+                                                |              alias:inventory
+                                                |              Statistics:Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE
+                                                |<-Map 7 [SIMPLE_EDGE]
+                                                   Reduce Output Operator [RS_15]
+                                                      key expressions:_col0 (type: int)
+                                                      Map-reduce partition columns:_col0 (type: int)
+                                                      sort order:+
+                                                      Statistics:Num rows: 27 Data size: 27802 Basic stats: COMPLETE Column stats: NONE
+                                                      value expressions:_col1 (type: string)
+                                                      Select Operator [SEL_5]
+                                                         outputColumnNames:["_col0","_col1"]
+                                                         Statistics:Num rows: 27 Data size: 27802 Basic stats: COMPLETE Column stats: NONE
+                                                         Filter Operator [FIL_49]
+                                                            predicate:w_warehouse_sk is not null (type: boolean)
+                                                            Statistics:Num rows: 27 Data size: 27802 Basic stats: COMPLETE Column stats: NONE
+                                                            TableScan [TS_3]
+                                                               alias:warehouse
+                                                               Statistics:Num rows: 27 Data size: 27802 Basic stats: COMPLETE Column stats: NONE
+

http://git-wip-us.apache.org/repos/asf/hive/blob/09b6f9a3/ql/src/test/results/clientpositive/perf/query22.q.out
----------------------------------------------------------------------
diff --git a/ql/src/test/results/clientpositive/perf/query22.q.out b/ql/src/test/results/clientpositive/perf/query22.q.out
new file mode 100644
index 0000000..9df8b68
--- /dev/null
+++ b/ql/src/test/results/clientpositive/perf/query22.q.out
@@ -0,0 +1,148 @@
+PREHOOK: query: explain select i_product_name ,i_brand ,i_class ,i_category ,avg(inv_quantity_on_hand) qoh from inventory ,date_dim ,item ,warehouse where inventory.inv_date_sk=date_dim.d_date_sk and inventory.inv_item_sk=item.i_item_sk and inventory.inv_warehouse_sk = warehouse.w_warehouse_sk and date_dim.d_month_seq between 1193 and 1193 + 11 group by i_product_name ,i_brand ,i_class ,i_category with rollup order by qoh, i_product_name, i_brand, i_class, i_category limit 100
+PREHOOK: type: QUERY
+POSTHOOK: query: explain select i_product_name ,i_brand ,i_class ,i_category ,avg(inv_quantity_on_hand) qoh from inventory ,date_dim ,item ,warehouse where inventory.inv_date_sk=date_dim.d_date_sk and inventory.inv_item_sk=item.i_item_sk and inventory.inv_warehouse_sk = warehouse.w_warehouse_sk and date_dim.d_month_seq between 1193 and 1193 + 11 group by i_product_name ,i_brand ,i_class ,i_category with rollup order by qoh, i_product_name, i_brand, i_class, i_category limit 100
+POSTHOOK: type: QUERY
+Plan optimized by CBO.
+
+Vertex dependency in root stage
+Reducer 2 <- Map 1 (SIMPLE_EDGE), Map 7 (SIMPLE_EDGE)
+Reducer 3 <- Map 8 (SIMPLE_EDGE), Reducer 2 (SIMPLE_EDGE)
+Reducer 4 <- Map 9 (SIMPLE_EDGE), Reducer 3 (SIMPLE_EDGE)
+Reducer 5 <- Reducer 4 (SIMPLE_EDGE)
+Reducer 6 <- Reducer 5 (SIMPLE_EDGE)
+
+Stage-0
+   Fetch Operator
+      limit:100
+      Stage-1
+         Reducer 6
+         File Output Operator [FS_36]
+            compressed:false
+            Statistics:Num rows: 100 Data size: 143600 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"}
+            Limit [LIM_35]
+               Number of rows:100
+               Statistics:Num rows: 100 Data size: 143600 Basic stats: COMPLETE Column stats: NONE
+               Select Operator [SEL_34]
+               |  outputColumnNames:["_col0","_col1","_col2","_col3","_col4"]
+               |  Statistics:Num rows: 1397550 Data size: 2007270467 Basic stats: COMPLETE Column stats: NONE
+               |<-Reducer 5 [SIMPLE_EDGE]
+                  Reduce Output Operator [RS_33]
+                     key expressions:_col4 (type: double), _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string)
+                     sort order:+++++
+                     Statistics:Num rows: 1397550 Data size: 2007270467 Basic stats: COMPLETE Column stats: NONE
+                     Select Operator [SEL_31]
+                        outputColumnNames:["_col0","_col1","_col2","_col3","_col4"]
+                        Statistics:Num rows: 1397550 Data size: 2007270467 Basic stats: COMPLETE Column stats: NONE
+                        Group By Operator [GBY_30]
+                        |  aggregations:["avg(VALUE._col0)"]
+                        |  keys:KEY._col0 (type: string), KEY._col1 (type: string), KEY._col2 (type: string), KEY._col3 (type: string), KEY._col4 (type: string)
+                        |  outputColumnNames:["_col0","_col1","_col2","_col3","_col5"]
+                        |  Statistics:Num rows: 1397550 Data size: 2007270467 Basic stats: COMPLETE Column stats: NONE
+                        |<-Reducer 4 [SIMPLE_EDGE]
+                           Reduce Output Operator [RS_29]
+                              key expressions:_col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string)
+                              Map-reduce partition columns:_col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string)
+                              sort order:+++++
+                              Statistics:Num rows: 2795100 Data size: 4014540935 Basic stats: COMPLETE Column stats: NONE
+                              value expressions:_col5 (type: struct<count:bigint,sum:double,input:int>)
+                              Group By Operator [GBY_28]
+                                 aggregations:["avg(_col3)"]
+                                 keys:_col7 (type: string), _col8 (type: string), _col9 (type: string), _col10 (type: string), '0' (type: string)
+                                 outputColumnNames:["_col0","_col1","_col2","_col3","_col4","_col5"]
+                                 Statistics:Num rows: 2795100 Data size: 4014540935 Basic stats: COMPLETE Column stats: NONE
+                                 Select Operator [SEL_27]
+                                    outputColumnNames:["_col7","_col8","_col9","_col10","_col3"]
+                                    Statistics:Num rows: 559020 Data size: 802908187 Basic stats: COMPLETE Column stats: NONE
+                                    Merge Join Operator [MERGEJOIN_52]
+                                    |  condition map:[{"":"Inner Join 0 to 1"}]
+                                    |  keys:{"0":"_col2 (type: int)","1":"_col0 (type: int)"}
+                                    |  outputColumnNames:["_col3","_col7","_col8","_col9","_col10"]
+                                    |  Statistics:Num rows: 559020 Data size: 802908187 Basic stats: COMPLETE Column stats: NONE
+                                    |<-Map 9 [SIMPLE_EDGE]
+                                    |  Reduce Output Operator [RS_25]
+                                    |     key expressions:_col0 (type: int)
+                                    |     Map-reduce partition columns:_col0 (type: int)
+                                    |     sort order:+
+                                    |     Statistics:Num rows: 27 Data size: 27802 Basic stats: COMPLETE Column stats: NONE
+                                    |     Select Operator [SEL_11]
+                                    |        outputColumnNames:["_col0"]
+                                    |        Statistics:Num rows: 27 Data size: 27802 Basic stats: COMPLETE Column stats: NONE
+                                    |        Filter Operator [FIL_49]
+                                    |           predicate:w_warehouse_sk is not null (type: boolean)
+                                    |           Statistics:Num rows: 27 Data size: 27802 Basic stats: COMPLETE Column stats: NONE
+                                    |           TableScan [TS_9]
+                                    |              alias:warehouse
+                                    |              Statistics:Num rows: 27 Data size: 27802 Basic stats: COMPLETE Column stats: NONE
+                                    |<-Reducer 3 [SIMPLE_EDGE]
+                                       Reduce Output Operator [RS_23]
+                                          key expressions:_col2 (type: int)
+                                          Map-reduce partition columns:_col2 (type: int)
+                                          sort order:+
+                                          Statistics:Num rows: 508200 Data size: 729916518 Basic stats: COMPLETE Column stats: NONE
+                                          value expressions:_col3 (type: int), _col7 (type: string), _col8 (type: string), _col9 (type: string), _col10 (type: string)
+                                          Merge Join Operator [MERGEJOIN_51]
+                                          |  condition map:[{"":"Inner Join 0 to 1"}]
+                                          |  keys:{"0":"_col1 (type: int)","1":"_col0 (type: int)"}
+                                          |  outputColumnNames:["_col2","_col3","_col7","_col8","_col9","_col10"]
+                                          |  Statistics:Num rows: 508200 Data size: 729916518 Basic stats: COMPLETE Column stats: NONE
+                                          |<-Map 8 [SIMPLE_EDGE]
+                                          |  Reduce Output Operator [RS_20]
+                                          |     key expressions:_col0 (type: int)
+                                          |     Map-reduce partition columns:_col0 (type: int)
+                                          |     sort order:+
+                                          |     Statistics:Num rows: 462000 Data size: 663560457 Basic stats: COMPLETE Column stats: NONE
+                                          |     value expressions:_col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string)
+                                          |     Select Operator [SEL_8]
+                                          |        outputColumnNames:["_col0","_col1","_col2","_col3","_col4"]
+                                          |        Statistics:Num rows: 462000 Data size: 663560457 Basic stats: COMPLETE Column stats: NONE
+                                          |        Filter Operator [FIL_48]
+                                          |           predicate:i_item_sk is not null (type: boolean)
+                                          |           Statistics:Num rows: 462000 Data size: 663560457 Basic stats: COMPLETE Column stats: NONE
+                                          |           TableScan [TS_6]
+                                          |              alias:item
+                                          |              Statistics:Num rows: 462000 Data size: 663560457 Basic stats: COMPLETE Column stats: NONE
+                                          |<-Reducer 2 [SIMPLE_EDGE]
+                                             Reduce Output Operator [RS_18]
+                                                key expressions:_col1 (type: int)
+                                                Map-reduce partition columns:_col1 (type: int)
+                                                sort order:+
+                                                Statistics:Num rows: 40176 Data size: 44957392 Basic stats: COMPLETE Column stats: NONE
+                                                value expressions:_col2 (type: int), _col3 (type: int)
+                                                Merge Join Operator [MERGEJOIN_50]
+                                                |  condition map:[{"":"Inner Join 0 to 1"}]
+                                                |  keys:{"0":"_col0 (type: int)","1":"_col0 (type: int)"}
+                                                |  outputColumnNames:["_col1","_col2","_col3"]
+                                                |  Statistics:Num rows: 40176 Data size: 44957392 Basic stats: COMPLETE Column stats: NONE
+                                                |<-Map 1 [SIMPLE_EDGE]
+                                                |  Reduce Output Operator [RS_13]
+                                                |     key expressions:_col0 (type: int)
+                                                |     Map-reduce partition columns:_col0 (type: int)
+                                                |     sort order:+
+                                                |     Statistics:Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE
+                                                |     value expressions:_col1 (type: int), _col2 (type: int), _col3 (type: int)
+                                                |     Select Operator [SEL_2]
+                                                |        outputColumnNames:["_col0","_col1","_col2","_col3"]
+                                                |        Statistics:Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE
+                                                |        Filter Operator [FIL_46]
+                                                |           predicate:((inv_date_sk is not null and inv_item_sk is not null) and inv_warehouse_sk is not null) (type: boolean)
+                                                |           Statistics:Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE
+                                                |           TableScan [TS_0]
+                                                |              alias:inventory
+                                                |              Statistics:Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE
+                                                |<-Map 7 [SIMPLE_EDGE]
+                                                   Reduce Output Operator [RS_15]
+                                                      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_5]
+                                                         outputColumnNames:["_col0"]
+                                                         Statistics:Num rows: 36524 Data size: 40870356 Basic stats: COMPLETE Column stats: NONE
+                                                         Filter Operator [FIL_47]
+                                                            predicate:(d_month_seq BETWEEN 1193 AND 1204 and d_date_sk is not null) (type: boolean)
+                                                            Statistics:Num rows: 36524 Data size: 40870356 Basic stats: COMPLETE Column stats: NONE
+                                                            TableScan [TS_3]
+                                                               alias:date_dim
+                                                               Statistics:Num rows: 73049 Data size: 81741831 Basic stats: COMPLETE Column stats: NONE
+

http://git-wip-us.apache.org/repos/asf/hive/blob/09b6f9a3/ql/src/test/results/clientpositive/perf/query25.q.out
----------------------------------------------------------------------
diff --git a/ql/src/test/results/clientpositive/perf/query25.q.out b/ql/src/test/results/clientpositive/perf/query25.q.out
new file mode 100644
index 0000000..4705659
--- /dev/null
+++ b/ql/src/test/results/clientpositive/perf/query25.q.out
@@ -0,0 +1,264 @@
+PREHOOK: query: explain select i_item_id ,i_item_desc ,s_store_id ,s_store_name ,sum(ss_net_profit) as store_sales_profit ,sum(sr_net_loss) as store_returns_loss ,sum(cs_net_profit) as catalog_sales_profit from store_sales ,store_returns ,catalog_sales ,date_dim d1 ,date_dim d2 ,date_dim d3 ,store ,item where d1.d_moy = 4 and d1.d_year = 1998 and d1.d_date_sk = ss_sold_date_sk and i_item_sk = ss_item_sk and s_store_sk = ss_store_sk and ss_customer_sk = sr_customer_sk and ss_item_sk = sr_item_sk and ss_ticket_number = sr_ticket_number and sr_returned_date_sk = d2.d_date_sk and d2.d_moy between 4 and 10 and d2.d_year = 1998 and sr_customer_sk = cs_bill_customer_sk and sr_item_sk = cs_item_sk and cs_sold_date_sk = d3.d_date_sk and d3.d_moy between 4 and 10 and d3.d_year = 1998 group by i_item_id ,i_item_desc ,s_store_id ,s_store_name order by i_item_id ,i_item_desc ,s_store_id ,s_store_name limit 100
+PREHOOK: type: QUERY
+POSTHOOK: query: explain select i_item_id ,i_item_desc ,s_store_id ,s_store_name ,sum(ss_net_profit) as store_sales_profit ,sum(sr_net_loss) as store_returns_loss ,sum(cs_net_profit) as catalog_sales_profit from store_sales ,store_returns ,catalog_sales ,date_dim d1 ,date_dim d2 ,date_dim d3 ,store ,item where d1.d_moy = 4 and d1.d_year = 1998 and d1.d_date_sk = ss_sold_date_sk and i_item_sk = ss_item_sk and s_store_sk = ss_store_sk and ss_customer_sk = sr_customer_sk and ss_item_sk = sr_item_sk and ss_ticket_number = sr_ticket_number and sr_returned_date_sk = d2.d_date_sk and d2.d_moy between 4 and 10 and d2.d_year = 1998 and sr_customer_sk = cs_bill_customer_sk and sr_item_sk = cs_item_sk and cs_sold_date_sk = d3.d_date_sk and d3.d_moy between 4 and 10 and d3.d_year = 1998 group by i_item_id ,i_item_desc ,s_store_id ,s_store_name order by i_item_id ,i_item_desc ,s_store_id ,s_store_name limit 100
+POSTHOOK: type: QUERY
+Plan optimized by CBO.
+
+Vertex dependency in root stage
+Reducer 10 <- Reducer 9 (SIMPLE_EDGE)
+Reducer 2 <- Map 1 (SIMPLE_EDGE), Map 11 (SIMPLE_EDGE)
+Reducer 3 <- Map 12 (SIMPLE_EDGE), Reducer 2 (SIMPLE_EDGE)
+Reducer 4 <- Map 13 (SIMPLE_EDGE), Reducer 3 (SIMPLE_EDGE)
+Reducer 5 <- Map 14 (SIMPLE_EDGE), Reducer 4 (SIMPLE_EDGE)
+Reducer 6 <- Map 15 (SIMPLE_EDGE), Reducer 5 (SIMPLE_EDGE)
+Reducer 7 <- Map 16 (SIMPLE_EDGE), Reducer 6 (SIMPLE_EDGE)
+Reducer 8 <- Map 17 (SIMPLE_EDGE), Reducer 7 (SIMPLE_EDGE)
+Reducer 9 <- Reducer 8 (SIMPLE_EDGE)
+
+Stage-0
+   Fetch Operator
+      limit:100
+      Stage-1
+         Reducer 10
+         File Output Operator [FS_67]
+            compressed:false
+            Statistics:Num rows: 100 Data size: 143600 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"}
+            Limit [LIM_66]
+               Number of rows:100
+               Statistics:Num rows: 100 Data size: 143600 Basic stats: COMPLETE Column stats: NONE
+               Select Operator [SEL_65]
+               |  outputColumnNames:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"]
+               |  Statistics:Num rows: 254100 Data size: 364958259 Basic stats: COMPLETE Column stats: NONE
+               |<-Reducer 9 [SIMPLE_EDGE]
+                  Reduce Output Operator [RS_64]
+                     key expressions:_col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string)
+                     sort order:++++
+                     Statistics:Num rows: 254100 Data size: 364958259 Basic stats: COMPLETE Column stats: NONE
+                     value expressions:_col4 (type: decimal(17,2)), _col5 (type: decimal(17,2)), _col6 (type: decimal(17,2))
+                     Select Operator [SEL_63]
+                        outputColumnNames:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"]
+                        Statistics:Num rows: 254100 Data size: 364958259 Basic stats: COMPLETE Column stats: NONE
+                        Group By Operator [GBY_62]
+                        |  aggregations:["sum(VALUE._col0)","sum(VALUE._col1)","sum(VALUE._col2)"]
+                        |  keys:KEY._col0 (type: string), KEY._col1 (type: string), KEY._col2 (type: string), KEY._col3 (type: string)
+                        |  outputColumnNames:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"]
+                        |  Statistics:Num rows: 254100 Data size: 364958259 Basic stats: COMPLETE Column stats: NONE
+                        |<-Reducer 8 [SIMPLE_EDGE]
+                           Reduce Output Operator [RS_61]
+                              key expressions:_col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string)
+                              Map-reduce partition columns:_col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string)
+                              sort order:++++
+                              Statistics:Num rows: 508200 Data size: 729916518 Basic stats: COMPLETE Column stats: NONE
+                              value expressions:_col4 (type: decimal(17,2)), _col5 (type: decimal(17,2)), _col6 (type: decimal(17,2))
+                              Group By Operator [GBY_60]
+                                 aggregations:["sum(_col5)","sum(_col10)","sum(_col14)"]
+                                 keys:_col25 (type: string), _col26 (type: string), _col28 (type: string), _col29 (type: string)
+                                 outputColumnNames:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"]
+                                 Statistics:Num rows: 508200 Data size: 729916518 Basic stats: COMPLETE Column stats: NONE
+                                 Select Operator [SEL_59]
+                                    outputColumnNames:["_col25","_col26","_col28","_col29","_col5","_col10","_col14"]
+                                    Statistics:Num rows: 508200 Data size: 729916518 Basic stats: COMPLETE Column stats: NONE
+                                    Merge Join Operator [MERGEJOIN_117]
+                                    |  condition map:[{"":"Inner Join 0 to 1"}]
+                                    |  keys:{"0":"_col1 (type: int)","1":"_col0 (type: int)"}
+                                    |  outputColumnNames:["_col5","_col10","_col14","_col25","_col26","_col28","_col29"]
+                                    |  Statistics:Num rows: 508200 Data size: 729916518 Basic stats: COMPLETE Column stats: NONE
+                                    |<-Map 17 [SIMPLE_EDGE]
+                                    |  Reduce Output Operator [RS_57]
+                                    |     key expressions:_col0 (type: int)
+                                    |     Map-reduce partition columns:_col0 (type: int)
+                                    |     sort order:+
+                                    |     Statistics:Num rows: 462000 Data size: 663560457 Basic stats: COMPLETE Column stats: NONE
+                                    |     value expressions:_col1 (type: string), _col2 (type: string)
+                                    |     Select Operator [SEL_23]
+                                    |        outputColumnNames:["_col0","_col1","_col2"]
+                                    |        Statistics:Num rows: 462000 Data size: 663560457 Basic stats: COMPLETE Column stats: NONE
+                                    |        Filter Operator [FIL_110]
+                                    |           predicate:i_item_sk is not null (type: boolean)
+                                    |           Statistics:Num rows: 462000 Data size: 663560457 Basic stats: COMPLETE Column stats: NONE
+                                    |           TableScan [TS_21]
+                                    |              alias:item
+                                    |              Statistics:Num rows: 462000 Data size: 663560457 Basic stats: COMPLETE Column stats: NONE
+                                    |<-Reducer 7 [SIMPLE_EDGE]
+                                       Reduce Output Operator [RS_55]
+                                          key expressions:_col1 (type: int)
+                                          Map-reduce partition columns:_col1 (type: int)
+                                          sort order:+
+                                          Statistics:Num rows: 26735 Data size: 29919145 Basic stats: COMPLETE Column stats: NONE
+                                          value expressions:_col5 (type: decimal(7,2)), _col10 (type: decimal(7,2)), _col14 (type: decimal(7,2)), _col25 (type: string), _col26 (type: string)
+                                          Merge Join Operator [MERGEJOIN_116]
+                                          |  condition map:[{"":"Inner Join 0 to 1"}]
+                                          |  keys:{"0":"_col3 (type: int)","1":"_col0 (type: int)"}
+                                          |  outputColumnNames:["_col1","_col5","_col10","_col14","_col25","_col26"]
+                                          |  Statistics:Num rows: 26735 Data size: 29919145 Basic stats: COMPLETE Column stats: NONE
+                                          |<-Map 16 [SIMPLE_EDGE]
+                                          |  Reduce Output Operator [RS_52]
+                                          |     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_109]
+                                          |           predicate:s_store_sk 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_50]
+                                                key expressions:_col3 (type: int)
+                                                Map-reduce partition columns:_col3 (type: int)
+                                                sort order:+
+                                                Statistics:Num rows: 24305 Data size: 27199223 Basic stats: COMPLETE Column stats: NONE
+                                                value expressions:_col1 (type: int), _col5 (type: decimal(7,2)), _col10 (type: decimal(7,2)), _col14 (type: decimal(7,2))
+                                                Merge Join Operator [MERGEJOIN_115]
+                                                |  condition map:[{"":"Inner Join 0 to 1"}]
+                                                |  keys:{"0":"_col11 (type: int)","1":"_col0 (type: int)"}
+                                                |  outputColumnNames:["_col1","_col3","_col5","_col10","_col14"]
+                                                |  Statistics:Num rows: 24305 Data size: 27199223 Basic stats: COMPLETE Column stats: NONE
+                                                |<-Map 15 [SIMPLE_EDGE]
+                                                |  Reduce Output Operator [RS_47]
+                                                |     key expressions:_col0 (type: int)
+                                                |     Map-reduce partition columns:_col0 (type: int)
+                                                |     sort order:+
+                                                |     Statistics:Num rows: 18262 Data size: 20435178 Basic stats: COMPLETE Column stats: NONE
+                                                |     Select Operator [SEL_17]
+                                                |        outputColumnNames:["_col0"]
+                                                |        Statistics:Num rows: 18262 Data size: 20435178 Basic stats: COMPLETE Column stats: NONE
+                                                |        Filter Operator [FIL_108]
+                                                |           predicate:(((d_year = 1998) and d_moy BETWEEN 4 AND 10) and d_date_sk is not null) (type: boolean)
+                                                |           Statistics:Num rows: 18262 Data size: 20435178 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_45]
+                                                      key expressions:_col11 (type: int)
+                                                      Map-reduce partition columns:_col11 (type: int)
+                                                      sort order:+
+                                                      Statistics:Num rows: 22096 Data size: 24726566 Basic stats: COMPLETE Column stats: NONE
+                                                      value expressions:_col1 (type: int), _col3 (type: int), _col5 (type: decimal(7,2)), _col10 (type: decimal(7,2)), _col14 (type: decimal(7,2))
+                                                      Merge Join Operator [MERGEJOIN_114]
+                                                      |  condition map:[{"":"Inner Join 0 to 1"}]
+                                                      |  keys:{"0":"_col6 (type: int)","1":"_col0 (type: int)"}
+                                                      |  outputColumnNames:["_col1","_col3","_col5","_col10","_col11","_col14"]
+                                                      |  Statistics:Num rows: 22096 Data size: 24726566 Basic stats: COMPLETE Column stats: NONE
+                                                      |<-Map 14 [SIMPLE_EDGE]
+                                                      |  Reduce Output Operator [RS_42]
+                                                      |     key expressions:_col0 (type: int)
+                                                      |     Map-reduce partition columns:_col0 (type: int)
+                                                      |     sort order:+
+                                                      |     Statistics:Num rows: 18262 Data size: 20435178 Basic stats: COMPLETE Column stats: NONE
+                                                      |     Select Operator [SEL_14]
+                                                      |        outputColumnNames:["_col0"]
+                                                      |        Statistics:Num rows: 18262 Data size: 20435178 Basic stats: COMPLETE Column stats: NONE
+                                                      |        Filter Operator [FIL_107]
+                                                      |           predicate:(((d_year = 1998) and d_moy BETWEEN 4 AND 10) and d_date_sk is not null) (type: boolean)
+                                                      |           Statistics:Num rows: 18262 Data size: 20435178 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_40]
+                                                            key expressions:_col6 (type: int)
+                                                            Map-reduce partition columns:_col6 (type: int)
+                                                            sort order:+
+                                                            Statistics:Num rows: 20088 Data size: 22478696 Basic stats: COMPLETE Column stats: NONE
+                                                            value expressions:_col1 (type: int), _col3 (type: int), _col5 (type: decimal(7,2)), _col10 (type: decimal(7,2)), _col11 (type: int), _col14 (type: decimal(7,2))
+                                                            Merge Join Operator [MERGEJOIN_113]
+                                                            |  condition map:[{"":"Inner Join 0 to 1"}]
+                                                            |  keys:{"0":"_col0 (type: int)","1":"_col0 (type: int)"}
+                                                            |  outputColumnNames:["_col1","_col3","_col5","_col6","_col10","_col11","_col14"]
+                                                            |  Statistics:Num rows: 20088 Data size: 22478696 Basic stats: COMPLETE Column stats: NONE
+                                                            |<-Map 13 [SIMPLE_EDGE]
+                                                            |  Reduce Output Operator [RS_37]
+                                                            |     key expressions:_col0 (type: int)
+                                                            |     Map-reduce partition columns:_col0 (type: int)
+                                                            |     sort order:+
+                                                            |     Statistics:Num rows: 18262 Data size: 20435178 Basic stats: COMPLETE Column stats: NONE
+                                                            |     Select Operator [SEL_11]
+                                                            |        outputColumnNames:["_col0"]
+                                                            |        Statistics:Num rows: 18262 Data size: 20435178 Basic stats: COMPLETE Column stats: NONE
+                                                            |        Filter Operator [FIL_106]
+                                                            |           predicate:(((d_year = 1998) and (d_moy = 4)) and d_date_sk is not null) (type: boolean)
+                                                            |           Statistics:Num rows: 18262 Data size: 20435178 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_35]
+                                                                  key expressions:_col0 (type: int)
+                                                                  Map-reduce partition columns:_col0 (type: int)
+                                                                  sort order:+
+                                                                  Statistics:Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE
+                                                                  value expressions:_col1 (type: int), _col3 (type: int), _col5 (type: decimal(7,2)), _col6 (type: int), _col10 (type: decimal(7,2)), _col11 (type: int), _col14 (type: decimal(7,2))
+                                                                  Merge Join Operator [MERGEJOIN_112]
+                                                                  |  condition map:[{"":"Inner Join 0 to 1"}]
+                                                                  |  keys:{"0":"_col8 (type: int), _col7 (type: int)","1":"_col1 (type: int), _col2 (type: int)"}
+                                                                  |  outputColumnNames:["_col0","_col1","_col3","_col5","_col6","_col10","_col11","_col14"]
+                                                                  |  Statistics:Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE
+                                                                  |<-Map 12 [SIMPLE_EDGE]
+                                                                  |  Reduce Output Operator [RS_32]
+                                                                  |     key expressions:_col1 (type: int), _col2 (type: int)
+                                                                  |     Map-reduce partition columns:_col1 (type: int), _col2 (type: int)
+                                                                  |     sort order:++
+                                                                  |     Statistics:Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE
+                                                                  |     value expressions:_col0 (type: int), _col3 (type: decimal(7,2))
+                                                                  |     Select Operator [SEL_8]
+                                                                  |        outputColumnNames:["_col0","_col1","_col2","_col3"]
+                                                                  |        Statistics:Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE
+                                                                  |        Filter Operator [FIL_105]
+                                                                  |           predicate:((cs_item_sk is not null and cs_bill_customer_sk is not null) and cs_sold_date_sk is not null) (type: boolean)
+                                                                  |           Statistics:Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE
+                                                                  |           TableScan [TS_6]
+                                                                  |              alias:catalog_sales
+                                                                  |              Statistics:Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE
+                                                                  |<-Reducer 2 [SIMPLE_EDGE]
+                                                                     Reduce Output Operator [RS_30]
+                                                                        key expressions:_col8 (type: int), _col7 (type: int)
+                                                                        Map-reduce partition columns:_col8 (type: int), _col7 (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), _col5 (type: decimal(7,2)), _col6 (type: int), _col10 (type: decimal(7,2))
+                                                                        Merge Join Operator [MERGEJOIN_111]
+                                                                        |  condition map:[{"":"Inner Join 0 to 1"}]
+                                                                        |  keys:{"0":"_col2 (type: int), _col1 (type: int), _col4 (type: int)","1":"_col2 (type: int), _col1 (type: int), _col3 (type: int)"}
+                                                                        |  outputColumnNames:["_col0","_col1","_col3","_col5","_col6","_col7","_col8","_col10"]
+                                                                        |  Statistics:Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE
+                                                                        |<-Map 1 [SIMPLE_EDGE]
+                                                                        |  Reduce Output Operator [RS_25]
+                                                                        |     key expressions:_col2 (type: int), _col1 (type: int), _col4 (type: int)
+                                                                        |     Map-reduce partition columns:_col2 (type: int), _col1 (type: int), _col4 (type: int)
+                                                                        |     sort order:+++
+                                                                        |     Statistics:Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE
+                                                                        |     value expressions:_col0 (type: int), _col3 (type: int), _col5 (type: decimal(7,2))
+                                                                        |     Select Operator [SEL_2]
+                                                                        |        outputColumnNames:["_col0","_col1","_col2","_col3","_col4","_col5"]
+                                                                        |        Statistics:Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE
+                                                                        |        Filter Operator [FIL_103]
+                                                                        |           predicate:((((ss_ticket_number is not null and ss_customer_sk is not null) and ss_item_sk is not null) and ss_sold_date_sk is not null) and ss_store_sk is not null) (type: boolean)
+                                                                        |           Statistics:Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE
+                                                                        |           TableScan [TS_0]
+                                                                        |              alias:store_sales
+                                                                        |              Statistics:Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE
+                                                                        |<-Map 11 [SIMPLE_EDGE]
+                                                                           Reduce Output Operator [RS_27]
+                                                                              key expressions:_col2 (type: int), _col1 (type: int), _col3 (type: int)
+                                                                              Map-reduce partition columns:_col2 (type: int), _col1 (type: int), _col3 (type: int)
+                                                                              sort order:+++
+                                                                              Statistics:Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE
+                                                                              value expressions:_col0 (type: int), _col4 (type: decimal(7,2))
+                                                                              Select Operator [SEL_5]
+                                                                                 outputColumnNames:["_col0","_col1","_col2","_col3","_col4"]
+                                                                                 Statistics:Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE
+                                                                                 Filter Operator [FIL_104]
+                                                                                    predicate:(((sr_ticket_number is not null and sr_customer_sk is not null) and sr_item_sk is not null) and sr_returned_date_sk is not null) (type: boolean)
+                                                                                    Statistics:Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE
+                                                                                    TableScan [TS_3]
+                                                                                       alias:store_returns
+                                                                                       Statistics:Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE
+