diff --git ql/src/java/org/apache/hadoop/hive/ql/plan/ReduceSinkDesc.java ql/src/java/org/apache/hadoop/hive/ql/plan/ReduceSinkDesc.java index 77c8300e32..32715c976f 100644 --- ql/src/java/org/apache/hadoop/hive/ql/plan/ReduceSinkDesc.java +++ ql/src/java/org/apache/hadoop/hive/ql/plan/ReduceSinkDesc.java @@ -381,7 +381,7 @@ public void setValueSerializeInfo(TableDesc valueSerializeInfo) { * (ascending order) and "-" (descending order). */ @Signature - @Explain(displayName = "sort order", explainLevels = { Level.DEFAULT, Level.EXTENDED, Level.USER }) + @Explain(displayName = "sort order", explainLevels = { Level.DEFAULT, Level.EXTENDED }) public String getOrder() { return keySerializeInfo.getProperties().getProperty( org.apache.hadoop.hive.serde.serdeConstants.SERIALIZATION_SORT_ORDER); @@ -407,7 +407,7 @@ public boolean isOrdering() { * of the same length as key columns, that consists of only "a" * (null first) and "z" (null last). */ - @Explain(displayName = "null sort order", explainLevels = { Level.DEFAULT, Level.EXTENDED, Level.USER }) + @Explain(displayName = "null sort order", explainLevels = { Level.DEFAULT, Level.EXTENDED }) public String getNullOrder() { return keySerializeInfo.getProperties().getProperty( org.apache.hadoop.hive.serde.serdeConstants.SERIALIZATION_NULL_SORT_ORDER); diff --git ql/src/java/org/apache/hadoop/hive/ql/plan/TopNKeyDesc.java ql/src/java/org/apache/hadoop/hive/ql/plan/TopNKeyDesc.java index dc45800d74..a9e2a527df 100644 --- ql/src/java/org/apache/hadoop/hive/ql/plan/TopNKeyDesc.java +++ ql/src/java/org/apache/hadoop/hive/ql/plan/TopNKeyDesc.java @@ -60,7 +60,7 @@ public void setTopN(int topN) { this.topN = topN; } - @Explain(displayName = "sort order", explainLevels = { Level.DEFAULT, Level.EXTENDED, Level.USER }) + @Explain(displayName = "sort order", explainLevels = { Level.DEFAULT, Level.EXTENDED }) public String getColumnSortOrder() { return columnSortOrder; } @@ -69,7 +69,7 @@ public void setColumnSortOrder(String columnSortOrder) { this.columnSortOrder = columnSortOrder; } - @Explain(displayName = "null sort order", explainLevels = { Level.DEFAULT, Level.EXTENDED, Level.USER }) + @Explain(displayName = "null sort order", explainLevels = { Level.DEFAULT, Level.EXTENDED }) public String getNullOrder() { return nullOrder; } diff --git ql/src/test/results/clientpositive/llap/constprog_dpp.q.out ql/src/test/results/clientpositive/llap/constprog_dpp.q.out index 11af918604..5653d40f3a 100644 --- ql/src/test/results/clientpositive/llap/constprog_dpp.q.out +++ ql/src/test/results/clientpositive/llap/constprog_dpp.q.out @@ -62,14 +62,14 @@ Stage-0 Conds:RS_35._col0=RS_39._col0(Left Outer),Output:["_col0"] <-Map 1 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_35] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_34] (rows=1 width=4) Output:["_col0"] TableScan [TS_0] (rows=1 width=4) default@tb1,a,Tbl:COMPLETE,Col:NONE,Output:["id"] <-Reducer 5 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_39] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Filter Operator [FIL_38] (rows=1 width=2) predicate:_col0 is not null Limit [LIM_37] (rows=1 width=2) diff --git ql/src/test/results/clientpositive/llap/constprog_semijoin.q.out ql/src/test/results/clientpositive/llap/constprog_semijoin.q.out index 90dd54b78e..e377bb0e55 100644 --- ql/src/test/results/clientpositive/llap/constprog_semijoin.q.out +++ ql/src/test/results/clientpositive/llap/constprog_semijoin.q.out @@ -80,7 +80,7 @@ Stage-0 Conds:RS_30._col3=RS_34._col0(Left Semi),Output:["_col0","_col2"] <-Map 1 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_30] - PartitionCols:_col3,null sort order:a,sort order:+ + PartitionCols:_col3 Select Operator [SEL_29] (rows=2 width=189) Output:["_col0","_col2","_col3"] Filter Operator [FIL_28] (rows=2 width=189) @@ -89,7 +89,7 @@ Stage-0 default@table1_n10,table1_n10,Tbl:COMPLETE,Col:COMPLETE,Output:["id","val","val1","dimid"] <-Map 3 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_34] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_33] (rows=2 width=4) Output:["_col0"],keys:_col0 Select Operator [SEL_32] (rows=5 width=4) @@ -142,7 +142,7 @@ Stage-0 Conds:RS_14._col2=RS_58._col0(Left Semi),Output:["_col0","_col4"] <-Map 5 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_58] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_57] (rows=2 width=4) Output:["_col0"],keys:_col0 Select Operator [SEL_56] (rows=5 width=4) @@ -153,12 +153,12 @@ Stage-0 default@table3_n0,table3_n0,Tbl:COMPLETE,Col:COMPLETE,Output:["id"] <-Reducer 2 [SIMPLE_EDGE] llap SHUFFLE [RS_14] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Merge Join Operator [MERGEJOIN_47] (rows=2 width=100) Conds:RS_51._col0=RS_54._col0(Inner),Output:["_col0","_col2","_col4"] <-Map 1 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_51] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_50] (rows=2 width=99) Output:["_col0","_col2"] Filter Operator [FIL_49] (rows=2 width=99) @@ -167,7 +167,7 @@ Stage-0 default@table1_n10,table1_n10,Tbl:COMPLETE,Col:COMPLETE,Output:["id","val","dimid"] <-Map 4 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_54] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_53] (rows=3 width=96) Output:["_col0","_col1"] Filter Operator [FIL_52] (rows=3 width=96) @@ -220,7 +220,7 @@ Stage-0 Conds:RS_52._col0=RS_16._col0(Inner),Output:["_col1","_col2"] <-Map 1 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_52] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_51] (rows=3 width=96) Output:["_col0","_col1"] Filter Operator [FIL_50] (rows=3 width=96) @@ -229,12 +229,12 @@ Stage-0 default@table2_n6,table2_n6,Tbl:COMPLETE,Col:COMPLETE,Output:["id","val2"] <-Reducer 4 [SIMPLE_EDGE] llap SHUFFLE [RS_16] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_48] (rows=2 width=4) Conds:RS_55._col2=RS_59._col0(Left Semi),Output:["_col0"] <-Map 3 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_55] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Select Operator [SEL_54] (rows=2 width=99) Output:["_col0","_col2"] Filter Operator [FIL_53] (rows=2 width=99) @@ -243,7 +243,7 @@ Stage-0 default@table1_n10,table1_n10,Tbl:COMPLETE,Col:COMPLETE,Output:["id","val","dimid"] <-Map 5 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_59] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_58] (rows=2 width=4) Output:["_col0"],keys:_col0 Select Operator [SEL_57] (rows=5 width=4) @@ -319,7 +319,7 @@ Stage-0 Conds:RS_20.100, true=RS_24._col0, _col1(Left Semi),Output:["_col0","_col1","_col2"] <-Map 1 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_20] - PartitionCols:100, true,null sort order:aa,sort order:++ + PartitionCols:100, true Select Operator [SEL_19] (rows=3 width=193) Output:["_col0","_col1","_col2"] Filter Operator [FIL_18] (rows=3 width=189) @@ -328,7 +328,7 @@ Stage-0 default@table1_n10,table1_n10,Tbl:COMPLETE,Col:COMPLETE,Output:["id","val","val1","dimid"] <-Map 3 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_24] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_23] (rows=1 width=8) Output:["_col0","_col1"],keys:_col0, _col1 Select Operator [SEL_22] (rows=1 width=8) @@ -401,7 +401,7 @@ Stage-0 Conds:RS_20.100, true=RS_24._col0, _col1(Left Semi),Output:["_col0","_col1","_col2"] <-Map 1 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_20] - PartitionCols:100, true,null sort order:aa,sort order:++ + PartitionCols:100, true Select Operator [SEL_19] (rows=3 width=193) Output:["_col0","_col1","_col2"] Filter Operator [FIL_18] (rows=3 width=189) @@ -410,7 +410,7 @@ Stage-0 default@table1_n10,table1_n10,Tbl:COMPLETE,Col:COMPLETE,Output:["id","val","val1","dimid"] <-Map 3 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_24] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_23] (rows=1 width=8) Output:["_col0","_col1"],keys:_col0, _col1 Select Operator [SEL_22] (rows=1 width=8) @@ -457,7 +457,7 @@ Stage-0 Conds:RS_20.100, true=RS_24._col0, _col1(Left Semi),Output:["_col0","_col1","_col2"] <-Map 1 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_20] - PartitionCols:100, true,null sort order:aa,sort order:++ + PartitionCols:100, true Select Operator [SEL_19] (rows=3 width=193) Output:["_col0","_col1","_col2"] Filter Operator [FIL_18] (rows=3 width=189) @@ -466,7 +466,7 @@ Stage-0 default@table1_n10,table1_n10,Tbl:COMPLETE,Col:COMPLETE,Output:["id","val","val1","dimid"] <-Map 3 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_24] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_23] (rows=1 width=8) Output:["_col0","_col1"],keys:_col0, _col1 Select Operator [SEL_22] (rows=1 width=8) diff --git ql/src/test/results/clientpositive/llap/cte_mat_3.q.out ql/src/test/results/clientpositive/llap/cte_mat_3.q.out index 2433e99dbb..53cf4a16b7 100644 --- ql/src/test/results/clientpositive/llap/cte_mat_3.q.out +++ ql/src/test/results/clientpositive/llap/cte_mat_3.q.out @@ -29,7 +29,7 @@ Stage-3 Conds:RS_36._col0=RS_39._col0(Inner),Output:["_col0"] <-Map 2 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_36] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_35] (rows=1 width=184) Output:["_col0"] Filter Operator [FIL_34] (rows=1 width=184) @@ -38,7 +38,7 @@ Stage-3 default@q1,a,Tbl:COMPLETE,Col:NONE,Output:["key"] <-Map 4 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_39] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_38] (rows=1 width=184) Output:["_col0"] Filter Operator [FIL_37] (rows=1 width=184) diff --git ql/src/test/results/clientpositive/llap/cte_mat_4.q.out ql/src/test/results/clientpositive/llap/cte_mat_4.q.out index 52ed4a78b3..0915338a4a 100644 --- ql/src/test/results/clientpositive/llap/cte_mat_4.q.out +++ ql/src/test/results/clientpositive/llap/cte_mat_4.q.out @@ -54,7 +54,7 @@ Stage-3 Conds:RS_36._col0=RS_39._col0(Inner),Output:["_col0"] <-Map 2 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_36] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_35] (rows=1 width=184) Output:["_col0"] Filter Operator [FIL_34] (rows=1 width=184) @@ -63,7 +63,7 @@ Stage-3 default@q1,a,Tbl:COMPLETE,Col:NONE,Output:["key"] <-Map 4 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_39] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_38] (rows=1 width=184) Output:["_col0"] Filter Operator [FIL_37] (rows=1 width=184) @@ -176,7 +176,7 @@ Stage-3 Conds:RS_36._col0=RS_39._col0(Inner),Output:["_col0"] <-Map 2 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_36] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_35] (rows=1 width=184) Output:["_col0"] Filter Operator [FIL_34] (rows=1 width=184) @@ -185,7 +185,7 @@ Stage-3 default@q1,a,Tbl:COMPLETE,Col:NONE,Output:["key"] <-Map 4 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_39] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_38] (rows=1 width=184) Output:["_col0"] Filter Operator [FIL_37] (rows=1 width=184) diff --git ql/src/test/results/clientpositive/llap/cte_mat_5.q.out ql/src/test/results/clientpositive/llap/cte_mat_5.q.out index fac092947a..f5ef440701 100644 --- ql/src/test/results/clientpositive/llap/cte_mat_5.q.out +++ ql/src/test/results/clientpositive/llap/cte_mat_5.q.out @@ -74,7 +74,7 @@ Stage-3 Conds:RS_36._col1=RS_39._col0(Inner),Output:["_col0"] <-Map 2 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_36] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_35] (rows=1 width=12) Output:["_col0","_col1"] Filter Operator [FIL_34] (rows=1 width=4) @@ -83,7 +83,7 @@ Stage-3 mydb@q1,a,Tbl:COMPLETE,Col:COMPLETE,Output:["colnum"] <-Map 4 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_39] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_38] (rows=1 width=184) Output:["_col0"] Filter Operator [FIL_37] (rows=1 width=184) diff --git ql/src/test/results/clientpositive/llap/deleteAnalyze.q.out ql/src/test/results/clientpositive/llap/deleteAnalyze.q.out index a095fcc0ae..832afff5e0 100644 --- ql/src/test/results/clientpositive/llap/deleteAnalyze.q.out +++ ql/src/test/results/clientpositive/llap/deleteAnalyze.q.out @@ -179,7 +179,7 @@ Stage-0 Conds:RS_28._col1=RS_31._col0(Inner),Output:["_col0","_col3","_col4"] <-Map 1 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_28] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_27] (rows=1 width=88) Output:["_col0","_col1"] Filter Operator [FIL_26] (rows=1 width=88) @@ -188,7 +188,7 @@ Stage-0 default@testdeci2_n0,s,Tbl:COMPLETE,Col:COMPLETE,Output:["id","item"] <-Map 3 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_31] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_30] (rows=1 width=308) Output:["_col0","_col1","_col2"] Filter Operator [FIL_29] (rows=1 width=312) diff --git ql/src/test/results/clientpositive/llap/dynamic_semijoin_user_level.q.out ql/src/test/results/clientpositive/llap/dynamic_semijoin_user_level.q.out index 4b9035e5b9..600f813bc9 100644 --- ql/src/test/results/clientpositive/llap/dynamic_semijoin_user_level.q.out +++ ql/src/test/results/clientpositive/llap/dynamic_semijoin_user_level.q.out @@ -190,7 +190,7 @@ Stage-0 Conds:RS_6._col0=RS_7._col0(Inner) <-Map 4 [SIMPLE_EDGE] llap PARTITION_ONLY_SHUFFLE [RS_7] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_5] (rows=20 width=87) Output:["_col0"] Filter Operator [FIL_18] (rows=20 width=87) @@ -199,7 +199,7 @@ Stage-0 default@srcpart_small_n4,srcpart_small_n4,Tbl:PARTIAL,Col:PARTIAL,Output:["key1"] <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_6] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_2] (rows=2000 width=87) Output:["_col0"] Filter Operator [FIL_17] (rows=2000 width=87) @@ -277,7 +277,7 @@ Stage-0 Conds:RS_6._col0=RS_7._col0(Inner) <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_6] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_2] (rows=2000 width=87) Output:["_col0"] Filter Operator [FIL_17] (rows=2000 width=87) @@ -292,7 +292,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_2] <-Map 4 [SIMPLE_EDGE] llap SHUFFLE [RS_7] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_5] (rows=20 width=360) Output:["_col0"] TableScan [TS_3] (rows=20 width=360) @@ -360,7 +360,7 @@ Stage-0 Conds:RS_12._col1=RS_13._col0(Inner) <-Map 6 [SIMPLE_EDGE] llap SHUFFLE [RS_13] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_8] (rows=9174 width=70) Output:["_col0"] Filter Operator [FIL_28] (rows=9174 width=70) @@ -369,12 +369,12 @@ Stage-0 default@alltypesorc_int_n2,alltypesorc_int_n2,Tbl:COMPLETE,Col:COMPLETE,Output:["cstring"] <-Reducer 2 [SIMPLE_EDGE] llap SHUFFLE [RS_12] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_29] (rows=2200 width=87) Conds:RS_9._col0=RS_10._col0(Inner),Output:["_col1"] <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_9] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_2] (rows=2000 width=87) Output:["_col0"] Filter Operator [FIL_26] (rows=2000 width=87) @@ -383,7 +383,7 @@ Stage-0 default@srcpart_date_n9,srcpart_date_n9,Tbl:COMPLETE,Col:COMPLETE,Output:["key"] <-Map 5 [SIMPLE_EDGE] llap SHUFFLE [RS_10] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_5] (rows=20 width=87) Output:["_col0"] Filter Operator [FIL_27] (rows=20 width=87) @@ -458,7 +458,7 @@ Stage-0 Conds:RS_12._col1=RS_13._col0(Inner) <-Map 7 [SIMPLE_EDGE] llap SHUFFLE [RS_13] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_8] (rows=9174 width=70) Output:["_col0"] Filter Operator [FIL_28] (rows=9174 width=70) @@ -483,16 +483,16 @@ Stage-0 default@srcpart_small_n4,srcpart_small_n4,Tbl:PARTIAL,Col:PARTIAL,Output:["key1"] <-Reducer 2 [SIMPLE_EDGE] llap SHUFFLE [RS_12] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_52] (rows=2200 width=87) Conds:RS_9._col0=RS_10._col0(Inner),Output:["_col1"] <-Map 5 [SIMPLE_EDGE] llap PARTITION_ONLY_SHUFFLE [RS_10] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_5] <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_9] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_2] (rows=2000 width=87) Output:["_col0"] Filter Operator [FIL_26] (rows=2000 width=87) @@ -564,7 +564,7 @@ Stage-0 Conds:RS_6._col0, _col1=RS_7._col0, _col1(Inner) <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_6] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Select Operator [SEL_2] (rows=2000 width=178) Output:["_col0","_col1"] Filter Operator [FIL_17] (rows=2000 width=178) @@ -573,7 +573,7 @@ Stage-0 default@srcpart_date_n9,srcpart_date_n9,Tbl:COMPLETE,Col:COMPLETE,Output:["key","value"] <-Map 4 [SIMPLE_EDGE] llap SHUFFLE [RS_7] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Select Operator [SEL_5] (rows=20 width=178) Output:["_col0","_col1"] Filter Operator [FIL_18] (rows=20 width=178) @@ -642,7 +642,7 @@ Stage-0 Conds:RS_6._col0, _col1=RS_7._col0, _col1(Inner) <-Map 4 [SIMPLE_EDGE] llap PARTITION_ONLY_SHUFFLE [RS_7] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Select Operator [SEL_5] (rows=20 width=178) Output:["_col0","_col1"] Filter Operator [FIL_18] (rows=20 width=178) @@ -651,7 +651,7 @@ Stage-0 default@srcpart_small_n4,srcpart_small_n4,Tbl:PARTIAL,Col:PARTIAL,Output:["key1","value1"] <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_6] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Select Operator [SEL_2] (rows=2000 width=178) Output:["_col0","_col1"] Filter Operator [FIL_17] (rows=2000 width=178) @@ -732,7 +732,7 @@ Stage-0 Conds:RS_12._col1=RS_13._col0(Inner) <-Map 6 [SIMPLE_EDGE] llap SHUFFLE [RS_13] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_8] (rows=9174 width=70) Output:["_col0"] Filter Operator [FIL_28] (rows=9174 width=70) @@ -741,12 +741,12 @@ Stage-0 default@alltypesorc_int_n2,alltypesorc_int_n2,Tbl:COMPLETE,Col:COMPLETE,Output:["cstring"] <-Reducer 2 [SIMPLE_EDGE] llap SHUFFLE [RS_12] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_29] (rows=2200 width=178) Conds:RS_9._col0=RS_10._col0(Inner),Output:["_col1"] <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_9] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_2] (rows=2000 width=178) Output:["_col0","_col1"] Filter Operator [FIL_26] (rows=2000 width=178) @@ -755,7 +755,7 @@ Stage-0 default@srcpart_date_n9,srcpart_date_n9,Tbl:COMPLETE,Col:COMPLETE,Output:["key","value"] <-Map 5 [SIMPLE_EDGE] llap SHUFFLE [RS_10] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_5] (rows=20 width=87) Output:["_col0"] Filter Operator [FIL_27] (rows=20 width=87) @@ -831,12 +831,12 @@ Stage-0 Conds:RS_12._col1=RS_13._col0(Inner) <-Reducer 2 [SIMPLE_EDGE] llap PARTITION_ONLY_SHUFFLE [RS_12] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_49] (rows=2200 width=178) Conds:RS_9._col0=RS_10._col0(Inner),Output:["_col1"] <-Map 6 [SIMPLE_EDGE] llap PARTITION_ONLY_SHUFFLE [RS_10] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_5] (rows=20 width=87) Output:["_col0"] Filter Operator [FIL_27] (rows=20 width=87) @@ -845,7 +845,7 @@ Stage-0 default@srcpart_small_n4,srcpart_small_n4,Tbl:PARTIAL,Col:PARTIAL,Output:["key1"] <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_9] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_2] (rows=2000 width=178) Output:["_col0","_col1"] Filter Operator [FIL_26] (rows=2000 width=178) @@ -865,7 +865,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_5] <-Map 8 [SIMPLE_EDGE] llap SHUFFLE [RS_13] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_8] (rows=9174 width=70) Output:["_col0"] Filter Operator [FIL_28] (rows=9174 width=70) @@ -1330,7 +1330,7 @@ Stage-0 Conds:SEL_2._col0=RS_7._col0(Inner) <-Map 3 [BROADCAST_EDGE] llap BROADCAST [RS_7] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_5] (rows=20 width=87) Output:["_col0"] Filter Operator [FIL_18] (rows=20 width=87) @@ -1403,7 +1403,7 @@ Stage-0 Conds:SEL_2._col0=RS_7._col0(Inner) <-Map 3 [BROADCAST_EDGE] llap BROADCAST [RS_7] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_5] (rows=20 width=87) Output:["_col0"] Filter Operator [FIL_18] (rows=20 width=87) @@ -1479,12 +1479,12 @@ Stage-0 Conds:RS_12._col1=SEL_8._col0(Inner) <-Map 1 [BROADCAST_EDGE] llap BROADCAST [RS_12] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Map Join Operator [MAPJOIN_29] (rows=2200 width=178) Conds:SEL_2._col0=RS_10._col0(Inner),Output:["_col1"] <-Map 2 [BROADCAST_EDGE] llap BROADCAST [RS_10] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_5] (rows=20 width=87) Output:["_col0"] Filter Operator [FIL_27] (rows=20 width=87) @@ -1568,12 +1568,12 @@ Stage-0 Conds:RS_12._col1=SEL_8._col0(Inner) <-Map 1 [BROADCAST_EDGE] llap BROADCAST [RS_12] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Map Join Operator [MAPJOIN_49] (rows=2200 width=178) Conds:SEL_2._col0=RS_10._col0(Inner),Output:["_col1"] <-Map 2 [BROADCAST_EDGE] llap BROADCAST [RS_10] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_5] (rows=20 width=87) Output:["_col0"] Filter Operator [FIL_27] (rows=20 width=87) @@ -1658,7 +1658,7 @@ Stage-0 <-Union 3 [BROADCAST_EDGE] <-Map 2 [CONTAINS] llap Reduce Output Operator [RS_39] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_37] (rows=2000 width=87) Output:["_col0"] Filter Operator [FIL_36] (rows=2000 width=87) @@ -1667,7 +1667,7 @@ Stage-0 Output:["key"] <-Map 4 [CONTAINS] llap Reduce Output Operator [RS_44] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_42] (rows=20 width=87) Output:["_col0"] Filter Operator [FIL_41] (rows=20 width=87) diff --git ql/src/test/results/clientpositive/llap/empty_join.q.out ql/src/test/results/clientpositive/llap/empty_join.q.out index b19ce14c78..5b8020ffb8 100644 --- ql/src/test/results/clientpositive/llap/empty_join.q.out +++ ql/src/test/results/clientpositive/llap/empty_join.q.out @@ -75,7 +75,7 @@ Stage-0 Conds:MAPJOIN_53._col0=RS_50._col0(Inner),Output:["_col0","_col1","_col2"] <-Map 3 [BROADCAST_EDGE] vectorized, llap BROADCAST [RS_50] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_49] (rows=1 width=4) Output:["_col0"] Filter Operator [FIL_48] (rows=1 width=4) @@ -86,7 +86,7 @@ Stage-0 Conds:SEL_52._col0=RS_47._col0(Left Outer),Output:["_col0","_col1"] <-Map 2 [BROADCAST_EDGE] vectorized, llap BROADCAST [RS_47] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_46] (rows=1 width=4) Output:["_col0"] Filter Operator [FIL_45] (rows=1 width=4) diff --git ql/src/test/results/clientpositive/llap/estimate_pkfk_filtered_fk.q.out ql/src/test/results/clientpositive/llap/estimate_pkfk_filtered_fk.q.out index b74a20f305..a9facbfac1 100644 --- ql/src/test/results/clientpositive/llap/estimate_pkfk_filtered_fk.q.out +++ ql/src/test/results/clientpositive/llap/estimate_pkfk_filtered_fk.q.out @@ -193,7 +193,7 @@ Stage-0 Conds:RS_12._col0=RS_55._col0(Inner),Output:["_col0"] <-Map 5 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_55] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_54] (rows=1000/1000 width=4) Output:["_col0"] Filter Operator [FIL_53] (rows=1000/1000 width=4) @@ -202,12 +202,12 @@ Stage-0 default@torpedos,t,Tbl:COMPLETE,Col:COMPLETE,Output:["ship_id"] <-Reducer 2 [SIMPLE_EDGE] llap SHUFFLE [RS_12] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_45] (rows=2/1 width=4) Conds:RS_49._col1=RS_52._col0(Inner),Output:["_col0"] <-Map 1 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_49] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_48] (rows=10/10 width=8) Output:["_col0","_col1"] Filter Operator [FIL_47] (rows=10/10 width=12) @@ -216,7 +216,7 @@ Stage-0 default@ships,s,Tbl:COMPLETE,Col:COMPLETE,Output:["id","ship_type_id","crew_size"] <-Map 4 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_52] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_51] (rows=1/1 width=4) Output:["_col0"] Filter Operator [FIL_50] (rows=1/1 width=99) @@ -293,7 +293,7 @@ Stage-0 Conds:RS_28._col1=RS_31._col0(Inner),Output:["_col0"] <-Map 1 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_28] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_27] (rows=10/10 width=8) Output:["_col0","_col1"] Filter Operator [FIL_26] (rows=10/10 width=12) @@ -302,7 +302,7 @@ Stage-0 default@ships,s,Tbl:COMPLETE,Col:COMPLETE,Output:["id","ship_type_id","crew_size"] <-Map 3 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_31] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_30] (rows=1/1 width=4) Output:["_col0"] Filter Operator [FIL_29] (rows=1/1 width=99) diff --git ql/src/test/results/clientpositive/llap/estimate_pkfk_nocond.q.out ql/src/test/results/clientpositive/llap/estimate_pkfk_nocond.q.out index 5a58b13b8c..bdd8c08523 100644 --- ql/src/test/results/clientpositive/llap/estimate_pkfk_nocond.q.out +++ ql/src/test/results/clientpositive/llap/estimate_pkfk_nocond.q.out @@ -189,7 +189,7 @@ Stage-0 Conds:RS_12._col0=RS_55._col0(Inner),Output:["_col0"] <-Map 5 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_55] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_54] (rows=1000/1000 width=4) Output:["_col0"] Filter Operator [FIL_53] (rows=1000/1000 width=4) @@ -198,12 +198,12 @@ Stage-0 default@torpedos,t,Tbl:COMPLETE,Col:COMPLETE,Output:["ship_id"] <-Reducer 2 [SIMPLE_EDGE] llap SHUFFLE [RS_12] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_45] (rows=11/10 width=4) Conds:RS_49._col1=RS_52._col0(Inner),Output:["_col0"] <-Map 1 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_49] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_48] (rows=100/100 width=8) Output:["_col0","_col1"] Filter Operator [FIL_47] (rows=100/100 width=8) @@ -212,7 +212,7 @@ Stage-0 default@ships,s,Tbl:COMPLETE,Col:COMPLETE,Output:["id","ship_type_id"] <-Map 4 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_52] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_51] (rows=1/1 width=4) Output:["_col0"] Filter Operator [FIL_50] (rows=1/1 width=99) diff --git ql/src/test/results/clientpositive/llap/estimate_pkfk_push.q.out ql/src/test/results/clientpositive/llap/estimate_pkfk_push.q.out index 2af0fb5ee3..2ba22d68bc 100644 --- ql/src/test/results/clientpositive/llap/estimate_pkfk_push.q.out +++ ql/src/test/results/clientpositive/llap/estimate_pkfk_push.q.out @@ -189,7 +189,7 @@ Stage-0 Conds:RS_12._col0=RS_55._col0(Inner),Output:["_col0"] <-Map 5 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_55] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_54] (rows=1000/1000 width=4) Output:["_col0"] Filter Operator [FIL_53] (rows=1000/1000 width=4) @@ -198,12 +198,12 @@ Stage-0 default@torpedos,t,Tbl:COMPLETE,Col:COMPLETE,Output:["ship_id"] <-Reducer 2 [SIMPLE_EDGE] llap SHUFFLE [RS_12] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_45] (rows=20/20 width=4) Conds:RS_49._col1=RS_52._col0(Inner),Output:["_col0"] <-Map 1 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_49] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_48] (rows=20/20 width=8) Output:["_col0","_col1"] Filter Operator [FIL_47] (rows=20/20 width=8) @@ -212,7 +212,7 @@ Stage-0 default@ships,s,Tbl:COMPLETE,Col:COMPLETE,Output:["id","ship_type_id"] <-Map 4 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_52] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_51] (rows=2/2 width=4) Output:["_col0"] Filter Operator [FIL_50] (rows=2/2 width=4) diff --git ql/src/test/results/clientpositive/llap/explainanalyze_2.q.out ql/src/test/results/clientpositive/llap/explainanalyze_2.q.out index f5b2e4b294..36bd120028 100644 --- ql/src/test/results/clientpositive/llap/explainanalyze_2.q.out +++ ql/src/test/results/clientpositive/llap/explainanalyze_2.q.out @@ -70,14 +70,14 @@ Stage-0 <-Union 4 [SIMPLE_EDGE] <-Reducer 3 [CONTAINS] llap Reduce Output Operator [RS_126] - PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Select Operator [SEL_124] (rows=66/61 width=268) Output:["_col0","_col1","_col2"] Merge Join Operator [MERGEJOIN_123] (rows=66/61 width=268) Conds:RS_21._col3=RS_22._col0(Inner),Output:["_col1","_col2","_col4"] <-Reducer 11 [SIMPLE_EDGE] llap SHUFFLE [RS_22] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_17] (rows=525/319 width=91) Output:["_col0"] Group By Operator [GBY_16] (rows=525/319 width=178) @@ -85,7 +85,7 @@ Stage-0 <-Union 10 [SIMPLE_EDGE] <-Map 12 [CONTAINS] llap Reduce Output Operator [RS_140] - PartitionCols:_col1, _col0,null sort order:aa,sort order:++ + PartitionCols:_col1, _col0 Select Operator [SEL_138] (rows=500/500 width=178) Output:["_col0","_col1"] Filter Operator [FIL_137] (rows=500/500 width=178) @@ -94,7 +94,7 @@ Stage-0 Output:["key","value"] <-Map 9 [CONTAINS] llap Reduce Output Operator [RS_135] - PartitionCols:_col1, _col0,null sort order:aa,sort order:++ + PartitionCols:_col1, _col0 Select Operator [SEL_133] (rows=25/25 width=175) Output:["_col0","_col1"] Filter Operator [FIL_132] (rows=25/25 width=175) @@ -103,12 +103,12 @@ Stage-0 Output:["key","value"] <-Reducer 2 [SIMPLE_EDGE] llap SHUFFLE [RS_21] - PartitionCols:_col3,null sort order:a,sort order:+ + PartitionCols:_col3 Merge Join Operator [MERGEJOIN_119] (rows=39/37 width=266) Conds:RS_18._col0=RS_19._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_18] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_2] (rows=500/500 width=178) Output:["_col0","_col1"] Filter Operator [FIL_69] (rows=500/500 width=178) @@ -117,7 +117,7 @@ Stage-0 default@src,y,Tbl:COMPLETE,Col:COMPLETE,Output:["key","value"] <-Map 8 [SIMPLE_EDGE] llap SHUFFLE [RS_19] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_5] (rows=25/25 width=175) Output:["_col0","_col1"] Filter Operator [FIL_70] (rows=25/25 width=175) @@ -126,14 +126,14 @@ Stage-0 default@src1,x,Tbl:COMPLETE,Col:COMPLETE,Output:["key","value"] <-Reducer 7 [CONTAINS] llap Reduce Output Operator [RS_130] - PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Select Operator [SEL_128] (rows=66/61 width=268) Output:["_col0","_col1","_col2"] Merge Join Operator [MERGEJOIN_127] (rows=66/61 width=268) Conds:RS_46._col3=RS_47._col0(Inner),Output:["_col1","_col2","_col4"] <-Reducer 15 [SIMPLE_EDGE] llap SHUFFLE [RS_47] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_42] (rows=525/319 width=91) Output:["_col0"] Group By Operator [GBY_41] (rows=525/319 width=178) @@ -141,7 +141,7 @@ Stage-0 <-Union 14 [SIMPLE_EDGE] <-Map 13 [CONTAINS] llap Reduce Output Operator [RS_145] - PartitionCols:_col1, _col0,null sort order:aa,sort order:++ + PartitionCols:_col1, _col0 Select Operator [SEL_143] (rows=25/25 width=175) Output:["_col0","_col1"] Filter Operator [FIL_142] (rows=25/25 width=175) @@ -150,7 +150,7 @@ Stage-0 Output:["key","value"] <-Map 16 [CONTAINS] llap Reduce Output Operator [RS_150] - PartitionCols:_col1, _col0,null sort order:aa,sort order:++ + PartitionCols:_col1, _col0 Select Operator [SEL_148] (rows=500/500 width=178) Output:["_col0","_col1"] Filter Operator [FIL_147] (rows=500/500 width=178) @@ -159,16 +159,16 @@ Stage-0 Output:["key","value"] <-Reducer 6 [SIMPLE_EDGE] llap SHUFFLE [RS_46] - PartitionCols:_col3,null sort order:a,sort order:+ + PartitionCols:_col3 Merge Join Operator [MERGEJOIN_120] (rows=39/37 width=266) Conds:RS_43._col0=RS_44._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_43] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_2] <-Map 8 [SIMPLE_EDGE] llap SHUFFLE [RS_44] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_5] PREHOOK: query: SELECT x.key, y.value @@ -270,20 +270,20 @@ Stage-0 <-Union 6 [SIMPLE_EDGE] <-Reducer 5 [CONTAINS] llap Reduce Output Operator [RS_229] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_227] (rows=196/15 width=177) Output:["_col0","_col1"],keys:KEY._col0, KEY._col1 <-Union 4 [SIMPLE_EDGE] <-Reducer 10 [CONTAINS] llap Reduce Output Operator [RS_237] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Select Operator [SEL_235] (rows=130/61 width=177) Output:["_col0","_col1"] Merge Join Operator [MERGEJOIN_234] (rows=130/61 width=177) Conds:RS_55._col3=RS_56._col0(Inner),Output:["_col1","_col2"] <-Reducer 20 [SIMPLE_EDGE] llap SHUFFLE [RS_56] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_51] (rows=1025/319 width=91) Output:["_col0"] Group By Operator [GBY_50] (rows=1025/319 width=178) @@ -291,7 +291,7 @@ Stage-0 <-Union 19 [SIMPLE_EDGE] <-Map 22 [CONTAINS] llap Reduce Output Operator [RS_266] - PartitionCols:_col1, _col0,null sort order:aa,sort order:++ + PartitionCols:_col1, _col0 Select Operator [SEL_264] (rows=500/500 width=178) Output:["_col0","_col1"] Filter Operator [FIL_263] (rows=500/500 width=178) @@ -300,7 +300,7 @@ Stage-0 Output:["key","value"] <-Reducer 18 [CONTAINS] llap Reduce Output Operator [RS_256] - PartitionCols:_col1, _col0,null sort order:aa,sort order:++ + PartitionCols:_col1, _col0 Select Operator [SEL_254] (rows=525/319 width=178) Output:["_col0","_col1"] Group By Operator [GBY_253] (rows=525/319 width=178) @@ -308,7 +308,7 @@ Stage-0 <-Union 17 [SIMPLE_EDGE] <-Map 16 [CONTAINS] llap Reduce Output Operator [RS_252] - PartitionCols:_col1, _col0,null sort order:aa,sort order:++ + PartitionCols:_col1, _col0 Select Operator [SEL_250] (rows=25/25 width=175) Output:["_col0","_col1"] Filter Operator [FIL_249] (rows=25/25 width=175) @@ -317,7 +317,7 @@ Stage-0 Output:["key","value"] <-Map 21 [CONTAINS] llap Reduce Output Operator [RS_261] - PartitionCols:_col1, _col0,null sort order:aa,sort order:++ + PartitionCols:_col1, _col0 Select Operator [SEL_259] (rows=500/500 width=178) Output:["_col0","_col1"] Filter Operator [FIL_258] (rows=500/500 width=178) @@ -326,12 +326,12 @@ Stage-0 Output:["key","value"] <-Reducer 9 [SIMPLE_EDGE] llap SHUFFLE [RS_55] - PartitionCols:_col3,null sort order:a,sort order:+ + PartitionCols:_col3 Merge Join Operator [MERGEJOIN_218] (rows=39/37 width=266) Conds:RS_52._col0=RS_53._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_52] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_2] (rows=500/500 width=178) Output:["_col0","_col1"] Filter Operator [FIL_136] (rows=500/500 width=178) @@ -340,7 +340,7 @@ Stage-0 default@src,y,Tbl:COMPLETE,Col:COMPLETE,Output:["key","value"] <-Map 11 [SIMPLE_EDGE] llap SHUFFLE [RS_53] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_5] (rows=25/25 width=175) Output:["_col0","_col1"] Filter Operator [FIL_137] (rows=25/25 width=175) @@ -349,27 +349,27 @@ Stage-0 default@src1,x,Tbl:COMPLETE,Col:COMPLETE,Output:["key","value"] <-Reducer 3 [CONTAINS] llap Reduce Output Operator [RS_226] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Select Operator [SEL_224] (rows=66/61 width=177) Output:["_col0","_col1"] Merge Join Operator [MERGEJOIN_223] (rows=66/61 width=177) Conds:RS_21._col3=RS_22._col0(Inner),Output:["_col1","_col2"] <-Reducer 2 [SIMPLE_EDGE] llap SHUFFLE [RS_21] - PartitionCols:_col3,null sort order:a,sort order:+ + PartitionCols:_col3 Merge Join Operator [MERGEJOIN_217] (rows=39/37 width=266) Conds:RS_18._col0=RS_19._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_18] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_2] <-Map 11 [SIMPLE_EDGE] llap SHUFFLE [RS_19] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_5] <-Reducer 14 [SIMPLE_EDGE] llap SHUFFLE [RS_22] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_17] (rows=525/319 width=91) Output:["_col0"] Group By Operator [GBY_16] (rows=525/319 width=178) @@ -377,7 +377,7 @@ Stage-0 <-Union 13 [SIMPLE_EDGE] <-Map 12 [CONTAINS] llap Reduce Output Operator [RS_242] - PartitionCols:_col1, _col0,null sort order:aa,sort order:++ + PartitionCols:_col1, _col0 Select Operator [SEL_240] (rows=25/25 width=175) Output:["_col0","_col1"] Filter Operator [FIL_239] (rows=25/25 width=175) @@ -386,7 +386,7 @@ Stage-0 Output:["key","value"] <-Map 15 [CONTAINS] llap Reduce Output Operator [RS_247] - PartitionCols:_col1, _col0,null sort order:aa,sort order:++ + PartitionCols:_col1, _col0 Select Operator [SEL_245] (rows=500/500 width=178) Output:["_col0","_col1"] Filter Operator [FIL_244] (rows=500/500 width=178) @@ -395,18 +395,18 @@ Stage-0 Output:["key","value"] <-Reducer 8 [CONTAINS] llap Reduce Output Operator [RS_233] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Select Operator [SEL_231] (rows=193/61 width=177) Output:["_col0","_col1"] Merge Join Operator [MERGEJOIN_230] (rows=193/61 width=177) Conds:RS_104._col3=RS_105._col0(Inner),Output:["_col1","_col2"] <-Reducer 2 [SIMPLE_EDGE] llap SHUFFLE [RS_104] - PartitionCols:_col3,null sort order:a,sort order:+ + PartitionCols:_col3 Please refer to the previous Merge Join Operator [MERGEJOIN_217] <-Reducer 29 [SIMPLE_EDGE] llap SHUFFLE [RS_105] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_100] (rows=1525/319 width=91) Output:["_col0"] Group By Operator [GBY_99] (rows=1525/319 width=178) @@ -414,7 +414,7 @@ Stage-0 <-Union 28 [SIMPLE_EDGE] <-Map 32 [CONTAINS] llap Reduce Output Operator [RS_294] - PartitionCols:_col1, _col0,null sort order:aa,sort order:++ + PartitionCols:_col1, _col0 Select Operator [SEL_292] (rows=500/500 width=178) Output:["_col0","_col1"] Filter Operator [FIL_291] (rows=500/500 width=178) @@ -423,7 +423,7 @@ Stage-0 Output:["key","value"] <-Reducer 27 [CONTAINS] llap Reduce Output Operator [RS_279] - PartitionCols:_col1, _col0,null sort order:aa,sort order:++ + PartitionCols:_col1, _col0 Select Operator [SEL_277] (rows=1025/319 width=178) Output:["_col0","_col1"] Group By Operator [GBY_276] (rows=1025/319 width=178) @@ -431,7 +431,7 @@ Stage-0 <-Union 26 [SIMPLE_EDGE] <-Map 31 [CONTAINS] llap Reduce Output Operator [RS_289] - PartitionCols:_col1, _col0,null sort order:aa,sort order:++ + PartitionCols:_col1, _col0 Select Operator [SEL_287] (rows=500/500 width=178) Output:["_col0","_col1"] Filter Operator [FIL_286] (rows=500/500 width=178) @@ -440,7 +440,7 @@ Stage-0 Output:["key","value"] <-Reducer 25 [CONTAINS] llap Reduce Output Operator [RS_275] - PartitionCols:_col1, _col0,null sort order:aa,sort order:++ + PartitionCols:_col1, _col0 Select Operator [SEL_273] (rows=525/319 width=178) Output:["_col0","_col1"] Group By Operator [GBY_272] (rows=525/319 width=178) @@ -448,7 +448,7 @@ Stage-0 <-Union 24 [SIMPLE_EDGE] <-Map 23 [CONTAINS] llap Reduce Output Operator [RS_271] - PartitionCols:_col1, _col0,null sort order:aa,sort order:++ + PartitionCols:_col1, _col0 Select Operator [SEL_269] (rows=25/25 width=175) Output:["_col0","_col1"] Filter Operator [FIL_268] (rows=25/25 width=175) @@ -457,7 +457,7 @@ Stage-0 Output:["key","value"] <-Map 30 [CONTAINS] llap Reduce Output Operator [RS_284] - PartitionCols:_col1, _col0,null sort order:aa,sort order:++ + PartitionCols:_col1, _col0 Select Operator [SEL_282] (rows=500/500 width=178) Output:["_col0","_col1"] Filter Operator [FIL_281] (rows=500/500 width=178) @@ -680,7 +680,7 @@ Stage-0 Conds:RS_12._col0=RS_13._col0(Inner),Output:["_col0","_col1"] <-Map 5 [SIMPLE_EDGE] llap SHUFFLE [RS_13] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_8] (rows=242/242 width=4) Output:["_col0"] Filter Operator [FIL_24] (rows=242/242 width=4) @@ -689,12 +689,12 @@ Stage-0 default@tab_n6,s3,Tbl:COMPLETE,Col:COMPLETE,Output:["key"] <-Reducer 2 [SIMPLE_EDGE] llap SHUFFLE [RS_12] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_45] (rows=382/480 width=95) Conds:RS_9._col1=RS_10._col0(Inner),Output:["_col0","_col1"] <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_9] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_2] (rows=242/242 width=95) Output:["_col0","_col1"] Filter Operator [FIL_22] (rows=242/242 width=95) @@ -703,7 +703,7 @@ Stage-0 default@tab_n6,s1,Tbl:COMPLETE,Col:COMPLETE,Output:["key","value"] <-Map 4 [SIMPLE_EDGE] llap SHUFFLE [RS_10] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_5] (rows=242/242 width=91) Output:["_col0"] Filter Operator [FIL_23] (rows=242/242 width=91) @@ -810,7 +810,7 @@ Stage-0 Conds:RS_12._col0=RS_13._col0(Inner),Output:["_col0","_col1"] <-Map 5 [SIMPLE_EDGE] llap SHUFFLE [RS_13] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_8] (rows=242/242 width=4) Output:["_col0"] Filter Operator [FIL_24] (rows=242/242 width=4) @@ -819,12 +819,12 @@ Stage-0 default@tab2_n3,s3,Tbl:COMPLETE,Col:COMPLETE,Output:["key"] <-Reducer 2 [SIMPLE_EDGE] llap SHUFFLE [RS_12] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_45] (rows=382/480 width=95) Conds:RS_9._col1=RS_10._col0(Inner),Output:["_col0","_col1"] <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_9] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_2] (rows=242/242 width=95) Output:["_col0","_col1"] Filter Operator [FIL_22] (rows=242/242 width=95) @@ -833,7 +833,7 @@ Stage-0 default@tab_n6,s1,Tbl:COMPLETE,Col:COMPLETE,Output:["key","value"] <-Map 4 [SIMPLE_EDGE] llap SHUFFLE [RS_10] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_5] (rows=242/242 width=91) Output:["_col0"] Filter Operator [FIL_23] (rows=242/242 width=91) @@ -905,7 +905,7 @@ Stage-0 Conds:Union 2._col0=RS_19._col0(Inner) <-Map 7 [SIMPLE_EDGE] llap SHUFFLE [RS_19] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_17] (rows=500/500 width=4) Output:["_col0"] Filter Operator [FIL_35] (rows=500/500 width=4) @@ -915,7 +915,7 @@ Stage-0 <-Union 2 [SIMPLE_EDGE] <-Map 1 [CONTAINS] llap Reduce Output Operator [RS_70] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_67] (rows=401/480 width=4) Conds:SEL_65._col0=SEL_5._col0(Inner),Output:["_col0"] <-Select Operator [SEL_5] (rows=242/242 width=4) @@ -932,7 +932,7 @@ Stage-0 Output:["key"] <-Map 6 [CONTAINS] llap Reduce Output Operator [RS_75] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_73] (rows=242/242 width=4) Output:["_col0"] Filter Operator [FIL_72] (rows=242/242 width=4) @@ -1005,7 +1005,7 @@ Stage-0 Conds:Union 4._col0=RS_25._col0(Inner) <-Map 10 [SIMPLE_EDGE] llap SHUFFLE [RS_25] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_23] (rows=500/500 width=4) Output:["_col0"] Filter Operator [FIL_46] (rows=500/500 width=4) @@ -1015,7 +1015,7 @@ Stage-0 <-Union 4 [SIMPLE_EDGE] <-Map 9 [CONTAINS] llap Reduce Output Operator [RS_89] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_87] (rows=242/242 width=4) Output:["_col0"] Filter Operator [FIL_86] (rows=242/242 width=4) @@ -1024,12 +1024,12 @@ Stage-0 Output:["key"] <-Reducer 3 [CONTAINS] llap Reduce Output Operator [RS_84] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_82] (rows=633/1166 width=4) Conds:RS_12._col0=RS_13._col0(Inner),Output:["_col0"] <-Map 8 [SIMPLE_EDGE] llap SHUFFLE [RS_13] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_8] (rows=242/242 width=4) Output:["_col0"] Filter Operator [FIL_44] (rows=242/242 width=4) @@ -1038,12 +1038,12 @@ Stage-0 default@tab_n6,s3,Tbl:COMPLETE,Col:COMPLETE,Output:["key"] <-Reducer 2 [SIMPLE_EDGE] llap SHUFFLE [RS_12] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_79] (rows=382/480 width=4) Conds:RS_9._col1=RS_10._col0(Inner),Output:["_col0"] <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_9] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_2] (rows=242/242 width=95) Output:["_col0","_col1"] Filter Operator [FIL_42] (rows=242/242 width=95) @@ -1052,7 +1052,7 @@ Stage-0 default@tab_n6,s1,Tbl:COMPLETE,Col:COMPLETE,Output:["key","value"] <-Map 7 [SIMPLE_EDGE] llap SHUFFLE [RS_10] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_5] (rows=242/242 width=91) Output:["_col0"] Filter Operator [FIL_43] (rows=242/242 width=91) @@ -1222,12 +1222,12 @@ Stage-5 Conds:RS_69._col1=Union 23._col0(Inner),Output:["_col0","_col3"] <-Reducer 11 [SIMPLE_EDGE] llap SHUFFLE [RS_69] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_202] (rows=39/115 width=264) Conds:RS_66._col0=RS_67._col0(Inner),Output:["_col0","_col1","_col3"] <-Map 10 [SIMPLE_EDGE] llap SHUFFLE [RS_66] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_5] (rows=25/25 width=175) Output:["_col0","_col1"] Filter Operator [FIL_120] (rows=25/25 width=175) @@ -1236,7 +1236,7 @@ Stage-5 default@src1,x,Tbl:COMPLETE,Col:COMPLETE,Output:["key","value"] <-Map 21 [SIMPLE_EDGE] llap SHUFFLE [RS_67] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_51] (rows=25/25 width=175) Output:["_col0","_col1"] Filter Operator [FIL_129] (rows=25/25 width=175) @@ -1246,7 +1246,7 @@ Stage-5 <-Union 23 [SIMPLE_EDGE] <-Map 22 [CONTAINS] llap Reduce Output Operator [RS_271] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_269] (rows=25/25 width=89) Output:["_col0"] Filter Operator [FIL_268] (rows=25/25 width=89) @@ -1255,7 +1255,7 @@ Stage-5 Output:["value"] <-Map 24 [CONTAINS] llap Reduce Output Operator [RS_276] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_274] (rows=500/500 width=91) Output:["_col0"] Filter Operator [FIL_273] (rows=500/500 width=91) @@ -1264,7 +1264,7 @@ Stage-5 Output:["value"] <-Map 25 [CONTAINS] llap Reduce Output Operator [RS_281] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_279] (rows=500/500 width=91) Output:["_col0"] Filter Operator [FIL_278] (rows=500/500 width=91) @@ -1273,7 +1273,7 @@ Stage-5 Output:["value"] <-Map 26 [CONTAINS] llap Reduce Output Operator [RS_286] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_284] (rows=500/500 width=91) Output:["_col0"] Filter Operator [FIL_283] (rows=500/500 width=91) @@ -1307,12 +1307,12 @@ Stage-5 Conds:RS_17._col3=Union 14._col0(Inner),Output:["_col1","_col2"] <-Reducer 2 [SIMPLE_EDGE] llap SHUFFLE [RS_17] - PartitionCols:_col3,null sort order:a,sort order:+ + PartitionCols:_col3 Merge Join Operator [MERGEJOIN_200] (rows=39/37 width=266) Conds:RS_14._col0=RS_15._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_14] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_2] (rows=500/500 width=178) Output:["_col0","_col1"] Filter Operator [FIL_119] (rows=500/500 width=178) @@ -1321,12 +1321,12 @@ Stage-5 default@src,y,Tbl:COMPLETE,Col:COMPLETE,Output:["key","value"] <-Map 10 [SIMPLE_EDGE] llap SHUFFLE [RS_15] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_5] <-Union 14 [SIMPLE_EDGE] <-Map 13 [CONTAINS] llap Reduce Output Operator [RS_246] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_244] (rows=25/25 width=89) Output:["_col0"] Filter Operator [FIL_243] (rows=25/25 width=89) @@ -1335,7 +1335,7 @@ Stage-5 Output:["value"] <-Map 15 [CONTAINS] llap Reduce Output Operator [RS_251] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_249] (rows=500/500 width=91) Output:["_col0"] Filter Operator [FIL_248] (rows=500/500 width=91) @@ -1369,12 +1369,12 @@ Stage-5 Conds:RS_41._col1=Union 18._col0(Inner),Output:["_col0","_col3"] <-Reducer 8 [SIMPLE_EDGE] llap SHUFFLE [RS_41] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_201] (rows=791/1028 width=269) Conds:RS_38._col0=RS_39._col0(Inner),Output:["_col0","_col1","_col3"] <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_38] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_23] (rows=500/500 width=178) Output:["_col0","_col1"] Filter Operator [FIL_123] (rows=500/500 width=178) @@ -1382,7 +1382,7 @@ Stage-5 Please refer to the previous TableScan [TS_0] <-Map 16 [SIMPLE_EDGE] llap SHUFFLE [RS_39] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_26] (rows=500/500 width=178) Output:["_col0","_col1"] Filter Operator [FIL_124] (rows=500/500 width=178) @@ -1392,7 +1392,7 @@ Stage-5 <-Union 18 [SIMPLE_EDGE] <-Map 17 [CONTAINS] llap Reduce Output Operator [RS_256] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_254] (rows=25/25 width=89) Output:["_col0"] Filter Operator [FIL_253] (rows=25/25 width=89) @@ -1401,7 +1401,7 @@ Stage-5 Output:["value"] <-Map 19 [CONTAINS] llap Reduce Output Operator [RS_261] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_259] (rows=500/500 width=91) Output:["_col0"] Filter Operator [FIL_258] (rows=500/500 width=91) @@ -1410,7 +1410,7 @@ Stage-5 Output:["value"] <-Map 20 [CONTAINS] llap Reduce Output Operator [RS_266] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_264] (rows=500/500 width=91) Output:["_col0"] Filter Operator [FIL_263] (rows=500/500 width=91) @@ -1591,19 +1591,19 @@ Stage-5 <-Union 6 [SIMPLE_EDGE] <-Reducer 15 [CONTAINS] llap Reduce Output Operator [RS_260] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Select Operator [SEL_258] (rows=193/304 width=175) Output:["_col0","_col1"] Merge Join Operator [MERGEJOIN_257] (rows=193/304 width=175) Conds:RS_104._col1=RS_105._col0(Inner),Output:["_col0","_col3"] <-Reducer 14 [SIMPLE_EDGE] llap SHUFFLE [RS_104] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_242] (rows=39/115 width=264) Conds:RS_101._col0=RS_102._col0(Inner),Output:["_col0","_col1","_col3"] <-Map 13 [SIMPLE_EDGE] llap SHUFFLE [RS_101] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_5] (rows=25/25 width=175) Output:["_col0","_col1"] Filter Operator [FIL_160] (rows=25/25 width=175) @@ -1612,7 +1612,7 @@ Stage-5 default@src1,x,Tbl:COMPLETE,Col:COMPLETE,Output:["key","value"] <-Map 28 [SIMPLE_EDGE] llap SHUFFLE [RS_102] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_70] (rows=25/25 width=175) Output:["_col0","_col1"] Filter Operator [FIL_169] (rows=25/25 width=175) @@ -1621,7 +1621,7 @@ Stage-5 default@src1,y,Tbl:COMPLETE,Col:COMPLETE,Output:["key","value"] <-Reducer 35 [SIMPLE_EDGE] llap SHUFFLE [RS_105] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_100] (rows=1525/319 width=91) Output:["_col0"] Group By Operator [GBY_99] (rows=1525/319 width=178) @@ -1629,7 +1629,7 @@ Stage-5 <-Union 34 [SIMPLE_EDGE] <-Map 38 [CONTAINS] llap Reduce Output Operator [RS_317] - PartitionCols:_col1, _col0,null sort order:aa,sort order:++ + PartitionCols:_col1, _col0 Select Operator [SEL_315] (rows=500/500 width=178) Output:["_col0","_col1"] Filter Operator [FIL_314] (rows=500/500 width=178) @@ -1638,7 +1638,7 @@ Stage-5 Output:["key","value"] <-Reducer 33 [CONTAINS] llap Reduce Output Operator [RS_302] - PartitionCols:_col1, _col0,null sort order:aa,sort order:++ + PartitionCols:_col1, _col0 Select Operator [SEL_300] (rows=1025/319 width=178) Output:["_col0","_col1"] Group By Operator [GBY_299] (rows=1025/319 width=178) @@ -1646,7 +1646,7 @@ Stage-5 <-Union 32 [SIMPLE_EDGE] <-Map 37 [CONTAINS] llap Reduce Output Operator [RS_312] - PartitionCols:_col1, _col0,null sort order:aa,sort order:++ + PartitionCols:_col1, _col0 Select Operator [SEL_310] (rows=500/500 width=178) Output:["_col0","_col1"] Filter Operator [FIL_309] (rows=500/500 width=178) @@ -1655,7 +1655,7 @@ Stage-5 Output:["key","value"] <-Reducer 31 [CONTAINS] llap Reduce Output Operator [RS_298] - PartitionCols:_col1, _col0,null sort order:aa,sort order:++ + PartitionCols:_col1, _col0 Select Operator [SEL_296] (rows=525/319 width=178) Output:["_col0","_col1"] Group By Operator [GBY_295] (rows=525/319 width=178) @@ -1663,7 +1663,7 @@ Stage-5 <-Union 30 [SIMPLE_EDGE] <-Map 29 [CONTAINS] llap Reduce Output Operator [RS_294] - PartitionCols:_col1, _col0,null sort order:aa,sort order:++ + PartitionCols:_col1, _col0 Select Operator [SEL_292] (rows=25/25 width=175) Output:["_col0","_col1"] Filter Operator [FIL_291] (rows=25/25 width=175) @@ -1672,7 +1672,7 @@ Stage-5 Output:["key","value"] <-Map 36 [CONTAINS] llap Reduce Output Operator [RS_307] - PartitionCols:_col1, _col0,null sort order:aa,sort order:++ + PartitionCols:_col1, _col0 Select Operator [SEL_305] (rows=500/500 width=178) Output:["_col0","_col1"] Filter Operator [FIL_304] (rows=500/500 width=178) @@ -1681,25 +1681,25 @@ Stage-5 Output:["key","value"] <-Reducer 5 [CONTAINS] llap Reduce Output Operator [RS_252] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_250] (rows=2706/309 width=178) Output:["_col0","_col1"],keys:KEY._col0, KEY._col1 <-Union 4 [SIMPLE_EDGE] <-Reducer 12 [CONTAINS] llap Reduce Output Operator [RS_256] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Select Operator [SEL_254] (rows=2640/1056 width=178) Output:["_col0","_col1"] Merge Join Operator [MERGEJOIN_253] (rows=2640/1056 width=178) Conds:RS_55._col1=RS_56._col0(Inner),Output:["_col0","_col3"] <-Reducer 11 [SIMPLE_EDGE] llap SHUFFLE [RS_55] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_241] (rows=791/1028 width=269) Conds:RS_52._col0=RS_53._col0(Inner),Output:["_col0","_col1","_col3"] <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_52] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_27] (rows=500/500 width=178) Output:["_col0","_col1"] Filter Operator [FIL_163] (rows=500/500 width=178) @@ -1708,7 +1708,7 @@ Stage-5 default@src,y,Tbl:COMPLETE,Col:COMPLETE,Output:["key","value"] <-Map 20 [SIMPLE_EDGE] llap SHUFFLE [RS_53] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_30] (rows=500/500 width=178) Output:["_col0","_col1"] Filter Operator [FIL_164] (rows=500/500 width=178) @@ -1717,7 +1717,7 @@ Stage-5 default@src,y,Tbl:COMPLETE,Col:COMPLETE,Output:["key","value"] <-Reducer 25 [SIMPLE_EDGE] llap SHUFFLE [RS_56] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_51] (rows=1025/319 width=91) Output:["_col0"] Group By Operator [GBY_50] (rows=1025/319 width=178) @@ -1725,7 +1725,7 @@ Stage-5 <-Union 24 [SIMPLE_EDGE] <-Map 27 [CONTAINS] llap Reduce Output Operator [RS_289] - PartitionCols:_col1, _col0,null sort order:aa,sort order:++ + PartitionCols:_col1, _col0 Select Operator [SEL_287] (rows=500/500 width=178) Output:["_col0","_col1"] Filter Operator [FIL_286] (rows=500/500 width=178) @@ -1734,7 +1734,7 @@ Stage-5 Output:["key","value"] <-Reducer 23 [CONTAINS] llap Reduce Output Operator [RS_279] - PartitionCols:_col1, _col0,null sort order:aa,sort order:++ + PartitionCols:_col1, _col0 Select Operator [SEL_277] (rows=525/319 width=178) Output:["_col0","_col1"] Group By Operator [GBY_276] (rows=525/319 width=178) @@ -1742,7 +1742,7 @@ Stage-5 <-Union 22 [SIMPLE_EDGE] <-Map 21 [CONTAINS] llap Reduce Output Operator [RS_275] - PartitionCols:_col1, _col0,null sort order:aa,sort order:++ + PartitionCols:_col1, _col0 Select Operator [SEL_273] (rows=25/25 width=175) Output:["_col0","_col1"] Filter Operator [FIL_272] (rows=25/25 width=175) @@ -1751,7 +1751,7 @@ Stage-5 Output:["key","value"] <-Map 26 [CONTAINS] llap Reduce Output Operator [RS_284] - PartitionCols:_col1, _col0,null sort order:aa,sort order:++ + PartitionCols:_col1, _col0 Select Operator [SEL_282] (rows=500/500 width=178) Output:["_col0","_col1"] Filter Operator [FIL_281] (rows=500/500 width=178) @@ -1760,14 +1760,14 @@ Stage-5 Output:["key","value"] <-Reducer 3 [CONTAINS] llap Reduce Output Operator [RS_249] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Select Operator [SEL_247] (rows=66/61 width=177) Output:["_col0","_col1"] Merge Join Operator [MERGEJOIN_246] (rows=66/61 width=177) Conds:RS_21._col3=RS_22._col0(Inner),Output:["_col1","_col2"] <-Reducer 18 [SIMPLE_EDGE] llap SHUFFLE [RS_22] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_17] (rows=525/319 width=91) Output:["_col0"] Group By Operator [GBY_16] (rows=525/319 width=178) @@ -1775,7 +1775,7 @@ Stage-5 <-Union 17 [SIMPLE_EDGE] <-Map 16 [CONTAINS] llap Reduce Output Operator [RS_265] - PartitionCols:_col1, _col0,null sort order:aa,sort order:++ + PartitionCols:_col1, _col0 Select Operator [SEL_263] (rows=25/25 width=175) Output:["_col0","_col1"] Filter Operator [FIL_262] (rows=25/25 width=175) @@ -1784,7 +1784,7 @@ Stage-5 Output:["key","value"] <-Map 19 [CONTAINS] llap Reduce Output Operator [RS_270] - PartitionCols:_col1, _col0,null sort order:aa,sort order:++ + PartitionCols:_col1, _col0 Select Operator [SEL_268] (rows=500/500 width=178) Output:["_col0","_col1"] Filter Operator [FIL_267] (rows=500/500 width=178) @@ -1793,12 +1793,12 @@ Stage-5 Output:["key","value"] <-Reducer 2 [SIMPLE_EDGE] llap SHUFFLE [RS_21] - PartitionCols:_col3,null sort order:a,sort order:+ + PartitionCols:_col3 Merge Join Operator [MERGEJOIN_240] (rows=39/37 width=266) Conds:RS_18._col0=RS_19._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_18] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_2] (rows=500/500 width=178) Output:["_col0","_col1"] Filter Operator [FIL_159] (rows=500/500 width=178) @@ -1806,7 +1806,7 @@ Stage-5 Please refer to the previous TableScan [TS_0] <-Map 13 [SIMPLE_EDGE] llap SHUFFLE [RS_19] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_5] Reducer 8 llap File Output Operator [FS_121] @@ -1924,20 +1924,20 @@ Stage-4 Output:["_col0","_col1"],aggregations:["count(DISTINCT KEY._col1:0._col0)"],keys:KEY._col0 <-Reducer 4 [SIMPLE_EDGE] llap PARTITION_ONLY_SHUFFLE [RS_14] - PartitionCols:_col0,null sort order:aa,sort order:++ + PartitionCols:_col0 Group By Operator [GBY_11] (rows=501/310 width=272) Output:["_col0","_col1"],keys:KEY._col0, KEY._col1 <-Union 3 [SIMPLE_EDGE] <-Map 8 [CONTAINS] llap Reduce Output Operator [RS_44] - PartitionCols:_col0, _col1,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1 Select Operator [SEL_42] (rows=500/500 width=178) Output:["_col0","_col1"] TableScan [TS_41] (rows=500/500 width=178) Output:["key","value"] <-Reducer 2 [CONTAINS] llap Reduce Output Operator [RS_40] - PartitionCols:_col0, _col1,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1 Select Operator [SEL_38] (rows=1/1 width=272) Output:["_col0","_col1"] Group By Operator [GBY_37] (rows=1/1 width=8) @@ -2028,17 +2028,17 @@ Stage-0 Conds:RS_3.key=RS_3.key(Unique),RS_3.key=RS_3.key(Unique),RS_3.key=RS_3.key(Unique),Output:["_col0","_col5","_col10"] <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_3] - PartitionCols:key,null sort order:a,sort order:+ + PartitionCols:key TableScan [TS_0] (rows=500/500 width=87) default@src,a_n14,Tbl:COMPLETE,Col:COMPLETE,Output:["key"] <-Map 3 [SIMPLE_EDGE] llap SHUFFLE [RS_4] - PartitionCols:key,null sort order:a,sort order:+ + PartitionCols:key TableScan [TS_1] (rows=25/25 width=86) default@src1,b_n10,Tbl:COMPLETE,Col:COMPLETE,Output:["key"] <-Map 4 [SIMPLE_EDGE] llap SHUFFLE [RS_5] - PartitionCols:key,null sort order:a,sort order:+ + PartitionCols:key TableScan [TS_2] (rows=2000/2000 width=87) default@srcpart,c_n3,Tbl:COMPLETE,Col:COMPLETE,Output:["key"] @@ -2137,27 +2137,27 @@ Stage-4 <-Union 3 [SIMPLE_EDGE] <-Map 8 [CONTAINS] llap Reduce Output Operator [RS_43] - PartitionCols:_col0,null sort order:aa,sort order:++ + PartitionCols:_col0 Select Operator [SEL_41] (rows=500/500 width=178) Output:["_col0","_col1"] TableScan [TS_40] (rows=500/500 width=178) Output:["key","value"] Reduce Output Operator [RS_44] - PartitionCols:_col0, _col1,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1 Please refer to the previous Select Operator [SEL_41] <-Map 9 [CONTAINS] llap Reduce Output Operator [RS_48] - PartitionCols:_col0,null sort order:aa,sort order:++ + PartitionCols:_col0 Select Operator [SEL_46] (rows=500/500 width=178) Output:["_col0","_col1"] TableScan [TS_45] (rows=500/500 width=178) Output:["key","value"] Reduce Output Operator [RS_49] - PartitionCols:_col0, _col1,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1 Please refer to the previous Select Operator [SEL_46] <-Reducer 2 [CONTAINS] llap Reduce Output Operator [RS_38] - PartitionCols:_col0,null sort order:aa,sort order:++ + PartitionCols:_col0 Select Operator [SEL_36] (rows=1/1 width=272) Output:["_col0","_col1"] Group By Operator [GBY_35] (rows=1/1 width=8) @@ -2168,7 +2168,7 @@ Stage-4 TableScan [TS_0] (rows=500/500 width=10) default@src,s1,Tbl:COMPLETE,Col:COMPLETE Reduce Output Operator [RS_39] - PartitionCols:_col0, _col1,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1 Please refer to the previous Select Operator [SEL_36] PARTITION_ONLY_SHUFFLE [RS_19] Select Operator [SEL_18] (rows=316/310 width=272) @@ -2279,17 +2279,17 @@ Stage-4 <-Union 3 [SIMPLE_EDGE] <-Map 8 [CONTAINS] llap Reduce Output Operator [RS_41] - PartitionCols:_col0,null sort order:aa,sort order:++ + PartitionCols:_col0 Select Operator [SEL_39] (rows=500/500 width=178) Output:["_col0","_col1"] TableScan [TS_38] (rows=500/500 width=178) Output:["key","value"] Reduce Output Operator [RS_42] - PartitionCols:_col0, _col1,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1 Please refer to the previous Select Operator [SEL_39] <-Reducer 2 [CONTAINS] llap Reduce Output Operator [RS_36] - PartitionCols:_col0,null sort order:aa,sort order:++ + PartitionCols:_col0 Select Operator [SEL_34] (rows=1/1 width=272) Output:["_col0","_col1"] Group By Operator [GBY_33] (rows=1/1 width=8) @@ -2300,7 +2300,7 @@ Stage-4 TableScan [TS_0] (rows=500/500 width=10) default@src,s1,Tbl:COMPLETE,Col:COMPLETE Reduce Output Operator [RS_37] - PartitionCols:_col0, _col1,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1 Please refer to the previous Select Operator [SEL_34] PARTITION_ONLY_SHUFFLE [RS_17] Select Operator [SEL_16] (rows=316/310 width=272) diff --git ql/src/test/results/clientpositive/llap/explainuser_1.q.out ql/src/test/results/clientpositive/llap/explainuser_1.q.out index 735296f814..283a665a20 100644 --- ql/src/test/results/clientpositive/llap/explainuser_1.q.out +++ ql/src/test/results/clientpositive/llap/explainuser_1.q.out @@ -76,7 +76,7 @@ Stage-3 TableScan [TS_0] (rows=500 width=178) default@src,src,Tbl:COMPLETE,Col:COMPLETE,Output:["key","value"] SHUFFLE [RS_7] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_6] (rows=1 width=1061) Output:["_col0","_col1","_col2","_col3"],aggregations:["compute_stats(key, 'hll')","compute_stats(value, 'hll')"],keys:ds, ts Select Operator [SEL_5] (rows=500 width=292) @@ -139,7 +139,7 @@ Stage-3 TableScan [TS_0] (rows=500 width=178) default@src,src,Tbl:COMPLETE,Col:COMPLETE,Output:["key","value"] SHUFFLE [RS_11] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_10] (rows=1 width=1061) Output:["_col0","_col1","_col2","_col3"],aggregations:["compute_stats(key, 'hll')","compute_stats(value, 'hll')"],keys:ds, ts Select Operator [SEL_9] (rows=100 width=292) @@ -360,7 +360,7 @@ Stage-0 Output:["_col0","_col1","_col2","_col3"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_3] - PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_2] (rows=10 width=101) Output:["_col0","_col1","_col2","_col3"],aggregations:["sum(c_int)"],keys:key, c_int, c_float Select Operator [SEL_1] (rows=20 width=88) @@ -396,7 +396,7 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["count(VALUE._col0)"],keys:KEY._col0, KEY._col1 <-Reducer 2 [SIMPLE_EDGE] llap SHUFFLE [RS_8] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_7] (rows=5 width=20) Output:["_col0","_col1","_col2"],aggregations:["count()"],keys:_col0, _col1 Select Operator [SEL_5] (rows=10 width=101) @@ -405,7 +405,7 @@ Stage-0 Output:["_col0","_col1","_col2","_col3"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_3] - PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_2] (rows=10 width=101) Output:["_col0","_col1","_col2","_col3"],aggregations:["sum(c_int)"],keys:key, c_int, c_float Select Operator [SEL_1] (rows=20 width=88) @@ -449,14 +449,13 @@ Stage-0 Output:["_col0","_col1","_col2"] <-Reducer 4 [SIMPLE_EDGE] llap SHUFFLE [RS_28] - null sort order:zz,sort order:-+ Select Operator [SEL_27] (rows=1 width=28) Output:["_col0","_col1","_col2","_col3"] Group By Operator [GBY_26] (rows=1 width=20) Output:["_col0","_col1","_col2"],aggregations:["count(VALUE._col0)"],keys:KEY._col0, KEY._col1 <-Reducer 3 [SIMPLE_EDGE] llap SHUFFLE [RS_25] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_24] (rows=1 width=20) Output:["_col0","_col1","_col2"],aggregations:["count()"],keys:_col5, _col1 Select Operator [SEL_23] (rows=1 width=20) @@ -465,12 +464,12 @@ Stage-0 Conds:RS_20._col3=RS_21._col0(Inner),Output:["_col1","_col4","_col5","_col7"],residual filter predicates:{((_col4 + _col7) >= 0)} <-Reducer 2 [SIMPLE_EDGE] llap SHUFFLE [RS_20] - PartitionCols:_col3,null sort order:a,sort order:+ + PartitionCols:_col3 Merge Join Operator [MERGEJOIN_63] (rows=2 width=105) Conds:RS_17._col0=RS_18._col0(Inner),Output:["_col1","_col2","_col3","_col4","_col5"],residual filter predicates:{((_col4 > 0) or _col2)} <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_17] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_2] (rows=18 width=88) Output:["_col0","_col1","_col2"] Filter Operator [FIL_37] (rows=18 width=84) @@ -479,14 +478,14 @@ Stage-0 default@cbo_t3,cbo_t3,Tbl:COMPLETE,Col:COMPLETE,Output:["key","c_int"] <-Reducer 7 [SIMPLE_EDGE] llap SHUFFLE [RS_18] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_9] (rows=1 width=97) Output:["_col0","_col1","_col2"] Group By Operator [GBY_8] (rows=1 width=101) Output:["_col0","_col1","_col2","_col3"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Map 6 [SIMPLE_EDGE] llap SHUFFLE [RS_7] - PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_6] (rows=2 width=101) Output:["_col0","_col1","_col2","_col3"],aggregations:["sum(c_int)"],keys:key, c_int, c_float Filter Operator [FIL_38] (rows=5 width=93) @@ -495,14 +494,14 @@ Stage-0 default@cbo_t1,cbo_t1,Tbl:COMPLETE,Col:COMPLETE,Output:["key","c_int","c_float"] <-Reducer 9 [SIMPLE_EDGE] llap SHUFFLE [RS_21] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_16] (rows=2 width=89) Output:["_col0","_col1"] Group By Operator [GBY_15] (rows=2 width=93) Output:["_col0","_col1","_col2"],keys:KEY._col0, KEY._col1, KEY._col2 <-Map 8 [SIMPLE_EDGE] llap SHUFFLE [RS_14] - PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_13] (rows=2 width=93) Output:["_col0","_col1","_col2"],keys:key, c_int, c_float Filter Operator [FIL_39] (rows=5 width=93) @@ -546,14 +545,13 @@ Stage-0 Output:["_col0","_col1","_col2"] <-Reducer 4 [SIMPLE_EDGE] llap SHUFFLE [RS_28] - null sort order:zz,sort order:+- Select Operator [SEL_27] (rows=1 width=28) Output:["_col0","_col1","_col2","_col3"] Group By Operator [GBY_26] (rows=1 width=20) Output:["_col0","_col1","_col2"],aggregations:["count(VALUE._col0)"],keys:KEY._col0, KEY._col1 <-Reducer 3 [SIMPLE_EDGE] llap SHUFFLE [RS_25] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_24] (rows=1 width=20) Output:["_col0","_col1","_col2"],aggregations:["count()"],keys:_col1, _col7 Select Operator [SEL_23] (rows=1 width=20) @@ -562,12 +560,12 @@ Stage-0 Conds:RS_20._col5=RS_21._col0(Inner),Output:["_col1","_col6","_col7","_col9"],residual filter predicates:{((_col6 + _col9) >= 0)} <-Reducer 2 [SIMPLE_EDGE] llap SHUFFLE [RS_20] - PartitionCols:_col5,null sort order:a,sort order:+ + PartitionCols:_col5 Merge Join Operator [MERGEJOIN_63] (rows=1 width=117) Conds:RS_17._col0=RS_18._col0(Inner),Output:["_col1","_col2","_col3","_col4","_col5","_col6","_col7"],residual filter predicates:{((_col6 > 0) or _col2)} {(_col3 or (_col7 >= 1L))} {((_col4 + _col7) >= 0L)} <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_17] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_2] (rows=18 width=99) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_37] (rows=18 width=84) @@ -576,14 +574,14 @@ Stage-0 default@cbo_t3,cbo_t3,Tbl:COMPLETE,Col:COMPLETE,Output:["key","c_int"] <-Reducer 7 [SIMPLE_EDGE] llap SHUFFLE [RS_18] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_9] (rows=1 width=97) Output:["_col0","_col1","_col2"] Group By Operator [GBY_8] (rows=1 width=101) Output:["_col0","_col1","_col2","_col3"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Map 6 [SIMPLE_EDGE] llap SHUFFLE [RS_7] - PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_6] (rows=1 width=101) Output:["_col0","_col1","_col2","_col3"],aggregations:["sum(c_int)"],keys:key, c_int, c_float Filter Operator [FIL_38] (rows=2 width=93) @@ -592,14 +590,14 @@ Stage-0 default@cbo_t1,cbo_t1,Tbl:COMPLETE,Col:COMPLETE,Output:["key","c_int","c_float"] <-Reducer 9 [SIMPLE_EDGE] llap SHUFFLE [RS_21] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_16] (rows=1 width=89) Output:["_col0","_col1"] Group By Operator [GBY_15] (rows=1 width=93) Output:["_col0","_col1","_col2"],keys:KEY._col0, KEY._col1, KEY._col2 <-Map 8 [SIMPLE_EDGE] llap SHUFFLE [RS_14] - PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_13] (rows=1 width=93) Output:["_col0","_col1","_col2"],keys:key, c_int, c_float Filter Operator [FIL_39] (rows=2 width=93) @@ -642,7 +640,7 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["count(VALUE._col0)"],keys:KEY._col0, KEY._col1 <-Reducer 3 [SIMPLE_EDGE] llap SHUFFLE [RS_25] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_24] (rows=1 width=20) Output:["_col0","_col1","_col2"],aggregations:["count()"],keys:_col1, _col5 Select Operator [SEL_23] (rows=1 width=20) @@ -651,12 +649,12 @@ Stage-0 Conds:RS_20._col3=RS_21._col0(Inner),Output:["_col1","_col4","_col5","_col7"],residual filter predicates:{((_col4 + _col7) >= 2)} <-Reducer 2 [SIMPLE_EDGE] llap SHUFFLE [RS_20] - PartitionCols:_col3,null sort order:a,sort order:+ + PartitionCols:_col3 Merge Join Operator [MERGEJOIN_60] (rows=2 width=105) Conds:RS_17._col0=RS_18._col0(Inner),Output:["_col1","_col2","_col3","_col4","_col5"],residual filter predicates:{((_col4 > 0) or _col2)} <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_17] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_2] (rows=18 width=88) Output:["_col0","_col1","_col2"] Filter Operator [FIL_34] (rows=18 width=84) @@ -665,14 +663,14 @@ Stage-0 default@cbo_t3,cbo_t3,Tbl:COMPLETE,Col:COMPLETE,Output:["key","c_int"] <-Reducer 6 [SIMPLE_EDGE] llap SHUFFLE [RS_18] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_9] (rows=1 width=97) Output:["_col0","_col1","_col2"] Group By Operator [GBY_8] (rows=1 width=101) Output:["_col0","_col1","_col2","_col3"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Map 5 [SIMPLE_EDGE] llap SHUFFLE [RS_7] - PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_6] (rows=1 width=101) Output:["_col0","_col1","_col2","_col3"],aggregations:["sum(c_int)"],keys:key, c_int, c_float Filter Operator [FIL_35] (rows=2 width=93) @@ -681,14 +679,14 @@ Stage-0 default@cbo_t1,cbo_t1,Tbl:COMPLETE,Col:COMPLETE,Output:["key","c_int","c_float"] <-Reducer 8 [SIMPLE_EDGE] llap SHUFFLE [RS_21] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_16] (rows=1 width=89) Output:["_col0","_col1"] Group By Operator [GBY_15] (rows=1 width=93) Output:["_col0","_col1","_col2"],keys:KEY._col0, KEY._col1, KEY._col2 <-Map 7 [SIMPLE_EDGE] llap SHUFFLE [RS_14] - PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_13] (rows=1 width=93) Output:["_col0","_col1","_col2"],keys:key, c_int, c_float Filter Operator [FIL_36] (rows=2 width=93) @@ -732,12 +730,11 @@ Stage-0 Output:["_col0","_col1","_col2"] <-Reducer 4 [SIMPLE_EDGE] llap SHUFFLE [RS_28] - null sort order:z,sort order:+ Group By Operator [GBY_26] (rows=1 width=20) Output:["_col0","_col1","_col2"],aggregations:["count(VALUE._col0)"],keys:KEY._col0, KEY._col1 <-Reducer 3 [SIMPLE_EDGE] llap SHUFFLE [RS_25] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_24] (rows=1 width=20) Output:["_col0","_col1","_col2"],aggregations:["count()"],keys:_col1, _col7 Select Operator [SEL_23] (rows=1 width=20) @@ -746,12 +743,12 @@ Stage-0 Conds:RS_20._col5=RS_21._col0(Inner),Output:["_col1","_col6","_col7","_col9"],residual filter predicates:{((_col6 + _col9) >= 0)} <-Reducer 2 [SIMPLE_EDGE] llap SHUFFLE [RS_20] - PartitionCols:_col5,null sort order:a,sort order:+ + PartitionCols:_col5 Merge Join Operator [MERGEJOIN_62] (rows=1 width=117) Conds:RS_17._col0=RS_18._col0(Inner),Output:["_col1","_col2","_col3","_col4","_col5","_col6","_col7"],residual filter predicates:{((_col6 > 0) or _col2)} {(_col3 or (_col7 >= 1L))} {((_col4 + _col7) >= 0L)} <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_17] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_2] (rows=18 width=99) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_36] (rows=18 width=84) @@ -760,14 +757,14 @@ Stage-0 default@cbo_t3,cbo_t3,Tbl:COMPLETE,Col:COMPLETE,Output:["key","c_int"] <-Reducer 7 [SIMPLE_EDGE] llap SHUFFLE [RS_18] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_9] (rows=1 width=97) Output:["_col0","_col1","_col2"] Group By Operator [GBY_8] (rows=1 width=101) Output:["_col0","_col1","_col2","_col3"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Map 6 [SIMPLE_EDGE] llap SHUFFLE [RS_7] - PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_6] (rows=1 width=101) Output:["_col0","_col1","_col2","_col3"],aggregations:["sum(c_int)"],keys:key, c_int, c_float Filter Operator [FIL_37] (rows=2 width=93) @@ -776,14 +773,14 @@ Stage-0 default@cbo_t1,cbo_t1,Tbl:COMPLETE,Col:COMPLETE,Output:["key","c_int","c_float"] <-Reducer 9 [SIMPLE_EDGE] llap SHUFFLE [RS_21] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_16] (rows=1 width=89) Output:["_col0","_col1"] Group By Operator [GBY_15] (rows=1 width=93) Output:["_col0","_col1","_col2"],keys:KEY._col0, KEY._col1, KEY._col2 <-Map 8 [SIMPLE_EDGE] llap SHUFFLE [RS_14] - PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_13] (rows=1 width=93) Output:["_col0","_col1","_col2"],keys:key, c_int, c_float Filter Operator [FIL_38] (rows=2 width=93) @@ -826,7 +823,7 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["count(VALUE._col0)"],keys:KEY._col0, KEY._col1 <-Reducer 3 [SIMPLE_EDGE] llap SHUFFLE [RS_25] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_24] (rows=1 width=20) Output:["_col0","_col1","_col2"],aggregations:["count()"],keys:_col1, _col5 Select Operator [SEL_23] (rows=1 width=20) @@ -835,12 +832,12 @@ Stage-0 Conds:RS_20._col3=RS_21._col0(Inner),Output:["_col1","_col4","_col5","_col7"],residual filter predicates:{((_col4 + _col7) >= 0)} <-Reducer 2 [SIMPLE_EDGE] llap SHUFFLE [RS_20] - PartitionCols:_col3,null sort order:a,sort order:+ + PartitionCols:_col3 Merge Join Operator [MERGEJOIN_60] (rows=2 width=105) Conds:RS_17._col0=RS_18._col0(Inner),Output:["_col1","_col2","_col3","_col4","_col5"],residual filter predicates:{((_col4 > 0) or _col2)} <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_17] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_2] (rows=18 width=88) Output:["_col0","_col1","_col2"] Filter Operator [FIL_34] (rows=18 width=84) @@ -849,14 +846,14 @@ Stage-0 default@cbo_t3,cbo_t3,Tbl:COMPLETE,Col:COMPLETE,Output:["key","c_int"] <-Reducer 6 [SIMPLE_EDGE] llap SHUFFLE [RS_18] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_9] (rows=1 width=97) Output:["_col0","_col1","_col2"] Group By Operator [GBY_8] (rows=1 width=101) Output:["_col0","_col1","_col2","_col3"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Map 5 [SIMPLE_EDGE] llap SHUFFLE [RS_7] - PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_6] (rows=1 width=101) Output:["_col0","_col1","_col2","_col3"],aggregations:["sum(c_int)"],keys:key, c_int, c_float Filter Operator [FIL_35] (rows=2 width=93) @@ -865,14 +862,14 @@ Stage-0 default@cbo_t1,cbo_t1,Tbl:COMPLETE,Col:COMPLETE,Output:["key","c_int","c_float"] <-Reducer 8 [SIMPLE_EDGE] llap SHUFFLE [RS_21] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_16] (rows=1 width=89) Output:["_col0","_col1"] Group By Operator [GBY_15] (rows=1 width=93) Output:["_col0","_col1","_col2"],keys:KEY._col0, KEY._col1, KEY._col2 <-Map 7 [SIMPLE_EDGE] llap SHUFFLE [RS_14] - PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_13] (rows=1 width=93) Output:["_col0","_col1","_col2"],keys:key, c_int, c_float Filter Operator [FIL_36] (rows=2 width=93) @@ -929,7 +926,6 @@ Stage-0 <-Union 3 [SIMPLE_EDGE] <-Reducer 2 [CONTAINS] llap Reduce Output Operator [RS_29] - null sort order:z,sort order:+ Select Operator [SEL_27] (rows=1 width=87) Output:["_col0"] Group By Operator [GBY_26] (rows=1 width=8) @@ -944,7 +940,6 @@ Stage-0 default@cbo_t3,s1,Tbl:COMPLETE,Col:COMPLETE,Output:["key"] <-Reducer 6 [CONTAINS] llap Reduce Output Operator [RS_33] - null sort order:z,sort order:+ Select Operator [SEL_31] (rows=1 width=87) Output:["_col0"] Group By Operator [GBY_30] (rows=1 width=8) @@ -959,7 +954,6 @@ Stage-0 default@cbo_t3,s2,Tbl:COMPLETE,Col:COMPLETE,Output:["key"] <-Reducer 8 [CONTAINS] llap Reduce Output Operator [RS_37] - null sort order:z,sort order:+ Select Operator [SEL_35] (rows=1 width=87) Output:["_col0"] Group By Operator [GBY_34] (rows=1 width=8) @@ -1008,13 +1002,12 @@ Stage-0 Output:["_col0","_col1"] <-Reducer 4 [SIMPLE_EDGE] llap SHUFFLE [RS_28] - null sort order:z,sort order:+ Group By Operator [GBY_26] (rows=1 width=95) Output:["_col0","_col1"],aggregations:["count(VALUE._col0)"],keys:KEY._col0 <-Union 3 [SIMPLE_EDGE] <-Reducer 2 [CONTAINS] llap Reduce Output Operator [RS_35] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_34] (rows=1 width=95) Output:["_col0","_col1"],aggregations:["count()"],keys:_col0 Select Operator [SEL_32] (rows=1 width=87) @@ -1031,7 +1024,7 @@ Stage-0 default@cbo_t3,s1,Tbl:COMPLETE,Col:COMPLETE,Output:["key"] <-Reducer 7 [CONTAINS] llap Reduce Output Operator [RS_40] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_39] (rows=1 width=95) Output:["_col0","_col1"],aggregations:["count()"],keys:_col0 Select Operator [SEL_37] (rows=1 width=87) @@ -1048,7 +1041,7 @@ Stage-0 default@cbo_t3,s2,Tbl:COMPLETE,Col:COMPLETE,Output:["key"] <-Reducer 9 [CONTAINS] llap Reduce Output Operator [RS_45] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_44] (rows=1 width=95) Output:["_col0","_col1"],aggregations:["count()"],keys:_col0 Select Operator [SEL_42] (rows=1 width=87) @@ -1091,7 +1084,7 @@ Stage-0 Conds:RS_6._col0=RS_7._col0(Inner),Output:["_col0"] <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_6] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_2] (rows=6 width=85) Output:["_col0"] Filter Operator [FIL_13] (rows=6 width=85) @@ -1100,7 +1093,7 @@ Stage-0 default@cbo_t1,cbo_t1,Tbl:COMPLETE,Col:COMPLETE,Output:["key"] <-Map 3 [SIMPLE_EDGE] llap SHUFFLE [RS_7] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_5] (rows=6 width=85) Output:["_col0"] Filter Operator [FIL_14] (rows=6 width=85) @@ -1139,14 +1132,14 @@ Stage-0 Conds:RS_5._col0=RS_6._col0(Left Outer),Output:["_col1","_col3"] <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_5] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_1] (rows=20 width=84) Output:["_col0","_col1"] TableScan [TS_0] (rows=20 width=84) default@cbo_t1,cbo_t1,Tbl:COMPLETE,Col:COMPLETE,Output:["key","c_int"] <-Map 3 [SIMPLE_EDGE] llap SHUFFLE [RS_6] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_4] (rows=18 width=84) Output:["_col0","_col1"] Filter Operator [FIL_11] (rows=18 width=84) @@ -1185,14 +1178,14 @@ Stage-0 Conds:RS_4._col0=RS_5._col0(Outer),Output:["_col1","_col3"] <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_4] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_1] (rows=20 width=84) Output:["_col0","_col1"] TableScan [TS_0] (rows=20 width=84) default@cbo_t1,cbo_t1,Tbl:COMPLETE,Col:COMPLETE,Output:["key","c_int"] <-Map 3 [SIMPLE_EDGE] llap SHUFFLE [RS_5] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_3] (rows=20 width=84) Output:["_col0","_col1"] TableScan [TS_2] (rows=20 width=84) @@ -1232,7 +1225,7 @@ Stage-0 Conds:RS_12._col0=RS_13._col0(Inner),Output:["_col1","_col2","_col4","_col5","_col6"] <-Map 5 [SIMPLE_EDGE] llap SHUFFLE [RS_13] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_8] (rows=18 width=84) Output:["_col0","_col1"] Filter Operator [FIL_24] (rows=18 width=84) @@ -1241,12 +1234,12 @@ Stage-0 default@cbo_t2,cbo_t2,Tbl:COMPLETE,Col:COMPLETE,Output:["key","c_int"] <-Reducer 2 [SIMPLE_EDGE] llap SHUFFLE [RS_12] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_48] (rows=54 width=95) Conds:RS_9._col0=RS_10._col0(Inner),Output:["_col0","_col1","_col2","_col4"] <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_9] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_2] (rows=18 width=87) Output:["_col0","_col1","_col2"] Filter Operator [FIL_22] (rows=18 width=87) @@ -1255,7 +1248,7 @@ Stage-0 default@cbo_t1,cbo_t1,Tbl:COMPLETE,Col:COMPLETE,Output:["key","c_int","c_float"] <-Map 4 [SIMPLE_EDGE] llap SHUFFLE [RS_10] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_5] (rows=18 width=84) Output:["_col0","_col1"] Filter Operator [FIL_23] (rows=18 width=84) @@ -1297,7 +1290,7 @@ Stage-0 Conds:RS_12._col0=RS_13._col0(Inner),Output:["_col0","_col1","_col3","_col4"] <-Map 5 [SIMPLE_EDGE] llap SHUFFLE [RS_13] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_8] (rows=18 width=84) Output:["_col0","_col1"] Filter Operator [FIL_24] (rows=18 width=84) @@ -1306,12 +1299,12 @@ Stage-0 default@cbo_t2,cbo_t2,Tbl:COMPLETE,Col:COMPLETE,Output:["key","c_int"] <-Reducer 2 [SIMPLE_EDGE] llap SHUFFLE [RS_12] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_48] (rows=54 width=87) Conds:RS_9._col0=RS_10._col0(Inner),Output:["_col0","_col1"] <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_9] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_2] (rows=18 width=84) Output:["_col0","_col1"] Filter Operator [FIL_22] (rows=18 width=84) @@ -1320,7 +1313,7 @@ Stage-0 default@cbo_t1,cbo_t1,Tbl:COMPLETE,Col:COMPLETE,Output:["key","c_int"] <-Map 4 [SIMPLE_EDGE] llap SHUFFLE [RS_10] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_5] (rows=18 width=80) Output:["_col0"] Filter Operator [FIL_23] (rows=18 width=80) @@ -1362,7 +1355,7 @@ Stage-0 Conds:RS_12._col0=RS_13._col0(Inner),Output:["_col1","_col2","_col3","_col4","_col6","_col7"],residual filter predicates:{((_col1 > 0) or _col7)} {((_col1 > 0) or (_col6 >= 0))} <-Map 5 [SIMPLE_EDGE] llap SHUFFLE [RS_13] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_8] (rows=18 width=88) Output:["_col0","_col1","_col2"] Filter Operator [FIL_24] (rows=18 width=84) @@ -1371,12 +1364,12 @@ Stage-0 default@cbo_t3,cbo_t3,Tbl:COMPLETE,Col:COMPLETE,Output:["key","c_int"] <-Reducer 2 [SIMPLE_EDGE] llap SHUFFLE [RS_12] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_48] (rows=13 width=182) Conds:RS_9._col0=RS_10._col0(Inner),Output:["_col0","_col1","_col2","_col3","_col4"],residual filter predicates:{((_col1 + _col4) = 2)} <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_9] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_2] (rows=9 width=93) Output:["_col0","_col1","_col2"] Filter Operator [FIL_22] (rows=9 width=93) @@ -1385,7 +1378,7 @@ Stage-0 default@cbo_t1,cbo_t1,Tbl:COMPLETE,Col:COMPLETE,Output:["key","c_int","c_float"] <-Map 4 [SIMPLE_EDGE] llap SHUFFLE [RS_10] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_5] (rows=9 width=89) Output:["_col0","_col1"] Filter Operator [FIL_23] (rows=9 width=93) @@ -1427,7 +1420,7 @@ Stage-0 Conds:RS_12._col0=RS_13._col0(Inner),Output:["_col1","_col2","_col3","_col4","_col6","_col7"],residual filter predicates:{((_col1 > 0) or _col7)} {((_col1 > 0) or (_col6 >= 0))} <-Map 5 [SIMPLE_EDGE] llap SHUFFLE [RS_13] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_8] (rows=18 width=88) Output:["_col0","_col1","_col2"] Filter Operator [FIL_24] (rows=18 width=84) @@ -1436,12 +1429,12 @@ Stage-0 default@cbo_t3,cbo_t3,Tbl:COMPLETE,Col:COMPLETE,Output:["key","c_int"] <-Reducer 2 [SIMPLE_EDGE] llap SHUFFLE [RS_12] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_48] (rows=13 width=182) Conds:RS_9._col0=RS_10._col0(Inner),Output:["_col0","_col1","_col2","_col3","_col4"],residual filter predicates:{((_col1 + _col4) = 2)} <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_9] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_2] (rows=9 width=93) Output:["_col0","_col1","_col2"] Filter Operator [FIL_22] (rows=9 width=93) @@ -1450,7 +1443,7 @@ Stage-0 default@cbo_t1,cbo_t1,Tbl:COMPLETE,Col:COMPLETE,Output:["key","c_int","c_float"] <-Map 4 [SIMPLE_EDGE] llap SHUFFLE [RS_10] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_5] (rows=9 width=89) Output:["_col0","_col1"] Filter Operator [FIL_23] (rows=9 width=93) @@ -1486,14 +1479,13 @@ Stage-0 Output:["_col0","_col1","_col2"] <-Reducer 2 [SIMPLE_EDGE] llap SHUFFLE [RS_6] - null sort order:z,sort order:+ Select Operator [SEL_5] (rows=10 width=97) Output:["_col0","_col1","_col2"] Group By Operator [GBY_4] (rows=10 width=101) Output:["_col0","_col1","_col2","_col3"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_3] - PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_2] (rows=10 width=101) Output:["_col0","_col1","_col2","_col3"],aggregations:["sum(c_int)"],keys:key, c_int, c_float Select Operator [SEL_1] (rows=20 width=88) @@ -1530,23 +1522,22 @@ Stage-0 Output:["_col0","_col1","_col2"] <-Reducer 3 [SIMPLE_EDGE] llap SHUFFLE [RS_11] - null sort order:zz,sort order:++ Group By Operator [GBY_9] (rows=5 width=20) Output:["_col0","_col1","_col2"],aggregations:["count(VALUE._col0)"],keys:KEY._col0, KEY._col1 <-Reducer 2 [SIMPLE_EDGE] llap SHUFFLE [RS_8] - PartitionCols:_col0, _col1,null sort order:zz,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_7] (rows=5 width=20) Output:["_col0","_col1","_col2"],aggregations:["count()"],keys:_col1, _col0 Top N Key Operator [TNK_15] (rows=10 width=101) - keys:_col1, _col0,null sort order:zz,sort order:++,top n:1 + keys:_col1, _col0,top n:1 Select Operator [SEL_5] (rows=10 width=101) Output:["_col0","_col1"] Group By Operator [GBY_4] (rows=10 width=101) Output:["_col0","_col1","_col2","_col3"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_3] - PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_2] (rows=10 width=101) Output:["_col0","_col1","_col2","_col3"],aggregations:["sum(c_int)"],keys:key, c_int, c_float Select Operator [SEL_1] (rows=20 width=88) @@ -1605,21 +1596,18 @@ Stage-0 Output:["_col0","_col1"] <-Reducer 3 [SIMPLE_EDGE] llap SHUFFLE [RS_10] - null sort order:z,sort order:+ Limit [LIM_8] (rows=5 width=89) Number of rows:5 Select Operator [SEL_7] (rows=5 width=89) Output:["_col0","_col1"] <-Reducer 2 [SIMPLE_EDGE] llap SHUFFLE [RS_6] - null sort order:z,sort order:+ Limit [LIM_4] (rows=5 width=89) Number of rows:5 Select Operator [SEL_3] (rows=20 width=84) Output:["_col0","_col1"] <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_2] - null sort order:z,sort order:+ Select Operator [SEL_1] (rows=20 width=84) Output:["_col0","_col1"] TableScan [TS_0] (rows=20 width=84) @@ -1665,14 +1653,13 @@ Stage-0 Output:["_col0","_col1","_col2"] <-Reducer 6 [SIMPLE_EDGE] llap SHUFFLE [RS_40] - null sort order:zz,sort order:-+ Select Operator [SEL_39] (rows=1 width=28) Output:["_col0","_col1","_col2","_col3"] Group By Operator [GBY_38] (rows=1 width=20) Output:["_col0","_col1","_col2"],aggregations:["count(VALUE._col0)"],keys:KEY._col0, KEY._col1 <-Reducer 5 [SIMPLE_EDGE] llap SHUFFLE [RS_37] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_36] (rows=1 width=20) Output:["_col0","_col1","_col2"],aggregations:["count()"],keys:_col4, _col7 Select Operator [SEL_35] (rows=2 width=20) @@ -1681,7 +1668,7 @@ Stage-0 Conds:RS_32._col2=RS_33._col0(Inner),Output:["_col4","_col5","_col7","_col8"],residual filter predicates:{(_col5 or _col8)} <-Map 11 [SIMPLE_EDGE] llap SHUFFLE [RS_33] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_28] (rows=18 width=88) Output:["_col0","_col1","_col2"] Filter Operator [FIL_54] (rows=18 width=84) @@ -1690,12 +1677,12 @@ Stage-0 default@cbo_t3,cbo_t3,Tbl:COMPLETE,Col:COMPLETE,Output:["key","c_int"] <-Reducer 4 [SIMPLE_EDGE] llap SHUFFLE [RS_32] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Merge Join Operator [MERGEJOIN_71] (rows=1 width=105) Conds:RS_29._col0=RS_30._col0(Inner),Output:["_col1","_col2","_col3","_col4","_col5"],residual filter predicates:{((_col3 + _col1) >= 0)} <-Reducer 10 [SIMPLE_EDGE] llap SHUFFLE [RS_30] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_25] (rows=2 width=101) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_24] (rows=2 width=97) @@ -1706,25 +1693,24 @@ Stage-0 Output:["_col0","_col1","_col2"] <-Reducer 9 [SIMPLE_EDGE] llap SHUFFLE [RS_20] - null sort order:z,sort order:+ Select Operator [SEL_19] (rows=3 width=97) Output:["_col0","_col1","_col2"] Group By Operator [GBY_18] (rows=3 width=101) Output:["_col0","_col1","_col2","_col3"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Map 8 [SIMPLE_EDGE] llap SHUFFLE [RS_17] - PartitionCols:_col0, _col1, _col2,null sort order:zaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_16] (rows=3 width=101) Output:["_col0","_col1","_col2","_col3"],aggregations:["sum(c_int)"],keys:key, c_int, c_float Top N Key Operator [TNK_55] (rows=6 width=93) - keys:key, c_int, c_float,null sort order:zaa,sort order:+++,top n:5 + keys:key, c_int, c_float,top n:5 Filter Operator [FIL_53] (rows=6 width=93) predicate:(((c_int > 0) or (c_float >= 0.0)) and ((c_int + 1) >= 0)) TableScan [TS_13] (rows=20 width=88) default@cbo_t1,cbo_t1,Tbl:COMPLETE,Col:COMPLETE,Output:["key","c_int","c_float"] <-Reducer 3 [SIMPLE_EDGE] llap SHUFFLE [RS_29] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Filter Operator [FIL_11] (rows=2 width=105) predicate:_col0 is not null Limit [LIM_9] (rows=3 width=105) @@ -1733,14 +1719,13 @@ Stage-0 Output:["_col0","_col1"] <-Reducer 2 [SIMPLE_EDGE] llap SHUFFLE [RS_7] - null sort order:zz,sort order:-+ Select Operator [SEL_6] (rows=3 width=105) Output:["_col0","_col1","_col2","_col3"] Group By Operator [GBY_5] (rows=3 width=101) Output:["_col0","_col1","_col2","_col3"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_4] - PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_3] (rows=3 width=101) Output:["_col0","_col1","_col2","_col3"],aggregations:["sum(c_int)"],keys:key, c_int, c_float Filter Operator [FIL_51] (rows=6 width=93) @@ -1779,7 +1764,7 @@ Stage-0 Conds:RS_8._col0=RS_9._col0(Left Semi),Output:["_col1"] <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_8] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_2] (rows=9 width=93) Output:["_col0","_col1"] Filter Operator [FIL_15] (rows=9 width=93) @@ -1788,7 +1773,7 @@ Stage-0 default@cbo_t1,cbo_t1,Tbl:COMPLETE,Col:COMPLETE,Output:["key","c_int","c_float"] <-Map 3 [SIMPLE_EDGE] llap SHUFFLE [RS_9] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_7] (rows=6 width=85) Output:["_col0"],keys:_col0 Select Operator [SEL_5] (rows=18 width=80) @@ -1832,7 +1817,7 @@ Stage-0 Conds:RS_16._col0=RS_17._col0(Left Semi),Output:["_col0","_col1","_col2"] <-Map 5 [SIMPLE_EDGE] llap SHUFFLE [RS_17] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_15] (rows=7 width=85) Output:["_col0"],keys:_col0 Select Operator [SEL_8] (rows=18 width=80) @@ -1843,12 +1828,12 @@ Stage-0 default@cbo_t3,cbo_t3,Tbl:COMPLETE,Col:COMPLETE,Output:["key"] <-Reducer 2 [SIMPLE_EDGE] llap SHUFFLE [RS_16] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_52] (rows=9 width=93) Conds:RS_11._col0=RS_12._col0(Left Semi),Output:["_col0","_col1","_col2"] <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_11] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_2] (rows=9 width=93) Output:["_col0","_col1","_col2"] Filter Operator [FIL_26] (rows=9 width=93) @@ -1857,7 +1842,7 @@ Stage-0 default@cbo_t1,cbo_t1,Tbl:COMPLETE,Col:COMPLETE,Output:["key","c_int","c_float"] <-Map 4 [SIMPLE_EDGE] llap SHUFFLE [RS_12] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_10] (rows=4 width=85) Output:["_col0"],keys:_col0 Select Operator [SEL_5] (rows=9 width=85) @@ -1903,21 +1888,20 @@ Stage-0 Output:["_col0","_col1","_col2"] <-Reducer 5 [SIMPLE_EDGE] llap SHUFFLE [RS_34] - null sort order:zz,sort order:++ Select Operator [SEL_33] (rows=1 width=101) Output:["_col0","_col1","_col2"] Group By Operator [GBY_32] (rows=1 width=101) Output:["_col0","_col1","_col2"],aggregations:["count(VALUE._col0)"],keys:KEY._col0, KEY._col1 <-Reducer 4 [SIMPLE_EDGE] llap SHUFFLE [RS_31] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_30] (rows=1 width=101) Output:["_col0","_col1","_col2"],aggregations:["count()"],keys:_col1, _col0 Merge Join Operator [MERGEJOIN_69] (rows=1 width=93) Conds:RS_26._col0=RS_27._col0(Left Semi),Output:["_col0","_col1"] <-Map 9 [SIMPLE_EDGE] llap SHUFFLE [RS_27] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_25] (rows=3 width=85) Output:["_col0"],keys:_col0 Select Operator [SEL_18] (rows=6 width=85) @@ -1928,12 +1912,12 @@ Stage-0 default@cbo_t3,cbo_t3,Tbl:COMPLETE,Col:COMPLETE,Output:["key"] <-Reducer 3 [SIMPLE_EDGE] llap SHUFFLE [RS_26] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_68] (rows=1 width=93) Conds:RS_21._col0=RS_22._col0(Left Semi),Output:["_col0","_col1"] <-Reducer 2 [SIMPLE_EDGE] llap SHUFFLE [RS_21] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_8] (rows=1 width=93) Output:["_col0","_col1"] Filter Operator [FIL_7] (rows=1 width=101) @@ -1944,7 +1928,7 @@ Stage-0 Output:["_col0","_col1","_col2","_col3"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_4] - PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_3] (rows=1 width=101) Output:["_col0","_col1","_col2","_col3"],aggregations:["sum(c_int)"],keys:key, c_int, c_float Filter Operator [FIL_42] (rows=1 width=93) @@ -1953,7 +1937,7 @@ Stage-0 default@cbo_t1,cbo_t1,Tbl:COMPLETE,Col:COMPLETE,Output:["key","c_int","c_float"] <-Reducer 8 [SIMPLE_EDGE] llap SHUFFLE [RS_22] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_20] (rows=1 width=85) Output:["_col0"],keys:_col0 Select Operator [SEL_15] (rows=1 width=85) @@ -1962,7 +1946,7 @@ Stage-0 Output:["_col0","_col1","_col2"],keys:KEY._col0, KEY._col1, KEY._col2 <-Map 7 [SIMPLE_EDGE] llap SHUFFLE [RS_13] - PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_12] (rows=1 width=93) Output:["_col0","_col1","_col2"],keys:key, c_int, c_float Filter Operator [FIL_43] (rows=1 width=93) @@ -2116,14 +2100,14 @@ Stage-0 Conds:RS_14._col1=RS_15._col1(Left Outer),Output:["_col0","_col1","_col2"] <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_14] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_1] (rows=500 width=178) Output:["_col0","_col1"] TableScan [TS_0] (rows=500 width=178) default@src_cbo,b,Tbl:COMPLETE,Col:COMPLETE,Output:["key","value"] <-Reducer 3 [SIMPLE_EDGE] llap SHUFFLE [RS_15] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_13] (rows=83 width=95) Output:["_col0","_col1"] Group By Operator [GBY_12] (rows=83 width=91) @@ -2134,7 +2118,7 @@ Stage-0 Output:["_col0","_col1"],keys:KEY._col0, KEY._col1 <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_6] - PartitionCols:_col0,null sort order:aa,sort order:++ + PartitionCols:_col0 Group By Operator [GBY_5] (rows=83 width=178) Output:["_col0","_col1"],keys:value, key Filter Operator [FIL_21] (rows=166 width=178) @@ -2188,7 +2172,7 @@ Stage-0 Output:["_col0","_col1"],keys:KEY._col0, KEY._col1 <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_3] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_2] (rows=250 width=178) Output:["_col0","_col1"],keys:key, value Select Operator [SEL_1] (rows=500 width=178) @@ -2197,7 +2181,7 @@ Stage-0 default@src_cbo,b,Tbl:COMPLETE,Col:COMPLETE,Output:["key","value"] <-Map 3 [SIMPLE_EDGE] llap SHUFFLE [RS_10] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_9] (rows=83 width=178) Output:["_col0","_col1"],keys:key, value Filter Operator [FIL_20] (rows=166 width=178) @@ -2254,7 +2238,7 @@ Stage-0 Conds:RS_8._col0, _col1=RS_9._col0, _col1(Left Semi),Output:["_col0","_col1"] <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_8] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Select Operator [SEL_2] (rows=166 width=178) Output:["_col0","_col1"] Filter Operator [FIL_15] (rows=166 width=178) @@ -2263,7 +2247,7 @@ Stage-0 default@src_cbo,b,Tbl:COMPLETE,Col:COMPLETE,Output:["key","value"],properties:{"insideView":"TRUE"} <-Map 3 [SIMPLE_EDGE] llap SHUFFLE [RS_9] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_7] (rows=83 width=178) Output:["_col0","_col1"],keys:_col0, _col1 Select Operator [SEL_5] (rows=166 width=178) @@ -2310,7 +2294,7 @@ Stage-0 Conds:RS_8._col0, _col1=RS_9._col0, _col1(Left Semi),Output:["_col0","_col1"] <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_8] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Select Operator [SEL_2] (rows=166 width=178) Output:["_col0","_col1"] Filter Operator [FIL_15] (rows=166 width=178) @@ -2319,7 +2303,7 @@ Stage-0 default@src_cbo,b,Tbl:COMPLETE,Col:COMPLETE,Output:["key","value"] <-Map 3 [SIMPLE_EDGE] llap SHUFFLE [RS_9] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_7] (rows=83 width=178) Output:["_col0","_col1"],keys:_col0, _col1 Select Operator [SEL_5] (rows=166 width=178) @@ -2356,7 +2340,7 @@ Stage-0 Conds:RS_8._col0=RS_9._col0(Left Semi),Output:["_col0","_col1"] <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_8] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_2] (rows=166 width=178) Output:["_col0","_col1"] Filter Operator [FIL_15] (rows=166 width=178) @@ -2365,7 +2349,7 @@ Stage-0 default@src_cbo,src_cbo,Tbl:COMPLETE,Col:COMPLETE,Output:["key","value"] <-Map 3 [SIMPLE_EDGE] llap SHUFFLE [RS_9] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_7] (rows=83 width=87) Output:["_col0"],keys:_col0 Select Operator [SEL_5] (rows=166 width=87) @@ -2407,7 +2391,7 @@ Stage-0 Conds:RS_17._col1, _col4=RS_18._col0, _col1(Left Semi),Output:["_col0","_col3"] <-Map 5 [SIMPLE_EDGE] llap SHUFFLE [RS_18] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_16] (rows=1 width=8) Output:["_col0","_col1"],keys:_col0, _col1 Select Operator [SEL_14] (rows=2 width=8) @@ -2418,14 +2402,14 @@ Stage-0 default@lineitem,lineitem,Tbl:COMPLETE,Col:COMPLETE,Output:["l_orderkey","l_linenumber","l_shipmode"] <-Reducer 2 [SIMPLE_EDGE] llap SHUFFLE [RS_17] - PartitionCols:_col1, _col4,null sort order:aa,sort order:++ + PartitionCols:_col1, _col4 Select Operator [SEL_11] (rows=14 width=16) Output:["_col0","_col1","_col3","_col4"] Merge Join Operator [MERGEJOIN_50] (rows=14 width=16) Conds:RS_8._col1=RS_9._col0(Left Semi),Output:["_col0","_col1","_col2","_col3"] <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_8] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_2] (rows=14 width=16) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_27] (rows=14 width=16) @@ -2434,7 +2418,7 @@ Stage-0 default@lineitem,li,Tbl:COMPLETE,Col:COMPLETE,Output:["l_orderkey","l_partkey","l_suppkey","l_linenumber"] <-Map 4 [SIMPLE_EDGE] llap SHUFFLE [RS_9] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_7] (rows=50 width=4) Output:["_col0"],keys:_col0 Select Operator [SEL_5] (rows=100 width=4) @@ -2479,21 +2463,21 @@ Stage-0 Conds:RS_29._col2=RS_30._col0(Left Semi),Output:["_col0","_col1","_col2"] <-Reducer 4 [SIMPLE_EDGE] llap SHUFFLE [RS_29] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Filter Operator [FIL_39] (rows=65 width=186) predicate:_col2 is not null Group By Operator [GBY_16] (rows=65 width=186) Output:["_col0","_col1","_col2"],aggregations:["count(VALUE._col0)"],keys:KEY._col0, KEY._col1 <-Reducer 3 [SIMPLE_EDGE] llap SHUFFLE [RS_15] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_14] (rows=65 width=186) Output:["_col0","_col1","_col2"],aggregations:["count()"],keys:_col1, _col2 Merge Join Operator [MERGEJOIN_55] (rows=131 width=178) Conds:RS_10._col0=RS_11._col0(Inner),Output:["_col1","_col2"] <-Map 7 [SIMPLE_EDGE] llap SHUFFLE [RS_11] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_9] (rows=166 width=178) Output:["_col0","_col1"] Filter Operator [FIL_41] (rows=166 width=178) @@ -2502,12 +2486,12 @@ Stage-0 default@src_cbo,b,Tbl:COMPLETE,Col:COMPLETE,Output:["key","value"] <-Reducer 2 [SIMPLE_EDGE] llap SHUFFLE [RS_10] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_5] (rows=83 width=87) Output:["_col0"],keys:KEY._col0 <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_4] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_3] (rows=83 width=87) Output:["_col0"],keys:key Filter Operator [FIL_40] (rows=166 width=87) @@ -2516,7 +2500,7 @@ Stage-0 default@src_cbo,src_cbo,Tbl:COMPLETE,Col:COMPLETE,Output:["key"] <-Reducer 6 [SIMPLE_EDGE] llap SHUFFLE [RS_30] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_28] (rows=41 width=8) Output:["_col0"],keys:_col0 Select Operator [SEL_26] (rows=83 width=8) @@ -2529,7 +2513,7 @@ Stage-0 Output:["_col0","_col1"],aggregations:["count(VALUE._col0)"],keys:KEY._col0 <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_23] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_22] (rows=83 width=95) Output:["_col0","_col1"],aggregations:["count()"],keys:key Filter Operator [FIL_43] (rows=166 width=87) @@ -2569,14 +2553,14 @@ Stage-0 Conds:RS_17._col1=RS_18._col0(Left Semi),Output:["_col0","_col1","_col2"] <-Reducer 2 [SIMPLE_EDGE] llap SHUFFLE [RS_17] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_6] (rows=13 width=227) Output:["_col0","_col1","_col2"] Group By Operator [GBY_5] (rows=13 width=235) Output:["_col0","_col1","_col2","_col3"],aggregations:["sum(VALUE._col0)","count(VALUE._col1)"],keys:KEY._col0, KEY._col1 <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_4] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_3] (rows=13 width=235) Output:["_col0","_col1","_col2","_col3"],aggregations:["sum(p_size)","count(p_size)"],keys:p_name, p_mfgr Filter Operator [FIL_24] (rows=26 width=223) @@ -2585,7 +2569,7 @@ Stage-0 default@part,part,Tbl:COMPLETE,Col:COMPLETE,Output:["p_name","p_mfgr","p_size"] <-Reducer 5 [SIMPLE_EDGE] llap SHUFFLE [RS_18] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_16] (rows=13 width=184) Output:["_col0"],keys:_col0 Select Operator [SEL_11] (rows=26 width=184) @@ -2598,7 +2582,7 @@ Stage-0 Output:["_col1","_col2","_col5"] <-Map 4 [SIMPLE_EDGE] llap SHUFFLE [RS_8] - PartitionCols:p_mfgr,null sort order:az,sort order:++ + PartitionCols:p_mfgr TableScan [TS_7] (rows=26 width=223) default@part,part,Tbl:COMPLETE,Col:COMPLETE,Output:["p_mfgr","p_name","p_size"] @@ -2639,7 +2623,6 @@ Stage-0 Output:["_col0","_col1"] <-Reducer 3 [SIMPLE_EDGE] llap SHUFFLE [RS_25] - null sort order:z,sort order:+ Select Operator [SEL_24] (rows=631 width=178) Output:["_col0","_col1"] Filter Operator [FIL_23] (rows=631 width=194) @@ -2654,21 +2637,21 @@ Stage-0 Conds:RS_16._col0=RS_17._col0(Left Outer),Output:["_col0","_col1","_col3"] <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_16] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_1] (rows=500 width=178) Output:["_col0","_col1"] TableScan [TS_0] (rows=500 width=178) default@src_cbo,src_cbo,Tbl:COMPLETE,Col:COMPLETE,Output:["key","value"] <-Reducer 6 [SIMPLE_EDGE] llap SHUFFLE [RS_17] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_8] (rows=83 width=91) Output:["_col0","_col1"] Group By Operator [GBY_7] (rows=83 width=87) Output:["_col0"],keys:KEY._col0 <-Map 5 [SIMPLE_EDGE] llap PARTITION_ONLY_SHUFFLE [RS_6] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_5] (rows=83 width=87) Output:["_col0"],keys:key Filter Operator [FIL_29] (rows=166 width=87) @@ -2729,24 +2712,24 @@ Stage-0 Conds:RS_19._col0, _col1=RS_20._col0, _col2(Left Outer),Output:["_col0","_col1","_col2","_col4","_col5","_col7"] <-Reducer 2 [SIMPLE_EDGE] llap SHUFFLE [RS_19] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Merge Join Operator [MERGEJOIN_44] (rows=36 width=227) Conds:RS_16._col1=RS_17._col0(Left Outer),Output:["_col0","_col1","_col2","_col4","_col5"] <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_16] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_1] (rows=26 width=223) Output:["_col0","_col1","_col2"] TableScan [TS_0] (rows=26 width=223) default@part,b,Tbl:COMPLETE,Col:COMPLETE,Output:["p_name","p_mfgr","p_size"] <-Reducer 4 [SIMPLE_EDGE] llap SHUFFLE [RS_17] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_7] (rows=2 width=114) Output:["_col0","_col1","_col2"],aggregations:["count(VALUE._col0)","count(VALUE._col1)"],keys:KEY._col0 <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_6] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_5] (rows=2 width=114) Output:["_col0","_col1","_col2"],aggregations:["count()","count(p_name)"],keys:p_mfgr Select Operator [SEL_4] (rows=5 width=223) @@ -2756,14 +2739,14 @@ Stage-0 Please refer to the previous TableScan [TS_0] <-Reducer 5 [SIMPLE_EDGE] llap SHUFFLE [RS_20] - PartitionCols:_col0, _col2,null sort order:aa,sort order:++ + PartitionCols:_col0, _col2 Select Operator [SEL_15] (rows=2 width=223) Output:["_col0","_col1","_col2"] Group By Operator [GBY_14] (rows=2 width=219) Output:["_col0","_col1"],keys:KEY._col0, KEY._col1 <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_13] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_12] (rows=2 width=219) Output:["_col0","_col1"],keys:p_name, p_mfgr Select Operator [SEL_11] (rows=5 width=223) @@ -2810,7 +2793,6 @@ Stage-0 Output:["_col0","_col1"] <-Reducer 3 [SIMPLE_EDGE] llap SHUFFLE [RS_32] - null sort order:z,sort order:+ Select Operator [SEL_31] (rows=27 width=125) Output:["_col0","_col1"] Filter Operator [FIL_30] (rows=27 width=141) @@ -2841,7 +2823,7 @@ Stage-0 Conds:RS_23.UDFToDouble(_col1)=RS_24._col0(Left Outer),Output:["_col0","_col1","_col3"] <-Reducer 6 [SIMPLE_EDGE] llap PARTITION_ONLY_SHUFFLE [RS_24] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_10] (rows=1 width=12) Output:["_col0","_col1"] Filter Operator [FIL_9] (rows=1 width=16) @@ -2849,7 +2831,7 @@ Stage-0 Please refer to the previous Group By Operator [GBY_7] <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_23] - PartitionCols:UDFToDouble(_col1),null sort order:a,sort order:+ + PartitionCols:UDFToDouble(_col1) Select Operator [SEL_1] (rows=26 width=125) Output:["_col0","_col1"] TableScan [TS_0] (rows=26 width=125) @@ -2900,7 +2882,6 @@ Stage-0 Output:["_col0","_col1"] <-Reducer 4 [SIMPLE_EDGE] llap SHUFFLE [RS_34] - null sort order:z,sort order:+ Select Operator [SEL_33] (rows=7 width=106) Output:["_col0","_col1"] Filter Operator [FIL_32] (rows=7 width=114) @@ -2909,17 +2890,17 @@ Stage-0 Conds:RS_29._col0, _col1=RS_30._col0, _col2(Left Outer),Output:["_col0","_col1","_col3","_col4","_col6"] <-Reducer 3 [SIMPLE_EDGE] llap SHUFFLE [RS_29] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Merge Join Operator [MERGEJOIN_47] (rows=6 width=111) Conds:RS_26._col1=RS_27._col0(Left Outer),Output:["_col0","_col1","_col3","_col4"] <-Reducer 2 [SIMPLE_EDGE] llap SHUFFLE [RS_26] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Group By Operator [GBY_4] (rows=5 width=106) Output:["_col0","_col1"],aggregations:["min(VALUE._col0)"],keys:KEY._col0 <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_3] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_2] (rows=5 width=106) Output:["_col0","_col1"],aggregations:["min(p_retailprice)"],keys:p_mfgr Select Operator [SEL_1] (rows=26 width=106) @@ -2928,12 +2909,12 @@ Stage-0 default@part,b,Tbl:COMPLETE,Col:COMPLETE,Output:["p_mfgr","p_retailprice"] <-Reducer 7 [SIMPLE_EDGE] llap SHUFFLE [RS_27] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_16] (rows=1 width=24) Output:["_col0","_col1","_col2"],aggregations:["count(VALUE._col0)","count(VALUE._col1)"],keys:KEY._col0 <-Reducer 6 [SIMPLE_EDGE] llap SHUFFLE [RS_15] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_14] (rows=1 width=24) Output:["_col0","_col1","_col2"],aggregations:["count()","count(_col0)"],keys:_col1 Select Operator [SEL_12] (rows=1 width=114) @@ -2944,13 +2925,13 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["min(VALUE._col0)","max(VALUE._col1)"],keys:KEY._col0 <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_9] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_8] (rows=5 width=114) Output:["_col0","_col1","_col2"],aggregations:["min(p_retailprice)","max(p_retailprice)"],keys:p_mfgr Please refer to the previous Select Operator [SEL_1] <-Reducer 8 [SIMPLE_EDGE] llap SHUFFLE [RS_30] - PartitionCols:_col0, _col2,null sort order:aa,sort order:++ + PartitionCols:_col0, _col2 Select Operator [SEL_25] (rows=1 width=110) Output:["_col0","_col1","_col2"] Filter Operator [FIL_40] (rows=1 width=114) @@ -2959,7 +2940,7 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["min(VALUE._col0)","max(VALUE._col1)"],keys:KEY._col0 <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_22] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_21] (rows=5 width=114) Output:["_col0","_col1","_col2"],aggregations:["min(p_retailprice)","max(p_retailprice)"],keys:p_mfgr Filter Operator [FIL_41] (rows=26 width=106) @@ -2995,7 +2976,7 @@ Stage-0 Output:["_col2","_col3"] <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_1] - PartitionCols:0,null sort order:a,sort order:+ + PartitionCols:0 TableScan [TS_0] (rows=20 width=7) default@cbo_t1,cbo_t1,Tbl:COMPLETE,Col:COMPLETE,Output:["c_float","c_int"] @@ -3028,7 +3009,7 @@ Stage-0 Output:["_col2","_col3"] <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_1] - PartitionCols:0,null sort order:a,sort order:+ + PartitionCols:0 TableScan [TS_0] (rows=20 width=7) default@cbo_t1,cbo_t1,Tbl:COMPLETE,Col:COMPLETE,Output:["c_float","c_int"] @@ -3061,7 +3042,7 @@ Stage-0 Output:["_col0","_col1","_col2","_col3"] <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_1] - PartitionCols:key,null sort order:az,sort order:++ + PartitionCols:key TableScan [TS_0] (rows=20 width=169) default@cbo_t1,cbo_t1,Tbl:COMPLETE,Col:COMPLETE,Output:["c_float","c_int","key","value"] @@ -3092,7 +3073,7 @@ Stage-0 Output:["_col0","_col1"] <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_1] - PartitionCols:key,null sort order:az,sort order:++ + PartitionCols:key TableScan [TS_0] (rows=25 width=175) default@src1,src1,Tbl:COMPLETE,Col:COMPLETE,Output:["key","value"] @@ -3139,14 +3120,14 @@ Stage-0 Output:["_col0","_col1"],aggregations:["count(VALUE._col0)"],keys:KEY._col0 <-Reducer 2 [SIMPLE_EDGE] llap SHUFFLE [RS_11] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_10] (rows=16 width=94) Output:["_col0","_col1"],aggregations:["count()"],keys:_col0 Merge Join Operator [MERGEJOIN_34] (rows=39 width=86) Conds:RS_6._col0=RS_7._col0(Inner),Output:["_col0"] <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_6] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_2] (rows=25 width=86) Output:["_col0"] Filter Operator [FIL_22] (rows=25 width=86) @@ -3155,7 +3136,7 @@ Stage-0 default@src1,x,Tbl:COMPLETE,Col:COMPLETE,Output:["key"] <-Map 5 [SIMPLE_EDGE] llap SHUFFLE [RS_7] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_5] (rows=500 width=87) Output:["_col0"] Filter Operator [FIL_23] (rows=500 width=87) @@ -3206,14 +3187,14 @@ Stage-0 Output:["_col0","_col1"],aggregations:["count(VALUE._col0)"],keys:KEY._col0 <-Reducer 2 [SIMPLE_EDGE] llap SHUFFLE [RS_11] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_10] (rows=16 width=94) Output:["_col0","_col1"],aggregations:["count()"],keys:_col0 Merge Join Operator [MERGEJOIN_34] (rows=39 width=86) Conds:RS_6._col0=RS_7._col0(Inner),Output:["_col0"] <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_6] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_2] (rows=25 width=86) Output:["_col0"] Filter Operator [FIL_22] (rows=25 width=86) @@ -3222,7 +3203,7 @@ Stage-0 default@src1,x,Tbl:COMPLETE,Col:COMPLETE,Output:["key"] <-Map 5 [SIMPLE_EDGE] llap SHUFFLE [RS_7] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_5] (rows=500 width=87) Output:["_col0"] Filter Operator [FIL_23] (rows=500 width=87) @@ -3273,14 +3254,14 @@ Stage-0 Output:["_col0","_col1"],aggregations:["count(VALUE._col0)"],keys:KEY._col0 <-Map 2 [SIMPLE_EDGE] llap SHUFFLE [RS_11] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_10] (rows=16 width=94) Output:["_col0","_col1"],aggregations:["count()"],keys:_col0 Map Join Operator [MAPJOIN_34] (rows=39 width=86) Conds:RS_6._col0=SEL_5._col0(Inner),Output:["_col0"] <-Map 1 [BROADCAST_EDGE] llap BROADCAST [RS_6] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_2] (rows=25 width=86) Output:["_col0"] Filter Operator [FIL_22] (rows=25 width=86) @@ -3337,14 +3318,14 @@ Stage-0 Output:["_col0","_col1"],aggregations:["count(VALUE._col0)"],keys:KEY._col0 <-Reducer 2 [SIMPLE_EDGE] llap SHUFFLE [RS_13] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_12] (rows=12 width=94) Output:["_col0","_col1"],aggregations:["count()"],keys:_col0 Merge Join Operator [MERGEJOIN_36] (rows=25 width=86) Conds:RS_8._col0=RS_9._col0(Left Semi),Output:["_col0"] <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_8] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_2] (rows=25 width=86) Output:["_col0"] Filter Operator [FIL_24] (rows=25 width=86) @@ -3353,7 +3334,7 @@ Stage-0 default@src1,x,Tbl:COMPLETE,Col:COMPLETE,Output:["key"] <-Map 5 [SIMPLE_EDGE] llap SHUFFLE [RS_9] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_7] (rows=250 width=87) Output:["_col0"],keys:_col0 Select Operator [SEL_5] (rows=500 width=87) @@ -3413,7 +3394,7 @@ Stage-0 Output:["_col0","_col1","_col2","_col3"],aggregations:["count(DISTINCT KEY._col1:0._col0)","count(DISTINCT KEY._col1:1._col0)","sum(VALUE._col2)"],keys:KEY._col0 <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_3] - PartitionCols:_col0,null sort order:aaa,sort order:+++ + PartitionCols:_col0 Group By Operator [GBY_2] (rows=1 width=16) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],aggregations:["count(DISTINCT b)","count(DISTINCT c)","sum(d)"],keys:a, b, c Select Operator [SEL_1] (rows=1 width=16) @@ -3444,7 +3425,7 @@ Stage-0 Output:["_col0","_col1","_col2","_col3"],aggregations:["count(DISTINCT KEY._col1:0._col0)","count(DISTINCT KEY._col1:1._col0)","sum(VALUE._col0)"],keys:KEY._col0 <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_2] - PartitionCols:a,null sort order:aaa,sort order:+++ + PartitionCols:a Select Operator [SEL_1] (rows=1 width=16) Output:["a","b","c","d"] TableScan [TS_0] (rows=1 width=16) @@ -3763,14 +3744,12 @@ Stage-3 Output:["_col0","_col1"] <-Reducer 2 [SIMPLE_EDGE] llap SHUFFLE [RS_5] - null sort order:zz,sort order:++ Limit [LIM_4] (rows=10 width=178) Number of rows:10 Select Operator [SEL_3] (rows=500 width=178) Output:["_col0","_col1"] <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_2] - null sort order:zz,sort order:++ Select Operator [SEL_1] (rows=500 width=178) Output:["_col0","_col1"] TableScan [TS_0] (rows=500 width=178) @@ -3832,14 +3811,12 @@ Stage-3 Output:["_col0","_col1"] <-Reducer 2 [SIMPLE_EDGE] llap SHUFFLE [RS_5] - null sort order:zz,sort order:++ Limit [LIM_4] (rows=10 width=192) Number of rows:10 Select Operator [SEL_3] (rows=500 width=192) Output:["_col0","_col1"] <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_2] - null sort order:zz,sort order:++ Select Operator [SEL_1] (rows=500 width=192) Output:["_col0","_col1"] TableScan [TS_0] (rows=500 width=178) @@ -3928,7 +3905,6 @@ Stage-0 Output:["_col0","_col1","_col2","_col3"] <-Reducer 2 [SIMPLE_EDGE] llap SHUFFLE [RS_10] - null sort order:zzzz,sort order:++++ Merge Join Operator [MERGEJOIN_15] (rows=27556 width=356) Conds:(Inner),Output:["_col0","_col1","_col2","_col3"] <-Map 1 [CUSTOM_SIMPLE_EDGE] llap @@ -3989,12 +3965,12 @@ Stage-0 Conds:RS_2.key=RS_3.value(Inner),Output:["_col0","_col1","_col5","_col6"] <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_2] - PartitionCols:key,null sort order:a,sort order:+ + PartitionCols:key TableScan [TS_0] (rows=1 width=8) default@myinput1_n7,a,Tbl:COMPLETE,Col:NONE,Output:["key","value"] <-Map 3 [SIMPLE_EDGE] llap SHUFFLE [RS_3] - PartitionCols:value,null sort order:a,sort order:+ + PartitionCols:value TableScan [TS_1] (rows=1 width=8) default@myinput1_n7,b,Tbl:COMPLETE,Col:NONE,Output:["key","value"] @@ -4024,23 +4000,23 @@ Stage-0 Conds:RS_7._col0=RS_9.key(Inner),Output:["_col0","_col1","_col5","_col6","_col10","_col11"] <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_9] - PartitionCols:key,null sort order:a,sort order:+ + PartitionCols:key Filter Operator [FIL_16] (rows=1 width=8) predicate:key is not null TableScan [TS_0] (rows=1 width=8) default@myinput1_n7,a,Tbl:COMPLETE,Col:NONE,Output:["key","value"] <-Reducer 2 [SIMPLE_EDGE] llap SHUFFLE [RS_7] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_40] (rows=1 width=8) Conds:RS_3.key=RS_4.value(Inner),Output:["_col0","_col1","_col5","_col6"] <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_3] - PartitionCols:key,null sort order:a,sort order:+ + PartitionCols:key Please refer to the previous Filter Operator [FIL_16] <-Map 4 [SIMPLE_EDGE] llap SHUFFLE [RS_4] - PartitionCols:value,null sort order:a,sort order:+ + PartitionCols:value Filter Operator [FIL_17] (rows=1 width=8) predicate:value is not null TableScan [TS_1] (rows=1 width=8) @@ -4072,21 +4048,21 @@ Stage-0 Conds:RS_6._col0=RS_7.key(Inner),Output:["_col0","_col1","_col5","_col6","_col10","_col11"] <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_7] - PartitionCols:key,null sort order:a,sort order:+ + PartitionCols:key TableScan [TS_0] (rows=1 width=8) default@myinput1_n7,a,Tbl:COMPLETE,Col:NONE,Output:["key","value"] <-Reducer 2 [SIMPLE_EDGE] llap SHUFFLE [RS_6] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_11] (rows=1 width=8) Conds:RS_3.key=RS_4.value(Inner),Output:["_col0","_col1","_col5","_col6"] <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_3] - PartitionCols:key,null sort order:a,sort order:+ + PartitionCols:key Please refer to the previous TableScan [TS_0] <-Map 4 [SIMPLE_EDGE] llap SHUFFLE [RS_4] - PartitionCols:value,null sort order:a,sort order:+ + PartitionCols:value TableScan [TS_1] (rows=1 width=8) default@myinput1_n7,b,Tbl:COMPLETE,Col:NONE,Output:["key","value"] @@ -4116,23 +4092,23 @@ Stage-0 Conds:RS_9._col0, _col1=RS_11.key, value(Inner),Output:["_col0","_col1","_col5","_col6","_col10","_col11"] <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_11] - PartitionCols:key, value,null sort order:aa,sort order:++ + PartitionCols:key, value Filter Operator [FIL_15] (rows=1 width=8) predicate:value is not null TableScan [TS_0] (rows=1 width=8) default@myinput1_n7,a,Tbl:COMPLETE,Col:NONE,Output:["key","value"] <-Reducer 2 [SIMPLE_EDGE] llap SHUFFLE [RS_9] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Merge Join Operator [MERGEJOIN_18] (rows=1 width=8) Conds:RS_4.key, value=RS_6.value, key(Inner),Output:["_col0","_col1","_col5","_col6"] <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_4] - PartitionCols:key, value,null sort order:aa,sort order:++ + PartitionCols:key, value Please refer to the previous Filter Operator [FIL_15] <-Map 4 [SIMPLE_EDGE] llap SHUFFLE [RS_6] - PartitionCols:value, key,null sort order:aa,sort order:++ + PartitionCols:value, key Filter Operator [FIL_16] (rows=1 width=8) predicate:key is not null TableScan [TS_1] (rows=1 width=8) @@ -4164,21 +4140,21 @@ Stage-0 Conds:RS_6._col0, _col1=RS_7.key, value(Inner),Output:["_col0","_col1","_col5","_col6","_col10","_col11"] <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_7] - PartitionCols:key, value,null sort order:aa,sort order:++ + PartitionCols:key, value TableScan [TS_0] (rows=1 width=8) default@myinput1_n7,a,Tbl:COMPLETE,Col:NONE,Output:["key","value"] <-Reducer 2 [SIMPLE_EDGE] llap SHUFFLE [RS_6] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Merge Join Operator [MERGEJOIN_11] (rows=1 width=8) Conds:RS_3.key, value=RS_4.value, key(Inner),Output:["_col0","_col1","_col5","_col6"] <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_3] - PartitionCols:key, value,null sort order:aa,sort order:++ + PartitionCols:key, value Please refer to the previous TableScan [TS_0] <-Map 4 [SIMPLE_EDGE] llap SHUFFLE [RS_4] - PartitionCols:value, key,null sort order:aa,sort order:++ + PartitionCols:value, key TableScan [TS_1] (rows=1 width=8) default@myinput1_n7,b,Tbl:COMPLETE,Col:NONE,Output:["key","value"] @@ -4207,12 +4183,12 @@ Stage-0 Conds:RS_2.key=RS_3.value(Left Outer),Output:["_col0","_col1","_col5","_col6"] <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_2] - PartitionCols:key,null sort order:a,sort order:+ + PartitionCols:key TableScan [TS_0] (rows=1 width=8) default@myinput1_n7,a,Tbl:COMPLETE,Col:NONE,Output:["key","value"] <-Map 3 [SIMPLE_EDGE] llap SHUFFLE [RS_3] - PartitionCols:value,null sort order:a,sort order:+ + PartitionCols:value TableScan [TS_1] (rows=1 width=8) default@myinput1_n7,b,Tbl:COMPLETE,Col:NONE,Output:["key","value"] @@ -4241,12 +4217,12 @@ Stage-0 Conds:RS_2.key=RS_3.value(Right Outer),Output:["_col0","_col1","_col5","_col6"] <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_2] - PartitionCols:key,null sort order:a,sort order:+ + PartitionCols:key TableScan [TS_0] (rows=1 width=8) default@myinput1_n7,a,Tbl:COMPLETE,Col:NONE,Output:["key","value"] <-Map 3 [SIMPLE_EDGE] llap SHUFFLE [RS_3] - PartitionCols:value,null sort order:a,sort order:+ + PartitionCols:value TableScan [TS_1] (rows=1 width=8) default@myinput1_n7,b,Tbl:COMPLETE,Col:NONE,Output:["key","value"] @@ -4275,12 +4251,12 @@ Stage-0 Conds:RS_2.key=RS_3.value(Outer),Output:["_col0","_col1","_col5","_col6"] <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_2] - PartitionCols:key,null sort order:a,sort order:+ + PartitionCols:key TableScan [TS_0] (rows=1 width=8) default@myinput1_n7,a,Tbl:COMPLETE,Col:NONE,Output:["key","value"] <-Map 3 [SIMPLE_EDGE] llap SHUFFLE [RS_3] - PartitionCols:value,null sort order:a,sort order:+ + PartitionCols:value TableScan [TS_1] (rows=1 width=8) default@myinput1_n7,b,Tbl:COMPLETE,Col:NONE,Output:["key","value"] @@ -4309,12 +4285,12 @@ Stage-0 Conds:RS_2.key=RS_3.value(Inner),Output:["_col0","_col1","_col5","_col6"] <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_2] - PartitionCols:key,null sort order:a,sort order:+ + PartitionCols:key TableScan [TS_0] (rows=1 width=8) default@myinput1_n7,a,Tbl:COMPLETE,Col:NONE,Output:["key","value"] <-Map 3 [SIMPLE_EDGE] llap SHUFFLE [RS_3] - PartitionCols:value,null sort order:a,sort order:+ + PartitionCols:value TableScan [TS_1] (rows=1 width=8) default@myinput1_n7,b,Tbl:COMPLETE,Col:NONE,Output:["key","value"] @@ -4434,12 +4410,12 @@ Stage-0 Conds:RS_2.key, value=RS_3.key, value(Inner),Output:["_col0","_col1","_col5","_col6"] <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_2] - PartitionCols:key, value,null sort order:aa,sort order:++ + PartitionCols:key, value TableScan [TS_0] (rows=26 width=7) default@smb_input1_n2,a,Tbl:COMPLETE,Col:COMPLETE,Output:["key","value"] <-Map 3 [SIMPLE_EDGE] llap SHUFFLE [RS_3] - PartitionCols:key, value,null sort order:aa,sort order:++ + PartitionCols:key, value TableScan [TS_1] (rows=26 width=7) default@smb_input1_n2,b,Tbl:COMPLETE,Col:COMPLETE,Output:["key","value"] @@ -4601,7 +4577,7 @@ Stage-0 Conds:RS_8._col1=RS_9._col0(Left Semi),Output:["_col0","_col1"] <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_8] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_2] (rows=1 width=188) Output:["_col0","_col1"] Filter Operator [FIL_15] (rows=1 width=188) @@ -4610,7 +4586,7 @@ Stage-0 default@sales_n0,sales_n0,Tbl:COMPLETE,Col:NONE,Output:["name","id"] <-Map 3 [SIMPLE_EDGE] llap SHUFFLE [RS_9] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_7] (rows=1 width=4) Output:["_col0"],keys:_col0 Select Operator [SEL_5] (rows=1 width=4) @@ -4671,7 +4647,7 @@ Stage-0 Conds:MAPJOIN_45._col1=RS_13._col0(Inner),Output:["_col0"] <-Map 3 [BROADCAST_EDGE] llap BROADCAST [RS_13] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_8] (rows=166 width=10) Output:["_col0"] Filter Operator [FIL_24] (rows=166 width=10) @@ -4682,7 +4658,7 @@ Stage-0 Conds:SEL_2._col0=RS_10._col0(Inner),Output:["_col0","_col1"] <-Map 2 [BROADCAST_EDGE] llap BROADCAST [RS_10] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_5] (rows=25 width=7) Output:["_col0"] Filter Operator [FIL_23] (rows=25 width=7) @@ -4731,7 +4707,7 @@ Stage-0 Conds:MAPJOIN_45._col1=RS_13._col0(Inner),Output:["_col0"] <-Map 3 [BROADCAST_EDGE] llap BROADCAST [RS_13] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_8] (rows=166 width=10) Output:["_col0"] Filter Operator [FIL_24] (rows=166 width=10) @@ -4742,7 +4718,7 @@ Stage-0 Conds:SEL_2._col0=RS_10._col0(Inner),Output:["_col0","_col1"] <-Map 2 [BROADCAST_EDGE] llap BROADCAST [RS_10] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_5] (rows=25 width=7) Output:["_col0"] Filter Operator [FIL_23] (rows=25 width=7) @@ -4800,14 +4776,14 @@ Stage-0 Output:["_col1","_col2","_col5","_col7"] <-Reducer 2 [SIMPLE_EDGE] llap SHUFFLE [RS_4] - PartitionCols:_col2,null sort order:az,sort order:++ + PartitionCols:_col2 PTF Operator [PTF_3] (rows=26 width=499) Function definitions:[{},{"Partition table definition":{"name:":"noop","order by:":"_col1 ASC NULLS LAST","partition by:":"_col2"}}] Select Operator [SEL_2] (rows=26 width=499) Output:["_col1","_col2","_col5","_col7"] <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_1] - PartitionCols:p_mfgr,null sort order:az,sort order:++ + PartitionCols:p_mfgr TableScan [TS_0] (rows=26 width=231) default@part,part,Tbl:COMPLETE,Col:COMPLETE,Output:["p_mfgr","p_name","p_retailprice","p_size"] @@ -4850,19 +4826,19 @@ Stage-0 Output:["_col1","_col2","_col5"] <-Reducer 2 [SIMPLE_EDGE] llap SHUFFLE [RS_11] - PartitionCols:_col2,null sort order:az,sort order:++ + PartitionCols:_col2 PTF Operator [PTF_10] (rows=27 width=223) Function definitions:[{},{"Partition table definition":{"name:":"noop","order by:":"_col1 ASC NULLS LAST","partition by:":"_col2"}}] Select Operator [SEL_9] (rows=27 width=223) Output:["_col1","_col2","_col5"] <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_8] - PartitionCols:_col2,null sort order:az,sort order:++ + PartitionCols:_col2 Map Join Operator [MAPJOIN_31] (rows=27 width=223) Conds:FIL_19.p_partkey=RS_5.p_partkey(Inner),Output:["_col1","_col2","_col5"] <-Map 4 [BROADCAST_EDGE] llap BROADCAST [RS_5] - PartitionCols:p_partkey,null sort order:a,sort order:+ + PartitionCols:p_partkey Filter Operator [FIL_20] (rows=26 width=4) predicate:p_partkey is not null TableScan [TS_1] (rows=26 width=4) @@ -4916,14 +4892,14 @@ Stage-0 Output:["_col1","_col2","_col5","_col7"] <-Reducer 2 [SIMPLE_EDGE] llap SHUFFLE [RS_4] - PartitionCols:_col2,null sort order:az,sort order:++ + PartitionCols:_col2 PTF Operator [PTF_3] (rows=26 width=499) Function definitions:[{},{"Partition table definition":{"name:":"noop","order by:":"_col1 ASC NULLS LAST","partition by:":"_col2"}}] Select Operator [SEL_2] (rows=26 width=499) Output:["_col1","_col2","_col5","_col7"] <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_1] - PartitionCols:p_mfgr,null sort order:az,sort order:++ + PartitionCols:p_mfgr TableScan [TS_0] (rows=26 width=231) default@part,part,Tbl:COMPLETE,Col:COMPLETE,Output:["p_mfgr","p_name","p_retailprice","p_size"] @@ -4971,14 +4947,14 @@ Stage-0 Output:["_col1","_col2","_col5"] <-Reducer 2 [SIMPLE_EDGE] llap SHUFFLE [RS_4] - PartitionCols:_col2,null sort order:az,sort order:++ + PartitionCols:_col2 PTF Operator [PTF_3] (rows=26 width=491) Function definitions:[{},{"Partition table definition":{"name:":"noop","order by:":"_col1 ASC NULLS LAST","partition by:":"_col2"}}] Select Operator [SEL_2] (rows=26 width=491) Output:["_col1","_col2","_col5"] <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_1] - PartitionCols:p_mfgr,null sort order:az,sort order:++ + PartitionCols:p_mfgr TableScan [TS_0] (rows=26 width=223) default@part,part,Tbl:COMPLETE,Col:COMPLETE,Output:["p_mfgr","p_name","p_size"] @@ -5029,12 +5005,12 @@ Stage-0 Output:["_col0","_col1","_col2"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 3 [SIMPLE_EDGE] llap SHUFFLE [RS_7] - PartitionCols:_col0,null sort order:aza,sort order:+++ + PartitionCols:_col0 Group By Operator [GBY_6] (rows=26 width=223) Output:["_col0","_col1","_col2"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 2 [SIMPLE_EDGE] llap SHUFFLE [RS_5] - PartitionCols:rand(),null sort order:aaa,sort order:+++ + PartitionCols:rand() Select Operator [SEL_4] (rows=26 width=491) Output:["_col1","_col2","_col5"] PTF Operator [PTF_3] (rows=26 width=491) @@ -5043,7 +5019,7 @@ Stage-0 Output:["_col1","_col2","_col5"] <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_1] - PartitionCols:p_mfgr,null sort order:az,sort order:++ + PartitionCols:p_mfgr TableScan [TS_0] (rows=26 width=223) default@part,part,Tbl:COMPLETE,Col:COMPLETE,Output:["p_mfgr","p_name","p_size"] @@ -5080,7 +5056,7 @@ Stage-0 Conds:FIL_14._col0=RS_8.p_partkey(Inner),Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8"] <-Map 3 [BROADCAST_EDGE] llap BROADCAST [RS_8] - PartitionCols:p_partkey,null sort order:a,sort order:+ + PartitionCols:p_partkey Filter Operator [FIL_15] (rows=26 width=4) predicate:p_partkey is not null TableScan [TS_1] (rows=26 width=4) @@ -5093,7 +5069,7 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8"] <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_2] - PartitionCols:p_mfgr,null sort order:az,sort order:++ + PartitionCols:p_mfgr TableScan [TS_0] (rows=26 width=619) default@part,part,Tbl:COMPLETE,Col:COMPLETE,Output:["p_brand","p_comment","p_container","p_mfgr","p_name","p_partkey","p_retailprice","p_size","p_type"] @@ -5135,14 +5111,14 @@ Stage-0 Output:["_col1","_col2","_col5"] <-Reducer 2 [SIMPLE_EDGE] llap SHUFFLE [RS_5] - PartitionCols:_col2,null sort order:azz,sort order:++- + PartitionCols:_col2 PTF Operator [PTF_4] (rows=26 width=491) Function definitions:[{},{"Partition table definition":{"name:":"noopwithmap","order by:":"_col1 ASC NULLS LAST, _col5 DESC NULLS LAST","partition by:":"_col2"}}] Select Operator [SEL_3] (rows=26 width=491) Output:["_col1","_col2","_col5"] <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_2] - PartitionCols:p_mfgr,null sort order:azz,sort order:++- + PartitionCols:p_mfgr PTF Operator [PTF_1] (rows=26 width=223) Function definitions:[{},{"Partition table definition":{"name:":"noopwithmap","order by:":"p_name ASC NULLS LAST, p_size DESC NULLS LAST","partition by:":"p_mfgr"}}] TableScan [TS_0] (rows=26 width=223) @@ -5190,14 +5166,14 @@ Stage-0 Output:["_col1","_col2","_col5","_col7"] <-Reducer 2 [SIMPLE_EDGE] llap SHUFFLE [RS_5] - PartitionCols:_col2,null sort order:az,sort order:++ + PartitionCols:_col2 PTF Operator [PTF_4] (rows=26 width=499) Function definitions:[{},{"Partition table definition":{"name:":"noopwithmap","order by:":"_col1 ASC NULLS LAST","partition by:":"_col2"}}] Select Operator [SEL_3] (rows=26 width=499) Output:["_col1","_col2","_col5","_col7"] <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_2] - PartitionCols:p_mfgr,null sort order:az,sort order:++ + PartitionCols:p_mfgr PTF Operator [PTF_1] (rows=26 width=231) Function definitions:[{},{"Partition table definition":{"name:":"noopwithmap","order by:":"p_name ASC NULLS LAST","partition by:":"p_mfgr"}}] TableScan [TS_0] (rows=26 width=231) @@ -5245,14 +5221,14 @@ Stage-0 Output:["_col1","_col2","_col5","_col7"] <-Reducer 2 [SIMPLE_EDGE] llap SHUFFLE [RS_4] - PartitionCols:_col2,null sort order:az,sort order:++ + PartitionCols:_col2 PTF Operator [PTF_3] (rows=26 width=499) Function definitions:[{},{"Partition table definition":{"name:":"noop","order by:":"_col1 ASC NULLS LAST","partition by:":"_col2"}}] Select Operator [SEL_2] (rows=26 width=499) Output:["_col1","_col2","_col5","_col7"] <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_1] - PartitionCols:p_mfgr,null sort order:az,sort order:++ + PartitionCols:p_mfgr TableScan [TS_0] (rows=26 width=231) default@part,part,Tbl:COMPLETE,Col:COMPLETE,Output:["p_mfgr","p_name","p_retailprice","p_size"] @@ -5301,14 +5277,14 @@ Stage-0 Output:["_col1","_col2","_col5","_col7"] <-Reducer 3 [SIMPLE_EDGE] llap SHUFFLE [RS_8] - PartitionCols:_col2,null sort order:az,sort order:++ + PartitionCols:_col2 PTF Operator [PTF_7] (rows=26 width=499) Function definitions:[{},{"Partition table definition":{"name:":"noopwithmap","order by:":"_col2 DESC NULLS LAST, _col1 ASC NULLS LAST","partition by:":"_col2"}},{"Partition table definition":{"name:":"noop","order by:":"_col2 DESC NULLS LAST, _col1 ASC NULLS LAST","partition by:":"_col2"}}] Select Operator [SEL_6] (rows=26 width=499) Output:["_col1","_col2","_col5","_col7"] <-Reducer 2 [SIMPLE_EDGE] llap SHUFFLE [RS_5] - PartitionCols:_col2,null sort order:zz,sort order:-+ + PartitionCols:_col2 PTF Operator [PTF_4] (rows=26 width=499) Function definitions:[{},{"Partition table definition":{"name:":"noopwithmap","order by:":"_col2 DESC NULLS LAST, _col1 ASC NULLS LAST","partition by:":"_col2"}},{"Partition table definition":{"name:":"noop","order by:":"_col2 DESC NULLS LAST, _col1 ASC NULLS LAST","partition by:":"_col2"}}] PTF Operator [PTF_3] (rows=26 width=499) @@ -5317,7 +5293,7 @@ Stage-0 Output:["_col1","_col2","_col5","_col7"] <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_1] - PartitionCols:p_mfgr,null sort order:zz,sort order:-+ + PartitionCols:p_mfgr TableScan [TS_0] (rows=26 width=231) default@part,part,Tbl:COMPLETE,Col:COMPLETE,Output:["p_mfgr","p_name","p_retailprice","p_size"] @@ -5371,14 +5347,14 @@ Stage-0 Output:["_col1","_col2","_col5","_col7"] <-Reducer 2 [SIMPLE_EDGE] llap SHUFFLE [RS_4] - PartitionCols:_col2,null sort order:az,sort order:++ + PartitionCols:_col2 PTF Operator [PTF_3] (rows=26 width=499) Function definitions:[{},{"Partition table definition":{"name:":"noop","order by:":"_col1 ASC NULLS LAST","partition by:":"_col2"}}] Select Operator [SEL_2] (rows=26 width=499) Output:["_col1","_col2","_col5","_col7"] <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_1] - PartitionCols:p_mfgr,null sort order:az,sort order:++ + PartitionCols:p_mfgr TableScan [TS_0] (rows=26 width=231) default@part,part,Tbl:COMPLETE,Col:COMPLETE,Output:["p_mfgr","p_name","p_retailprice","p_size"] @@ -5430,12 +5406,12 @@ Stage-0 Output:["_col1","_col2","_col5","_col7"] <-Reducer 2 [SIMPLE_EDGE] llap SHUFFLE [RS_10] - PartitionCols:_col2,null sort order:az,sort order:++ + PartitionCols:_col2 Map Join Operator [MAPJOIN_25] (rows=27 width=231) Conds:FIL_18._col0=RS_8.p_partkey(Inner),Output:["_col1","_col2","_col5","_col7"] <-Map 4 [BROADCAST_EDGE] llap BROADCAST [RS_8] - PartitionCols:p_partkey,null sort order:a,sort order:+ + PartitionCols:p_partkey Filter Operator [FIL_19] (rows=26 width=4) predicate:p_partkey is not null TableScan [TS_1] (rows=26 width=4) @@ -5448,7 +5424,7 @@ Stage-0 Output:["_col0","_col1","_col2","_col5","_col7"] <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_2] - PartitionCols:p_mfgr,null sort order:az,sort order:++ + PartitionCols:p_mfgr TableScan [TS_0] (rows=26 width=235) default@part,part,Tbl:COMPLETE,Col:COMPLETE,Output:["p_mfgr","p_name","p_partkey","p_retailprice","p_size"] @@ -5596,14 +5572,14 @@ Stage-4 Output:["_col1","_col2","_col5","_col7"] <-Reducer 2 [SIMPLE_EDGE] llap SHUFFLE [RS_4] - PartitionCols:_col2,null sort order:az,sort order:++ + PartitionCols:_col2 PTF Operator [PTF_3] (rows=26 width=499) Function definitions:[{},{"Partition table definition":{"name:":"noop","order by:":"_col1 ASC NULLS LAST","partition by:":"_col2"}}] Select Operator [SEL_2] (rows=26 width=499) Output:["_col1","_col2","_col5","_col7"] <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_1] - PartitionCols:p_mfgr,null sort order:az,sort order:++ + PartitionCols:p_mfgr TableScan [TS_0] (rows=26 width=231) default@part,part,Tbl:COMPLETE,Col:COMPLETE,Output:["p_mfgr","p_name","p_retailprice","p_size"] PARTITION_ONLY_SHUFFLE [RS_12] @@ -5630,7 +5606,7 @@ Stage-4 Output:["_col0","_col2","_col3","_col6"] <-Reducer 6 [SIMPLE_EDGE] llap SHUFFLE [RS_22] - PartitionCols:_col2,null sort order:zz,sort order:++ + PartitionCols:_col2 Select Operator [SEL_21] (rows=26 width=491) Output:["sum_window_0","_col1","_col2","_col5"] PTF Operator [PTF_20] (rows=26 width=491) @@ -5639,7 +5615,7 @@ Stage-4 Output:["_col1","_col2","_col5"] <-Reducer 2 [SIMPLE_EDGE] llap SHUFFLE [RS_18] - PartitionCols:_col2,null sort order:az,sort order:++ + PartitionCols:_col2 Please refer to the previous PTF Operator [PTF_3] PARTITION_ONLY_SHUFFLE [RS_31] PartitionCols:rand() @@ -5712,14 +5688,14 @@ Stage-0 Output:["_col1","_col2","_col5"] <-Reducer 3 [SIMPLE_EDGE] llap SHUFFLE [RS_8] - PartitionCols:_col2, _col1,null sort order:aa,sort order:++ + PartitionCols:_col2, _col1 PTF Operator [PTF_7] (rows=26 width=491) Function definitions:[{},{"Partition table definition":{"name:":"noopwithmap","order by:":"_col2 ASC NULLS LAST, _col1 ASC NULLS LAST","partition by:":"_col2, _col1"}},{"Partition table definition":{"name:":"noop","order by:":"_col2 ASC NULLS LAST, _col1 ASC NULLS LAST","partition by:":"_col2, _col1"}}] Select Operator [SEL_6] (rows=26 width=491) Output:["_col1","_col2","_col5"] <-Reducer 2 [SIMPLE_EDGE] llap SHUFFLE [RS_5] - PartitionCols:_col2, _col1,null sort order:zz,sort order:++ + PartitionCols:_col2, _col1 PTF Operator [PTF_4] (rows=26 width=491) Function definitions:[{},{"Partition table definition":{"name:":"noopwithmap","order by:":"_col2 ASC NULLS LAST, _col1 ASC NULLS LAST","partition by:":"_col2, _col1"}},{"Partition table definition":{"name:":"noop","order by:":"_col2 ASC NULLS LAST, _col1 ASC NULLS LAST","partition by:":"_col2, _col1"}}] PTF Operator [PTF_3] (rows=26 width=491) @@ -5728,7 +5704,7 @@ Stage-0 Output:["_col1","_col2","_col5"] <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_1] - PartitionCols:p_mfgr,null sort order:z,sort order:+ + PartitionCols:p_mfgr TableScan [TS_0] (rows=26 width=223) default@part,part,Tbl:COMPLETE,Col:COMPLETE,Output:["p_mfgr","p_name","p_size"] @@ -5792,28 +5768,28 @@ Stage-0 Output:["_col1","_col2","_col5"] <-Reducer 4 [SIMPLE_EDGE] llap SHUFFLE [RS_10] - PartitionCols:_col2,null sort order:az,sort order:++ + PartitionCols:_col2 PTF Operator [PTF_9] (rows=26 width=491) Function definitions:[{},{"Partition table definition":{"name:":"noop","order by:":"_col2 ASC NULLS LAST","partition by:":"_col2"}}] Select Operator [SEL_8] (rows=26 width=491) Output:["_col1","_col2","_col5"] <-Reducer 3 [SIMPLE_EDGE] llap SHUFFLE [RS_7] - PartitionCols:_col2,null sort order:z,sort order:+ + PartitionCols:_col2 PTF Operator [PTF_6] (rows=26 width=491) Function definitions:[{},{"Partition table definition":{"name:":"noop","order by:":"_col2 ASC NULLS LAST, _col1 ASC NULLS LAST","partition by:":"_col2, _col1"}}] Select Operator [SEL_5] (rows=26 width=491) Output:["_col1","_col2","_col5"] <-Reducer 2 [SIMPLE_EDGE] llap SHUFFLE [RS_4] - PartitionCols:_col2, _col1,null sort order:zz,sort order:++ + PartitionCols:_col2, _col1 PTF Operator [PTF_3] (rows=26 width=491) Function definitions:[{},{"Partition table definition":{"name:":"noop","order by:":"_col2 ASC NULLS LAST","partition by:":"_col2"}},{"Partition table definition":{"name:":"noop","order by:":"_col2 ASC NULLS LAST","partition by:":"_col2"}}] Select Operator [SEL_2] (rows=26 width=491) Output:["_col1","_col2","_col5"] <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_1] - PartitionCols:p_mfgr,null sort order:z,sort order:+ + PartitionCols:p_mfgr TableScan [TS_0] (rows=26 width=223) default@part,part,Tbl:COMPLETE,Col:COMPLETE,Output:["p_mfgr","p_name","p_size"] @@ -5872,21 +5848,21 @@ Stage-0 Output:["_col1","_col2","_col5"] <-Reducer 3 [SIMPLE_EDGE] llap SHUFFLE [RS_7] - PartitionCols:_col2,null sort order:az,sort order:++ + PartitionCols:_col2 PTF Operator [PTF_6] (rows=26 width=491) Function definitions:[{},{"Partition table definition":{"name:":"noop","order by:":"_col2 ASC NULLS LAST","partition by:":"_col2"}},{"Partition table definition":{"name:":"noop","order by:":"_col2 ASC NULLS LAST","partition by:":"_col2"}}] Select Operator [SEL_5] (rows=26 width=491) Output:["_col1","_col2","_col5"] <-Reducer 2 [SIMPLE_EDGE] llap SHUFFLE [RS_4] - PartitionCols:_col2,null sort order:z,sort order:+ + PartitionCols:_col2 PTF Operator [PTF_3] (rows=26 width=491) Function definitions:[{},{"Partition table definition":{"name:":"noop","order by:":"_col2 ASC NULLS LAST, _col1 ASC NULLS LAST","partition by:":"_col2, _col1"}},{"Partition table definition":{"name:":"noop","order by:":"_col2 ASC NULLS LAST, _col1 ASC NULLS LAST","partition by:":"_col2, _col1"}}] Select Operator [SEL_2] (rows=26 width=491) Output:["_col1","_col2","_col5"] <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_1] - PartitionCols:p_mfgr, p_name,null sort order:zz,sort order:++ + PartitionCols:p_mfgr, p_name TableScan [TS_0] (rows=26 width=223) default@part,part,Tbl:COMPLETE,Col:COMPLETE,Output:["p_mfgr","p_name","p_size"] @@ -5914,12 +5890,12 @@ Stage-0 Output:["_col0","_col1"],keys:KEY._col0, KEY._col1 <-Reducer 2 [SIMPLE_EDGE] llap SHUFFLE [RS_4] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_3] (rows=500 width=178) Output:["_col0","_col1"],keys:KEY._col0, KEY._col1 <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_2] - PartitionCols:rand(),null sort order:aa,sort order:++ + PartitionCols:rand() Select Operator [SEL_1] (rows=500 width=178) Output:["key","value"] TableScan [TS_0] (rows=500 width=178) @@ -6062,7 +6038,7 @@ Stage-3 Conds:RS_6._col0=RS_7._col0(Inner),Output:["_col0","_col2"] <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_6] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_2] (rows=500 width=87) Output:["_col0"] Filter Operator [FIL_22] (rows=500 width=87) @@ -6071,7 +6047,7 @@ Stage-3 default@src,src1,Tbl:COMPLETE,Col:COMPLETE,Output:["key"] <-Map 5 [SIMPLE_EDGE] llap SHUFFLE [RS_7] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_5] (rows=500 width=178) Output:["_col0","_col1"] Filter Operator [FIL_23] (rows=500 width=178) @@ -6134,12 +6110,12 @@ Stage-0 Conds:MAPJOIN_76._col2=RS_20._col0(Inner),Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"] <-Map 3 [BROADCAST_EDGE] llap BROADCAST [RS_20] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Map Join Operator [MAPJOIN_77] (rows=1 width=404) Conds:SEL_8._col0=RS_13._col0(Inner),Output:["_col0","_col1","_col2","_col3"] <-Map 4 [BROADCAST_EDGE] llap BROADCAST [RS_13] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_11] (rows=1 width=368) Output:["_col0","_col1"] Filter Operator [FIL_35] (rows=1 width=368) @@ -6156,7 +6132,7 @@ Stage-0 Conds:SEL_2._col0=RS_17._col0(Inner),Output:["_col0","_col1","_col2","_col3"] <-Map 2 [BROADCAST_EDGE] llap BROADCAST [RS_17] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_5] (rows=1 width=368) Output:["_col0","_col1"] Filter Operator [FIL_33] (rows=1 width=368) @@ -6208,12 +6184,12 @@ Stage-0 Conds:MAPJOIN_76._col2=RS_20._col0(Inner),Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"] <-Map 3 [BROADCAST_EDGE] llap BROADCAST [RS_20] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Map Join Operator [MAPJOIN_77] (rows=1 width=404) Conds:SEL_8._col0=RS_13._col0(Inner),Output:["_col0","_col1","_col2","_col3"] <-Map 4 [BROADCAST_EDGE] llap BROADCAST [RS_13] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_11] (rows=1 width=368) Output:["_col0","_col1"] Filter Operator [FIL_35] (rows=1 width=368) @@ -6230,7 +6206,7 @@ Stage-0 Conds:SEL_2._col0=RS_17._col0(Inner),Output:["_col0","_col1","_col2","_col3"] <-Map 2 [BROADCAST_EDGE] llap BROADCAST [RS_17] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_5] (rows=1 width=368) Output:["_col0","_col1"] Filter Operator [FIL_33] (rows=1 width=368) @@ -6280,7 +6256,7 @@ Stage-0 Conds:RS_6._col2=SEL_5._col1(Inner),Output:["_col0","_col1","_col3"] <-Map 1 [BROADCAST_EDGE] llap BROADCAST [RS_6] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Select Operator [SEL_2] (rows=1 width=368) Output:["_col0","_col1","_col2"] Filter Operator [FIL_18] (rows=1 width=368) @@ -6338,7 +6314,7 @@ Stage-0 Conds:RS_6._col0=RS_7._col0(Inner),Output:["_col0","_col1","_col2","_col3"] <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_6] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_2] (rows=500 width=178) Output:["_col0","_col1"] Filter Operator [FIL_13] (rows=500 width=178) @@ -6347,7 +6323,7 @@ Stage-0 default@src,src,Tbl:COMPLETE,Col:COMPLETE,Output:["key","value"] <-Map 3 [SIMPLE_EDGE] llap SHUFFLE [RS_7] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_5] (rows=500 width=178) Output:["_col0","_col1"] Filter Operator [FIL_14] (rows=500 width=178) @@ -6389,7 +6365,7 @@ Stage-0 Conds:SEL_2._col0=RS_7._col0(Inner),Output:["_col1","_col3"] <-Map 4 [BROADCAST_EDGE] llap BROADCAST [RS_7] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_5] (rows=1 width=184) Output:["_col0","_col1"] Filter Operator [FIL_19] (rows=1 width=184) @@ -6437,7 +6413,7 @@ Stage-0 Conds:RS_6._col0=SEL_5._col0(Inner),Output:["_col1","_col3"] <-Map 1 [BROADCAST_EDGE] llap BROADCAST [RS_6] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_2] (rows=1 width=184) Output:["_col0","_col1"] Filter Operator [FIL_18] (rows=1 width=184) @@ -6485,7 +6461,7 @@ Stage-0 Conds:SEL_2._col0=RS_7._col0(Inner) <-Map 4 [BROADCAST_EDGE] llap BROADCAST [RS_7] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_5] (rows=1 width=184) Output:["_col0"] Filter Operator [FIL_19] (rows=1 width=184) @@ -6537,7 +6513,7 @@ Stage-0 Conds:SEL_1._col2=RS_6._col1(Left Outer),Output:["_col0","_col1","_col3"] <-Map 4 [BROADCAST_EDGE] llap BROADCAST [RS_6] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_4] (rows=1 width=184) Output:["_col0","_col1"] Filter Operator [FIL_17] (rows=1 width=184) @@ -6587,7 +6563,7 @@ Stage-0 Conds:RS_5._col2=SEL_4._col1(Right Outer),Output:["_col0","_col1","_col3"] <-Map 1 [BROADCAST_EDGE] llap BROADCAST [RS_5] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Select Operator [SEL_2] (rows=1 width=368) Output:["_col0","_col1","_col2"] Filter Operator [FIL_17] (rows=1 width=368) @@ -6637,14 +6613,14 @@ Stage-0 Conds:RS_4._col2=RS_5._col1(Outer),Output:["_col0","_col1","_col3"] <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_4] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Select Operator [SEL_1] (rows=1 width=368) Output:["_col0","_col1","_col2"] TableScan [TS_0] (rows=1 width=368) default@t1_n119,a,Tbl:COMPLETE,Col:NONE,Output:["key","val"] <-Map 5 [SIMPLE_EDGE] llap SHUFFLE [RS_5] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_3] (rows=1 width=184) Output:["_col0","_col1"] TableScan [TS_2] (rows=1 width=184) @@ -6686,7 +6662,7 @@ Stage-0 Conds:SEL_1._col1=RS_6._col1(Left Outer),Output:["_col0","_col2"] <-Map 4 [BROADCAST_EDGE] llap BROADCAST [RS_6] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_4] (rows=1 width=368) Output:["_col0","_col1"] Filter Operator [FIL_17] (rows=1 width=368) diff --git ql/src/test/results/clientpositive/llap/explainuser_2.q.out ql/src/test/results/clientpositive/llap/explainuser_2.q.out index b90fb55fd1..0219af8833 100644 --- ql/src/test/results/clientpositive/llap/explainuser_2.q.out +++ ql/src/test/results/clientpositive/llap/explainuser_2.q.out @@ -208,7 +208,7 @@ Stage-0 Conds:RS_12._col3=RS_55._col0(Inner),Output:["_col1","_col2","_col4"] <-Map 5 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_55] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_54] (rows=500 width=91) Output:["_col0"] Filter Operator [FIL_53] (rows=500 width=91) @@ -217,12 +217,12 @@ Stage-0 default@srcpart,z,Tbl:COMPLETE,Col:COMPLETE,Output:["value"] <-Reducer 2 [SIMPLE_EDGE] llap SHUFFLE [RS_12] - PartitionCols:_col3,null sort order:a,sort order:+ + PartitionCols:_col3 Merge Join Operator [MERGEJOIN_45] (rows=39 width=266) Conds:RS_49._col0=RS_52._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 1 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_49] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_48] (rows=500 width=178) Output:["_col0","_col1"] Filter Operator [FIL_47] (rows=500 width=178) @@ -231,7 +231,7 @@ Stage-0 default@src,y,Tbl:COMPLETE,Col:COMPLETE,Output:["key","value"] <-Map 4 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_52] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_51] (rows=25 width=175) Output:["_col0","_col1"] Filter Operator [FIL_50] (rows=25 width=175) @@ -342,33 +342,32 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5"] <-Reducer 4 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_214] - null sort order:zzz,sort order:+++ Group By Operator [GBY_213] (rows=2 width=285) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],aggregations:["count(VALUE._col0)","count(VALUE._col1)","count(VALUE._col2)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 3 [SIMPLE_EDGE] llap SHUFFLE [RS_49] - PartitionCols:_col0, _col1, _col2,null sort order:zzz,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_48] (rows=2 width=285) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],aggregations:["count(_col8)","count(_col15)","count(_col3)"],keys:_col7, _col14, _col2 Top N Key Operator [TNK_91] (rows=28 width=534) - keys:_col7, _col14, _col2,null sort order:zzz,sort order:+++,top n:100 + keys:_col7, _col14, _col2,top n:100 Merge Join Operator [MERGEJOIN_188] (rows=28 width=534) Conds:RS_44._col1, _col3=RS_45._col10, _col12(Inner),Output:["_col2","_col3","_col7","_col8","_col14","_col15"] <-Reducer 10 [SIMPLE_EDGE] llap SHUFFLE [RS_45] - PartitionCols:_col10, _col12,null sort order:aa,sort order:++ + PartitionCols:_col10, _col12 Select Operator [SEL_40] (rows=2 width=447) Output:["_col2","_col3","_col9","_col10","_col12"] Merge Join Operator [MERGEJOIN_187] (rows=2 width=447) Conds:RS_37._col2, _col4=RS_38._col1, _col3(Inner),Output:["_col0","_col1","_col9","_col10","_col12"] <-Reducer 11 [SIMPLE_EDGE] llap SHUFFLE [RS_38] - PartitionCols:_col1, _col3,null sort order:aa,sort order:++ + PartitionCols:_col1, _col3 Merge Join Operator [MERGEJOIN_186] (rows=5 width=356) Conds:RS_212._col0=RS_200._col0(Inner),Output:["_col1","_col2","_col3","_col4"] <-Map 6 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_200] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_197] (rows=5 width=87) Output:["_col0"] Filter Operator [FIL_194] (rows=5 width=178) @@ -377,7 +376,7 @@ Stage-0 default@src,d3,Tbl:COMPLETE,Col:COMPLETE,Output:["key","value"] <-Map 15 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_212] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_211] (rows=7 width=443) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_210] (rows=7 width=534) @@ -386,12 +385,12 @@ Stage-0 default@sr,sr,Tbl:COMPLETE,Col:COMPLETE,Output:["k1","v1","k2","v2","k3","v3"] <-Reducer 9 [SIMPLE_EDGE] llap SHUFFLE [RS_37] - PartitionCols:_col2, _col4,null sort order:aa,sort order:++ + PartitionCols:_col2, _col4 Merge Join Operator [MERGEJOIN_185] (rows=2 width=352) Conds:RS_34._col1=RS_209._col0(Inner),Output:["_col0","_col1","_col2","_col4"] <-Map 14 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_209] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_208] (rows=2 width=89) Output:["_col0"] Filter Operator [FIL_207] (rows=2 width=175) @@ -400,12 +399,12 @@ Stage-0 default@src1,src1,Tbl:COMPLETE,Col:COMPLETE,Output:["key","value"] <-Reducer 8 [SIMPLE_EDGE] llap SHUFFLE [RS_34] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_184] (rows=2 width=352) Conds:RS_31._col3=RS_206._col0(Inner),Output:["_col0","_col1","_col2","_col4"] <-Map 13 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_206] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_205] (rows=6 width=91) Output:["_col0"] Filter Operator [FIL_204] (rows=6 width=178) @@ -414,12 +413,12 @@ Stage-0 default@srcpart,srcpart,Tbl:COMPLETE,Col:COMPLETE,Output:["key","value"] <-Reducer 7 [SIMPLE_EDGE] llap SHUFFLE [RS_31] - PartitionCols:_col3,null sort order:a,sort order:+ + PartitionCols:_col3 Merge Join Operator [MERGEJOIN_183] (rows=2 width=443) Conds:RS_203._col0=RS_199._col0(Inner),Output:["_col0","_col1","_col2","_col3","_col4"] <-Map 6 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_199] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_196] (rows=2 width=87) Output:["_col0"] Filter Operator [FIL_193] (rows=2 width=178) @@ -427,7 +426,7 @@ Stage-0 Please refer to the previous TableScan [TS_3] <-Map 12 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_203] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_202] (rows=7 width=443) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_201] (rows=7 width=534) @@ -436,12 +435,12 @@ Stage-0 default@ss_n1,ss_n1,Tbl:COMPLETE,Col:COMPLETE,Output:["k1","v1","k2","v2","k3","v3"] <-Reducer 2 [SIMPLE_EDGE] llap SHUFFLE [RS_44] - PartitionCols:_col1, _col3,null sort order:aa,sort order:++ + PartitionCols:_col1, _col3 Merge Join Operator [MERGEJOIN_182] (rows=70 width=269) Conds:RS_191._col0=RS_198._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 6 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_198] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_195] (rows=5 width=87) Output:["_col0"] Filter Operator [FIL_192] (rows=5 width=178) @@ -449,7 +448,7 @@ Stage-0 Please refer to the previous TableScan [TS_3] <-Map 1 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_191] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_190] (rows=170 width=356) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_189] (rows=170 width=356) @@ -507,7 +506,7 @@ Stage-0 <-Union 4 [SIMPLE_EDGE] <-Reducer 3 [CONTAINS] llap Reduce Output Operator [RS_130] - PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_129] (rows=39 width=268) Output:["_col0","_col1","_col2"],keys:_col0, _col1, _col2 Select Operator [SEL_127] (rows=39 width=268) @@ -516,7 +515,7 @@ Stage-0 Conds:RS_22._col3=RS_170._col0(Inner),Output:["_col1","_col2","_col4"] <-Reducer 11 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_170] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_169] (rows=262 width=91) Output:["_col0"] Group By Operator [GBY_168] (rows=262 width=178) @@ -524,7 +523,7 @@ Stage-0 <-Union 10 [SIMPLE_EDGE] <-Map 12 [CONTAINS] vectorized, llap Reduce Output Operator [RS_183] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_182] (rows=262 width=178) Output:["_col0","_col1"],keys:_col1, _col0 Select Operator [SEL_181] (rows=500 width=178) @@ -535,7 +534,7 @@ Stage-0 Output:["key","value"] <-Map 9 [CONTAINS] vectorized, llap Reduce Output Operator [RS_179] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_178] (rows=262 width=178) Output:["_col0","_col1"],keys:_col1, _col0 Select Operator [SEL_177] (rows=25 width=175) @@ -546,12 +545,12 @@ Stage-0 Output:["key","value"] <-Reducer 2 [SIMPLE_EDGE] llap SHUFFLE [RS_22] - PartitionCols:_col3,null sort order:a,sort order:+ + PartitionCols:_col3 Merge Join Operator [MERGEJOIN_122] (rows=39 width=266) Conds:RS_162._col0=RS_166._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 1 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_162] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_161] (rows=500 width=178) Output:["_col0","_col1"] Filter Operator [FIL_160] (rows=500 width=178) @@ -560,7 +559,7 @@ Stage-0 default@src,y,Tbl:COMPLETE,Col:COMPLETE,Output:["key","value"] <-Map 8 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_166] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_165] (rows=25 width=175) Output:["_col0","_col1"] Filter Operator [FIL_164] (rows=25 width=175) @@ -569,7 +568,7 @@ Stage-0 default@src1,x,Tbl:COMPLETE,Col:COMPLETE,Output:["key","value"] <-Reducer 7 [CONTAINS] llap Reduce Output Operator [RS_135] - PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_134] (rows=39 width=268) Output:["_col0","_col1","_col2"],keys:_col0, _col1, _col2 Select Operator [SEL_132] (rows=39 width=268) @@ -578,7 +577,7 @@ Stage-0 Conds:RS_48._col3=RS_175._col0(Inner),Output:["_col1","_col2","_col4"] <-Reducer 15 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_175] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_174] (rows=262 width=91) Output:["_col0"] Group By Operator [GBY_173] (rows=262 width=178) @@ -586,7 +585,7 @@ Stage-0 <-Union 14 [SIMPLE_EDGE] <-Map 13 [CONTAINS] vectorized, llap Reduce Output Operator [RS_187] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_186] (rows=262 width=178) Output:["_col0","_col1"],keys:_col1, _col0 Select Operator [SEL_185] (rows=25 width=175) @@ -597,7 +596,7 @@ Stage-0 Output:["key","value"] <-Map 16 [CONTAINS] vectorized, llap Reduce Output Operator [RS_191] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_190] (rows=262 width=178) Output:["_col0","_col1"],keys:_col1, _col0 Select Operator [SEL_189] (rows=500 width=178) @@ -608,16 +607,16 @@ Stage-0 Output:["key","value"] <-Reducer 6 [SIMPLE_EDGE] llap SHUFFLE [RS_48] - PartitionCols:_col3,null sort order:a,sort order:+ + PartitionCols:_col3 Merge Join Operator [MERGEJOIN_123] (rows=39 width=266) Conds:RS_163._col0=RS_167._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 1 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_163] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_161] <-Map 8 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_167] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_165] PREHOOK: query: explain @@ -689,7 +688,7 @@ Stage-0 <-Union 6 [SIMPLE_EDGE] <-Reducer 5 [CONTAINS] vectorized, llap Reduce Output Operator [RS_332] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_331] (rows=49 width=177) Output:["_col0","_col1"],keys:_col0, _col1 Group By Operator [GBY_330] (rows=43 width=177) @@ -697,7 +696,7 @@ Stage-0 <-Union 4 [SIMPLE_EDGE] <-Reducer 10 [CONTAINS] llap Reduce Output Operator [RS_249] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_248] (rows=43 width=177) Output:["_col0","_col1"],keys:_col0, _col1 Select Operator [SEL_246] (rows=48 width=177) @@ -706,7 +705,7 @@ Stage-0 Conds:RS_58._col3=RS_340._col0(Inner),Output:["_col1","_col2"] <-Reducer 20 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_340] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_339] (rows=381 width=91) Output:["_col0"] Group By Operator [GBY_338] (rows=381 width=178) @@ -714,7 +713,7 @@ Stage-0 <-Union 19 [SIMPLE_EDGE] <-Map 22 [CONTAINS] vectorized, llap Reduce Output Operator [RS_364] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_363] (rows=381 width=178) Output:["_col0","_col1"],keys:_col1, _col0 Select Operator [SEL_362] (rows=500 width=178) @@ -725,7 +724,7 @@ Stage-0 Output:["key","value"] <-Reducer 18 [CONTAINS] vectorized, llap Reduce Output Operator [RS_356] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_355] (rows=381 width=178) Output:["_col0","_col1"],keys:_col1, _col0 Select Operator [SEL_354] (rows=262 width=178) @@ -735,7 +734,7 @@ Stage-0 <-Union 17 [SIMPLE_EDGE] <-Map 16 [CONTAINS] vectorized, llap Reduce Output Operator [RS_352] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_351] (rows=262 width=178) Output:["_col0","_col1"],keys:_col1, _col0 Select Operator [SEL_350] (rows=25 width=175) @@ -746,7 +745,7 @@ Stage-0 Output:["key","value"] <-Map 21 [CONTAINS] vectorized, llap Reduce Output Operator [RS_360] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_359] (rows=262 width=178) Output:["_col0","_col1"],keys:_col1, _col0 Select Operator [SEL_358] (rows=500 width=178) @@ -757,12 +756,12 @@ Stage-0 Output:["key","value"] <-Reducer 9 [SIMPLE_EDGE] llap SHUFFLE [RS_58] - PartitionCols:_col3,null sort order:a,sort order:+ + PartitionCols:_col3 Merge Join Operator [MERGEJOIN_226] (rows=39 width=266) Conds:RS_322._col0=RS_326._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 1 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_322] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_320] (rows=500 width=178) Output:["_col0","_col1"] Filter Operator [FIL_319] (rows=500 width=178) @@ -771,7 +770,7 @@ Stage-0 default@src,y,Tbl:COMPLETE,Col:COMPLETE,Output:["key","value"] <-Map 11 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_326] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_324] (rows=25 width=175) Output:["_col0","_col1"] Filter Operator [FIL_323] (rows=25 width=175) @@ -780,7 +779,7 @@ Stage-0 default@src1,x,Tbl:COMPLETE,Col:COMPLETE,Output:["key","value"] <-Reducer 3 [CONTAINS] llap Reduce Output Operator [RS_235] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_234] (rows=43 width=177) Output:["_col0","_col1"],keys:_col0, _col1 Select Operator [SEL_232] (rows=39 width=177) @@ -789,20 +788,20 @@ Stage-0 Conds:RS_22._col3=RS_329._col0(Inner),Output:["_col1","_col2"] <-Reducer 2 [SIMPLE_EDGE] llap SHUFFLE [RS_22] - PartitionCols:_col3,null sort order:a,sort order:+ + PartitionCols:_col3 Merge Join Operator [MERGEJOIN_225] (rows=39 width=266) Conds:RS_321._col0=RS_325._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 1 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_321] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_320] <-Map 11 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_325] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_324] <-Reducer 14 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_329] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_328] (rows=262 width=91) Output:["_col0"] Group By Operator [GBY_327] (rows=262 width=178) @@ -810,7 +809,7 @@ Stage-0 <-Union 13 [SIMPLE_EDGE] <-Map 12 [CONTAINS] vectorized, llap Reduce Output Operator [RS_344] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_343] (rows=262 width=178) Output:["_col0","_col1"],keys:_col1, _col0 Select Operator [SEL_342] (rows=25 width=175) @@ -821,7 +820,7 @@ Stage-0 Output:["key","value"] <-Map 15 [CONTAINS] vectorized, llap Reduce Output Operator [RS_348] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_347] (rows=262 width=178) Output:["_col0","_col1"],keys:_col1, _col0 Select Operator [SEL_346] (rows=500 width=178) @@ -832,7 +831,7 @@ Stage-0 Output:["key","value"] <-Reducer 8 [CONTAINS] llap Reduce Output Operator [RS_244] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_243] (rows=49 width=177) Output:["_col0","_col1"],keys:_col0, _col1 Select Operator [SEL_241] (rows=55 width=177) @@ -841,11 +840,11 @@ Stage-0 Conds:RS_111._col3=RS_337._col0(Inner),Output:["_col1","_col2"] <-Reducer 2 [SIMPLE_EDGE] llap SHUFFLE [RS_111] - PartitionCols:_col3,null sort order:a,sort order:+ + PartitionCols:_col3 Please refer to the previous Merge Join Operator [MERGEJOIN_225] <-Reducer 29 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_337] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_336] (rows=440 width=91) Output:["_col0"] Group By Operator [GBY_335] (rows=440 width=178) @@ -853,7 +852,7 @@ Stage-0 <-Union 28 [SIMPLE_EDGE] <-Map 32 [CONTAINS] vectorized, llap Reduce Output Operator [RS_388] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_387] (rows=440 width=178) Output:["_col0","_col1"],keys:_col1, _col0 Select Operator [SEL_386] (rows=500 width=178) @@ -864,7 +863,7 @@ Stage-0 Output:["key","value"] <-Reducer 27 [CONTAINS] vectorized, llap Reduce Output Operator [RS_376] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_375] (rows=440 width=178) Output:["_col0","_col1"],keys:_col1, _col0 Select Operator [SEL_374] (rows=381 width=178) @@ -874,7 +873,7 @@ Stage-0 <-Union 26 [SIMPLE_EDGE] <-Map 31 [CONTAINS] vectorized, llap Reduce Output Operator [RS_384] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_383] (rows=381 width=178) Output:["_col0","_col1"],keys:_col1, _col0 Select Operator [SEL_382] (rows=500 width=178) @@ -885,7 +884,7 @@ Stage-0 Output:["key","value"] <-Reducer 25 [CONTAINS] vectorized, llap Reduce Output Operator [RS_372] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_371] (rows=381 width=178) Output:["_col0","_col1"],keys:_col1, _col0 Select Operator [SEL_370] (rows=262 width=178) @@ -895,7 +894,7 @@ Stage-0 <-Union 24 [SIMPLE_EDGE] <-Map 23 [CONTAINS] vectorized, llap Reduce Output Operator [RS_368] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_367] (rows=262 width=178) Output:["_col0","_col1"],keys:_col1, _col0 Select Operator [SEL_366] (rows=25 width=175) @@ -906,7 +905,7 @@ Stage-0 Output:["key","value"] <-Map 30 [CONTAINS] vectorized, llap Reduce Output Operator [RS_380] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_379] (rows=262 width=178) Output:["_col0","_col1"],keys:_col1, _col0 Select Operator [SEL_378] (rows=500 width=178) @@ -953,7 +952,7 @@ Stage-0 Conds:MAPJOIN_57._col1=RS_54._col0(Inner),Output:["_col0","_col1","_col4"] <-Map 3 [BROADCAST_EDGE] vectorized, llap BROADCAST [RS_54] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_53] (rows=500 width=10) Output:["_col0","_col1"] Filter Operator [FIL_52] (rows=500 width=10) @@ -964,7 +963,7 @@ Stage-0 Conds:SEL_56._col0=RS_51._col1(Inner),Output:["_col0","_col1"] <-Map 2 [BROADCAST_EDGE] vectorized, llap BROADCAST [RS_51] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_50] (rows=25 width=7) Output:["_col0","_col1"] Filter Operator [FIL_49] (rows=25 width=7) @@ -1077,26 +1076,25 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5"] <-Reducer 4 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_231] - null sort order:zzz,sort order:+++ Group By Operator [GBY_230] (rows=805 width=10) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],aggregations:["count(VALUE._col0)","count(VALUE._col1)","count(VALUE._col2)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Map 3 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_229] - PartitionCols:_col0, _col1, _col2,null sort order:zzz,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_228] (rows=1610 width=10) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],aggregations:["count(_col9)","count(_col16)","count(_col3)"],keys:_col8, _col15, _col2 Top N Key Operator [TNK_227] (rows=1610 width=10) - keys:_col8, _col15, _col2,null sort order:zzz,sort order:+++,top n:100 + keys:_col8, _col15, _col2,top n:100 Map Join Operator [MAPJOIN_226] (rows=1610 width=10) Conds:RS_202._col1, _col3=SEL_225._col11, _col13(Inner),Output:["_col2","_col3","_col8","_col9","_col15","_col16"] <-Map 2 [BROADCAST_EDGE] vectorized, llap BROADCAST [RS_202] - PartitionCols:_col1, _col3,null sort order:aa,sort order:++ + PartitionCols:_col1, _col3 Map Join Operator [MAPJOIN_201] (rows=550 width=10) Conds:RS_198._col0=SEL_200._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 1 [BROADCAST_EDGE] vectorized, llap BROADCAST [RS_198] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_197] (rows=170 width=34) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_196] (rows=170 width=34) @@ -1115,12 +1113,12 @@ Stage-0 Conds:MAPJOIN_223._col3, _col5=RS_218._col2, _col4(Inner),Output:["_col1","_col2","_col10","_col11","_col13"] <-Map 9 [BROADCAST_EDGE] vectorized, llap BROADCAST [RS_218] - PartitionCols:_col2, _col4,null sort order:aa,sort order:++ + PartitionCols:_col2, _col4 Map Join Operator [MAPJOIN_217] (rows=550 width=10) Conds:SEL_216._col0=RS_214._col0(Inner),Output:["_col2","_col3","_col4","_col5"] <-Map 10 [BROADCAST_EDGE] vectorized, llap BROADCAST [RS_214] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_213] (rows=42 width=34) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_212] (rows=42 width=34) @@ -1137,7 +1135,7 @@ Stage-0 Conds:MAPJOIN_222._col2=RS_211._col0(Inner),Output:["_col1","_col2","_col3","_col5"] <-Map 8 [BROADCAST_EDGE] vectorized, llap BROADCAST [RS_211] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_210] (rows=12 width=7) Output:["_col0"] Filter Operator [FIL_209] (rows=12 width=7) @@ -1148,7 +1146,7 @@ Stage-0 Conds:MAPJOIN_221._col1=RS_208._col0(Inner),Output:["_col1","_col2","_col3","_col5"] <-Map 7 [BROADCAST_EDGE] vectorized, llap BROADCAST [RS_208] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_207] (rows=250 width=10) Output:["_col0"] Filter Operator [FIL_206] (rows=250 width=10) @@ -1159,7 +1157,7 @@ Stage-0 Conds:SEL_220._col0=RS_205._col3(Inner),Output:["_col1","_col2","_col3","_col5"] <-Map 6 [BROADCAST_EDGE] vectorized, llap BROADCAST [RS_205] - PartitionCols:_col3,null sort order:a,sort order:+ + PartitionCols:_col3 Select Operator [SEL_204] (rows=42 width=34) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_203] (rows=42 width=34) @@ -1221,7 +1219,7 @@ Stage-0 <-Union 6 [SIMPLE_EDGE] <-Reducer 12 [CONTAINS] vectorized, llap Reduce Output Operator [RS_207] - PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_206] (rows=1210 width=10) Output:["_col0","_col1","_col2"],keys:_col0, _col1, _col2 Select Operator [SEL_205] (rows=605 width=10) @@ -1230,12 +1228,12 @@ Stage-0 Conds:RS_201._col3=SEL_203._col0(Inner),Output:["_col1","_col2","_col4"] <-Map 9 [BROADCAST_EDGE] vectorized, llap BROADCAST [RS_201] - PartitionCols:_col3,null sort order:a,sort order:+ + PartitionCols:_col3 Map Join Operator [MAPJOIN_200] (rows=550 width=10) Conds:SEL_199._col0=RS_177._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 2 [BROADCAST_EDGE] vectorized, llap BROADCAST [RS_177] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_175] (rows=25 width=7) Output:["_col0","_col1"] Filter Operator [FIL_174] (rows=25 width=7) @@ -1255,7 +1253,7 @@ Stage-0 <-Union 11 [SIMPLE_EDGE] <-Map 10 [CONTAINS] vectorized, llap Reduce Output Operator [RS_197] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_196] (rows=525 width=10) Output:["_col0","_col1"],keys:_col1, _col0 Select Operator [SEL_195] (rows=25 width=7) @@ -1266,7 +1264,7 @@ Stage-0 Output:["key","value"] <-Map 13 [CONTAINS] vectorized, llap Reduce Output Operator [RS_211] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_210] (rows=525 width=10) Output:["_col0","_col1"],keys:_col1, _col0 Select Operator [SEL_209] (rows=500 width=10) @@ -1277,7 +1275,7 @@ Stage-0 Output:["key","value"] <-Reducer 5 [CONTAINS] vectorized, llap Reduce Output Operator [RS_187] - PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_186] (rows=1210 width=10) Output:["_col0","_col1","_col2"],keys:_col0, _col1, _col2 Select Operator [SEL_185] (rows=605 width=10) @@ -1286,12 +1284,12 @@ Stage-0 Conds:RS_181._col3=SEL_183._col0(Inner),Output:["_col1","_col2","_col4"] <-Map 1 [BROADCAST_EDGE] vectorized, llap BROADCAST [RS_181] - PartitionCols:_col3,null sort order:a,sort order:+ + PartitionCols:_col3 Map Join Operator [MAPJOIN_180] (rows=550 width=10) Conds:SEL_179._col0=RS_176._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 2 [BROADCAST_EDGE] vectorized, llap BROADCAST [RS_176] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_175] <-Select Operator [SEL_179] (rows=500 width=10) Output:["_col0","_col1"] @@ -1306,7 +1304,7 @@ Stage-0 <-Union 4 [SIMPLE_EDGE] <-Map 3 [CONTAINS] vectorized, llap Reduce Output Operator [RS_173] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_172] (rows=525 width=10) Output:["_col0","_col1"],keys:_col1, _col0 Select Operator [SEL_171] (rows=25 width=7) @@ -1317,7 +1315,7 @@ Stage-0 Output:["key","value"] <-Map 8 [CONTAINS] vectorized, llap Reduce Output Operator [RS_193] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_192] (rows=525 width=10) Output:["_col0","_col1"],keys:_col1, _col0 Select Operator [SEL_191] (rows=500 width=10) @@ -1393,7 +1391,7 @@ Stage-0 <-Union 8 [SIMPLE_EDGE] <-Reducer 25 [CONTAINS] vectorized, llap Reduce Output Operator [RS_404] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_403] (rows=1210 width=10) Output:["_col0","_col1"],keys:_col0, _col1 Select Operator [SEL_402] (rows=605 width=10) @@ -1402,12 +1400,12 @@ Stage-0 Conds:RS_345._col3=SEL_400._col0(Inner),Output:["_col1","_col2"] <-Map 1 [BROADCAST_EDGE] vectorized, llap BROADCAST [RS_345] - PartitionCols:_col3,null sort order:a,sort order:+ + PartitionCols:_col3 Map Join Operator [MAPJOIN_343] (rows=550 width=10) Conds:SEL_342._col0=RS_339._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 2 [BROADCAST_EDGE] vectorized, llap BROADCAST [RS_339] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_338] (rows=25 width=7) Output:["_col0","_col1"] Filter Operator [FIL_337] (rows=25 width=7) @@ -1427,7 +1425,7 @@ Stage-0 <-Union 24 [SIMPLE_EDGE] <-Map 28 [CONTAINS] vectorized, llap Reduce Output Operator [RS_416] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_415] (rows=881 width=10) Output:["_col0","_col1"],keys:_col1, _col0 Select Operator [SEL_414] (rows=500 width=10) @@ -1438,7 +1436,7 @@ Stage-0 Output:["key","value"] <-Reducer 23 [CONTAINS] vectorized, llap Reduce Output Operator [RS_398] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_397] (rows=881 width=10) Output:["_col0","_col1"],keys:_col1, _col0 Select Operator [SEL_396] (rows=381 width=10) @@ -1448,7 +1446,7 @@ Stage-0 <-Union 22 [SIMPLE_EDGE] <-Map 27 [CONTAINS] vectorized, llap Reduce Output Operator [RS_412] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_411] (rows=762 width=10) Output:["_col0","_col1"],keys:_col1, _col0 Select Operator [SEL_410] (rows=500 width=10) @@ -1459,7 +1457,7 @@ Stage-0 Output:["key","value"] <-Reducer 21 [CONTAINS] vectorized, llap Reduce Output Operator [RS_394] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_393] (rows=762 width=10) Output:["_col0","_col1"],keys:_col1, _col0 Select Operator [SEL_392] (rows=262 width=10) @@ -1469,7 +1467,7 @@ Stage-0 <-Union 20 [SIMPLE_EDGE] <-Map 19 [CONTAINS] vectorized, llap Reduce Output Operator [RS_390] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_389] (rows=525 width=10) Output:["_col0","_col1"],keys:_col1, _col0 Select Operator [SEL_388] (rows=25 width=7) @@ -1480,7 +1478,7 @@ Stage-0 Output:["key","value"] <-Map 26 [CONTAINS] vectorized, llap Reduce Output Operator [RS_408] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_407] (rows=525 width=10) Output:["_col0","_col1"],keys:_col1, _col0 Select Operator [SEL_406] (rows=500 width=10) @@ -1491,7 +1489,7 @@ Stage-0 Output:["key","value"] <-Reducer 7 [CONTAINS] vectorized, llap Reduce Output Operator [RS_354] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_353] (rows=1210 width=10) Output:["_col0","_col1"],keys:_col0, _col1 Group By Operator [GBY_352] (rows=605 width=10) @@ -1499,7 +1497,7 @@ Stage-0 <-Union 6 [SIMPLE_EDGE] <-Reducer 16 [CONTAINS] vectorized, llap Reduce Output Operator [RS_378] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_377] (rows=1210 width=10) Output:["_col0","_col1"],keys:_col0, _col1 Select Operator [SEL_376] (rows=605 width=10) @@ -1508,12 +1506,12 @@ Stage-0 Conds:RS_372._col3=SEL_374._col0(Inner),Output:["_col1","_col2"] <-Map 11 [BROADCAST_EDGE] vectorized, llap BROADCAST [RS_372] - PartitionCols:_col3,null sort order:a,sort order:+ + PartitionCols:_col3 Map Join Operator [MAPJOIN_371] (rows=550 width=10) Conds:SEL_370._col0=RS_340._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 2 [BROADCAST_EDGE] vectorized, llap BROADCAST [RS_340] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_338] <-Select Operator [SEL_370] (rows=500 width=10) Output:["_col0","_col1"] @@ -1528,7 +1526,7 @@ Stage-0 <-Union 15 [SIMPLE_EDGE] <-Map 18 [CONTAINS] vectorized, llap Reduce Output Operator [RS_386] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_385] (rows=762 width=10) Output:["_col0","_col1"],keys:_col1, _col0 Select Operator [SEL_384] (rows=500 width=10) @@ -1539,7 +1537,7 @@ Stage-0 Output:["key","value"] <-Reducer 14 [CONTAINS] vectorized, llap Reduce Output Operator [RS_368] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_367] (rows=762 width=10) Output:["_col0","_col1"],keys:_col1, _col0 Select Operator [SEL_366] (rows=262 width=10) @@ -1549,7 +1547,7 @@ Stage-0 <-Union 13 [SIMPLE_EDGE] <-Map 12 [CONTAINS] vectorized, llap Reduce Output Operator [RS_364] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_363] (rows=525 width=10) Output:["_col0","_col1"],keys:_col1, _col0 Select Operator [SEL_362] (rows=25 width=7) @@ -1560,7 +1558,7 @@ Stage-0 Output:["key","value"] <-Map 17 [CONTAINS] vectorized, llap Reduce Output Operator [RS_382] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_381] (rows=525 width=10) Output:["_col0","_col1"],keys:_col1, _col0 Select Operator [SEL_380] (rows=500 width=10) @@ -1571,7 +1569,7 @@ Stage-0 Output:["key","value"] <-Reducer 5 [CONTAINS] vectorized, llap Reduce Output Operator [RS_351] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_350] (rows=1210 width=10) Output:["_col0","_col1"],keys:_col0, _col1 Select Operator [SEL_349] (rows=605 width=10) @@ -1580,7 +1578,7 @@ Stage-0 Conds:RS_344._col3=SEL_347._col0(Inner),Output:["_col1","_col2"] <-Map 1 [BROADCAST_EDGE] vectorized, llap BROADCAST [RS_344] - PartitionCols:_col3,null sort order:a,sort order:+ + PartitionCols:_col3 Please refer to the previous Map Join Operator [MAPJOIN_343] <-Select Operator [SEL_347] (rows=262 width=10) Output:["_col0"] @@ -1589,7 +1587,7 @@ Stage-0 <-Union 4 [SIMPLE_EDGE] <-Map 10 [CONTAINS] vectorized, llap Reduce Output Operator [RS_360] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_359] (rows=525 width=10) Output:["_col0","_col1"],keys:_col1, _col0 Select Operator [SEL_358] (rows=500 width=10) @@ -1600,7 +1598,7 @@ Stage-0 Output:["key","value"] <-Map 3 [CONTAINS] vectorized, llap Reduce Output Operator [RS_336] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_335] (rows=525 width=10) Output:["_col0","_col1"],keys:_col1, _col0 Select Operator [SEL_334] (rows=25 width=7) @@ -1806,7 +1804,7 @@ Stage-0 Conds:RS_12._col2=RS_50._col0(Inner),Output:["_col1","_col2"] <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_12] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Merge Join Operator [MERGEJOIN_45] (rows=266 width=10) Conds:SEL_2._col0=SEL_5._col0(Inner),Output:["_col1","_col2"] <-Select Operator [SEL_5] (rows=242 width=10) @@ -1823,7 +1821,7 @@ Stage-0 default@tab_n15,s3,Tbl:COMPLETE,Col:NONE,Output:["key"] <-Map 4 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_50] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_49] (rows=242 width=10) Output:["_col0"] Filter Operator [FIL_48] (rows=242 width=10) @@ -1903,7 +1901,7 @@ Stage-0 Conds:RS_12._col2=RS_50._col0(Inner),Output:["_col1","_col2"] <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_12] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Merge Join Operator [MERGEJOIN_45] (rows=266 width=10) Conds:SEL_2._col0=SEL_5._col0(Inner),Output:["_col1","_col2"] <-Select Operator [SEL_5] (rows=242 width=10) @@ -1920,7 +1918,7 @@ Stage-0 default@tab2_n7,s3,Tbl:COMPLETE,Col:NONE,Output:["key"] <-Map 4 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_50] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_49] (rows=242 width=10) Output:["_col0"] Filter Operator [FIL_48] (rows=242 width=10) @@ -1974,7 +1972,7 @@ Stage-0 Conds:Union 2._col0=RS_79._col0(Inner) <-Map 7 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_79] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_78] (rows=500 width=10) Output:["_col0"] Filter Operator [FIL_77] (rows=500 width=10) @@ -1984,7 +1982,7 @@ Stage-0 <-Union 2 [SIMPLE_EDGE] <-Map 1 [CONTAINS] llap Reduce Output Operator [RS_71] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_68] (rows=266 width=10) Conds:SEL_66._col0=SEL_5._col0(Inner),Output:["_col0"] <-Select Operator [SEL_5] (rows=242 width=10) @@ -2001,7 +1999,7 @@ Stage-0 Output:["key"] <-Map 6 [CONTAINS] vectorized, llap Reduce Output Operator [RS_84] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_83] (rows=242 width=10) Output:["_col0"] Filter Operator [FIL_82] (rows=242 width=10) @@ -2055,7 +2053,7 @@ Stage-0 Conds:Union 3._col0=RS_98._col0(Inner) <-Map 9 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_98] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_97] (rows=500 width=10) Output:["_col0"] Filter Operator [FIL_96] (rows=500 width=10) @@ -2065,7 +2063,7 @@ Stage-0 <-Union 3 [SIMPLE_EDGE] <-Map 8 [CONTAINS] vectorized, llap Reduce Output Operator [RS_103] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_102] (rows=242 width=10) Output:["_col0"] Filter Operator [FIL_101] (rows=242 width=10) @@ -2074,14 +2072,14 @@ Stage-0 Output:["key"] <-Reducer 2 [CONTAINS] llap Reduce Output Operator [RS_87] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_85] (rows=292 width=10) Output:["_col0"] Merge Join Operator [MERGEJOIN_84] (rows=292 width=10) Conds:RS_12._col2=RS_95._col0(Inner),Output:["_col1"] <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_12] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Merge Join Operator [MERGEJOIN_80] (rows=266 width=10) Conds:SEL_2._col0=SEL_5._col0(Inner),Output:["_col1","_col2"] <-Select Operator [SEL_5] (rows=242 width=10) @@ -2098,7 +2096,7 @@ Stage-0 default@tab_n15,s3,Tbl:COMPLETE,Col:NONE,Output:["key"] <-Map 7 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_95] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_94] (rows=242 width=10) Output:["_col0"] Filter Operator [FIL_93] (rows=242 width=10) @@ -2168,7 +2166,7 @@ Stage-0 Conds:MAPJOIN_310._col1=RS_304._col0(Inner),Output:["_col1","_col4"] <-Map 19 [BROADCAST_EDGE] vectorized, llap BROADCAST [RS_304] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_303] (rows=25 width=7) Output:["_col0","_col1"] Filter Operator [FIL_302] (rows=25 width=7) @@ -2179,7 +2177,7 @@ Stage-0 Conds:SEL_309._col0=RS_275._col1(Inner),Output:["_col1"] <-Map 6 [BROADCAST_EDGE] vectorized, llap BROADCAST [RS_275] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_273] (rows=25 width=7) Output:["_col0","_col1"] Filter Operator [FIL_272] (rows=25 width=7) @@ -2200,13 +2198,13 @@ Stage-0 Conds:MAPJOIN_316._col1=RS_305._col0(Inner),Output:["_col1","_col4"] <-Map 19 [BROADCAST_EDGE] vectorized, llap BROADCAST [RS_305] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_303] <-Map Join Operator [MAPJOIN_316] (rows=1677 width=10) Conds:SEL_315._col0=RS_276._col1(Inner),Output:["_col1"] <-Map 6 [BROADCAST_EDGE] vectorized, llap BROADCAST [RS_276] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Please refer to the previous Select Operator [SEL_273] <-Select Operator [SEL_315] (rows=500 width=10) Output:["_col0"] @@ -2222,13 +2220,13 @@ Stage-0 Conds:MAPJOIN_322._col1=RS_306._col0(Inner),Output:["_col1","_col4"] <-Map 19 [BROADCAST_EDGE] vectorized, llap BROADCAST [RS_306] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_303] <-Map Join Operator [MAPJOIN_322] (rows=1677 width=10) Conds:SEL_321._col0=RS_277._col1(Inner),Output:["_col1"] <-Map 6 [BROADCAST_EDGE] vectorized, llap BROADCAST [RS_277] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Please refer to the previous Select Operator [SEL_273] <-Select Operator [SEL_321] (rows=500 width=10) Output:["_col0"] @@ -2244,13 +2242,13 @@ Stage-0 Conds:MAPJOIN_328._col1=RS_307._col0(Inner),Output:["_col1","_col4"] <-Map 19 [BROADCAST_EDGE] vectorized, llap BROADCAST [RS_307] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_303] <-Map Join Operator [MAPJOIN_328] (rows=1677 width=10) Conds:SEL_327._col0=RS_278._col1(Inner),Output:["_col1"] <-Map 6 [BROADCAST_EDGE] vectorized, llap BROADCAST [RS_278] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Please refer to the previous Select Operator [SEL_273] <-Select Operator [SEL_327] (rows=500 width=10) Output:["_col0"] @@ -2266,12 +2264,12 @@ Stage-0 Conds:RS_283._col3=Union 8._col0(Inner),Output:["_col1","_col2"] <-Map 1 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_283] - PartitionCols:_col3,null sort order:a,sort order:+ + PartitionCols:_col3 Map Join Operator [MAPJOIN_281] (rows=550 width=10) Conds:SEL_280._col0=RS_274._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 6 [BROADCAST_EDGE] vectorized, llap BROADCAST [RS_274] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_273] <-Select Operator [SEL_280] (rows=500 width=10) Output:["_col0","_col1"] @@ -2282,7 +2280,7 @@ Stage-0 <-Union 8 [SIMPLE_EDGE] <-Map 7 [CONTAINS] vectorized, llap Reduce Output Operator [RS_289] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_288] (rows=25 width=7) Output:["_col0"] Filter Operator [FIL_287] (rows=25 width=7) @@ -2291,7 +2289,7 @@ Stage-0 Output:["value"] <-Map 9 [CONTAINS] vectorized, llap Reduce Output Operator [RS_292] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_291] (rows=500 width=10) Output:["_col0"] Filter Operator [FIL_290] (rows=500 width=10) @@ -2306,16 +2304,16 @@ Stage-0 Conds:RS_41._col3=Union 12._col0(Inner),Output:["_col1","_col2"] <-Reducer 4 [SIMPLE_EDGE] llap SHUFFLE [RS_41] - PartitionCols:_col3,null sort order:a,sort order:+ + PartitionCols:_col3 Merge Join Operator [MERGEJOIN_181] (rows=550 width=10) Conds:RS_282._col0=RS_286._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 1 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_282] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_280] <-Map 10 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_286] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_285] (rows=500 width=10) Output:["_col0","_col1"] Filter Operator [FIL_284] (rows=500 width=10) @@ -2325,7 +2323,7 @@ Stage-0 <-Union 12 [SIMPLE_EDGE] <-Map 11 [CONTAINS] vectorized, llap Reduce Output Operator [RS_295] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_294] (rows=25 width=7) Output:["_col0"] Filter Operator [FIL_293] (rows=25 width=7) @@ -2334,7 +2332,7 @@ Stage-0 Output:["value"] <-Map 13 [CONTAINS] vectorized, llap Reduce Output Operator [RS_298] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_297] (rows=500 width=10) Output:["_col0"] Filter Operator [FIL_296] (rows=500 width=10) @@ -2343,7 +2341,7 @@ Stage-0 Output:["value"] <-Map 14 [CONTAINS] vectorized, llap Reduce Output Operator [RS_301] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_300] (rows=500 width=10) Output:["_col0"] Filter Operator [FIL_299] (rows=500 width=10) @@ -2420,7 +2418,7 @@ Stage-0 <-Union 5 [SIMPLE_EDGE] <-Reducer 29 [CONTAINS] vectorized, llap Reduce Output Operator [RS_395] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_394] (rows=1089 width=10) Output:["_col0","_col1"],keys:_col0, _col1 Select Operator [SEL_393] (rows=484 width=10) @@ -2429,12 +2427,12 @@ Stage-0 Conds:RS_334._col3=SEL_391._col0(Inner),Output:["_col1","_col2"] <-Map 9 [BROADCAST_EDGE] vectorized, llap BROADCAST [RS_334] - PartitionCols:_col3,null sort order:a,sort order:+ + PartitionCols:_col3 Map Join Operator [MAPJOIN_333] (rows=27 width=7) Conds:SEL_331._col0=RS_327._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 22 [BROADCAST_EDGE] vectorized, llap BROADCAST [RS_327] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_326] (rows=25 width=7) Output:["_col0","_col1"] Filter Operator [FIL_325] (rows=25 width=7) @@ -2454,7 +2452,7 @@ Stage-0 <-Union 28 [SIMPLE_EDGE] <-Map 32 [CONTAINS] vectorized, llap Reduce Output Operator [RS_407] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_406] (rows=881 width=10) Output:["_col0","_col1"],keys:_col1, _col0 Select Operator [SEL_405] (rows=500 width=10) @@ -2465,7 +2463,7 @@ Stage-0 Output:["key","value"] <-Reducer 27 [CONTAINS] vectorized, llap Reduce Output Operator [RS_389] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_388] (rows=881 width=10) Output:["_col0","_col1"],keys:_col1, _col0 Select Operator [SEL_387] (rows=381 width=10) @@ -2475,7 +2473,7 @@ Stage-0 <-Union 26 [SIMPLE_EDGE] <-Map 31 [CONTAINS] vectorized, llap Reduce Output Operator [RS_403] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_402] (rows=762 width=10) Output:["_col0","_col1"],keys:_col1, _col0 Select Operator [SEL_401] (rows=500 width=10) @@ -2486,7 +2484,7 @@ Stage-0 Output:["key","value"] <-Reducer 25 [CONTAINS] vectorized, llap Reduce Output Operator [RS_385] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_384] (rows=762 width=10) Output:["_col0","_col1"],keys:_col1, _col0 Select Operator [SEL_383] (rows=262 width=10) @@ -2496,7 +2494,7 @@ Stage-0 <-Union 24 [SIMPLE_EDGE] <-Map 23 [CONTAINS] vectorized, llap Reduce Output Operator [RS_381] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_380] (rows=525 width=10) Output:["_col0","_col1"],keys:_col1, _col0 Select Operator [SEL_379] (rows=25 width=7) @@ -2507,7 +2505,7 @@ Stage-0 Output:["key","value"] <-Map 30 [CONTAINS] vectorized, llap Reduce Output Operator [RS_399] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_398] (rows=525 width=10) Output:["_col0","_col1"],keys:_col1, _col0 Select Operator [SEL_397] (rows=500 width=10) @@ -2518,7 +2516,7 @@ Stage-0 Output:["key","value"] <-Reducer 4 [CONTAINS] vectorized, llap Reduce Output Operator [RS_345] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_344] (rows=1089 width=10) Output:["_col0","_col1"],keys:_col0, _col1 Group By Operator [GBY_343] (rows=605 width=10) @@ -2526,7 +2524,7 @@ Stage-0 <-Union 3 [SIMPLE_EDGE] <-Reducer 2 [CONTAINS] llap Reduce Output Operator [RS_238] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_237] (rows=1210 width=10) Output:["_col0","_col1"],keys:_col0, _col1 Select Operator [SEL_235] (rows=605 width=10) @@ -2535,12 +2533,12 @@ Stage-0 Conds:RS_339._col3=RS_342._col0(Inner),Output:["_col1","_col2"] <-Map 1 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_339] - PartitionCols:_col3,null sort order:a,sort order:+ + PartitionCols:_col3 Map Join Operator [MAPJOIN_337] (rows=550 width=10) Conds:SEL_336._col0=RS_332._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 9 [BROADCAST_EDGE] vectorized, llap BROADCAST [RS_332] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_330] (rows=25 width=7) Output:["_col0","_col1"] Filter Operator [FIL_328] (rows=25 width=7) @@ -2554,7 +2552,7 @@ Stage-0 default@src,y,Tbl:COMPLETE,Col:NONE,Output:["key","value"] <-Reducer 12 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_342] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_341] (rows=262 width=10) Output:["_col0"] Group By Operator [GBY_340] (rows=262 width=10) @@ -2562,7 +2560,7 @@ Stage-0 <-Union 11 [SIMPLE_EDGE] <-Map 10 [CONTAINS] vectorized, llap Reduce Output Operator [RS_357] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_356] (rows=525 width=10) Output:["_col0","_col1"],keys:_col1, _col0 Select Operator [SEL_355] (rows=25 width=7) @@ -2573,7 +2571,7 @@ Stage-0 Output:["key","value"] <-Map 13 [CONTAINS] vectorized, llap Reduce Output Operator [RS_361] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_360] (rows=525 width=10) Output:["_col0","_col1"],keys:_col1, _col0 Select Operator [SEL_359] (rows=500 width=10) @@ -2584,7 +2582,7 @@ Stage-0 Output:["key","value"] <-Reducer 8 [CONTAINS] llap Reduce Output Operator [RS_247] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_246] (rows=1210 width=10) Output:["_col0","_col1"],keys:_col0, _col1 Select Operator [SEL_244] (rows=605 width=10) @@ -2593,7 +2591,7 @@ Stage-0 Conds:RS_58._col3=RS_353._col0(Inner),Output:["_col1","_col2"] <-Reducer 19 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_353] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_352] (rows=381 width=10) Output:["_col0"] Group By Operator [GBY_351] (rows=381 width=10) @@ -2601,7 +2599,7 @@ Stage-0 <-Union 18 [SIMPLE_EDGE] <-Map 21 [CONTAINS] vectorized, llap Reduce Output Operator [RS_377] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_376] (rows=762 width=10) Output:["_col0","_col1"],keys:_col1, _col0 Select Operator [SEL_375] (rows=500 width=10) @@ -2612,7 +2610,7 @@ Stage-0 Output:["key","value"] <-Reducer 17 [CONTAINS] vectorized, llap Reduce Output Operator [RS_369] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_368] (rows=762 width=10) Output:["_col0","_col1"],keys:_col1, _col0 Select Operator [SEL_367] (rows=262 width=10) @@ -2622,7 +2620,7 @@ Stage-0 <-Union 16 [SIMPLE_EDGE] <-Map 15 [CONTAINS] vectorized, llap Reduce Output Operator [RS_365] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_364] (rows=525 width=10) Output:["_col0","_col1"],keys:_col1, _col0 Select Operator [SEL_363] (rows=25 width=7) @@ -2633,7 +2631,7 @@ Stage-0 Output:["key","value"] <-Map 20 [CONTAINS] vectorized, llap Reduce Output Operator [RS_373] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_372] (rows=525 width=10) Output:["_col0","_col1"],keys:_col1, _col0 Select Operator [SEL_371] (rows=500 width=10) @@ -2644,16 +2642,16 @@ Stage-0 Output:["key","value"] <-Reducer 7 [SIMPLE_EDGE] llap SHUFFLE [RS_58] - PartitionCols:_col3,null sort order:a,sort order:+ + PartitionCols:_col3 Merge Join Operator [MERGEJOIN_226] (rows=550 width=10) Conds:RS_338._col0=RS_350._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 1 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_338] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_336] <-Map 14 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_350] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_349] (rows=500 width=10) Output:["_col0","_col1"] Filter Operator [FIL_348] (rows=500 width=10) @@ -2775,7 +2773,7 @@ Stage-5 Conds:MAPJOIN_280._col1=RS_396._col0(Inner),Output:["_col1","_col4"] <-Map 22 [BROADCAST_EDGE] vectorized, llap BROADCAST [RS_396] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_395] (rows=25 width=7) Output:["_col0","_col1"] Filter Operator [FIL_394] (rows=25 width=7) @@ -2786,7 +2784,7 @@ Stage-5 Conds:SEL_282._col0=RS_367._col1(Inner),Output:["_col1"] <-Map 9 [BROADCAST_EDGE] vectorized, llap BROADCAST [RS_367] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_365] (rows=25 width=7) Output:["_col0","_col1"] Filter Operator [FIL_364] (rows=25 width=7) @@ -2832,13 +2830,13 @@ Stage-5 Conds:MAPJOIN_302._col1=RS_397._col0(Inner),Output:["_col1","_col4"] <-Map 22 [BROADCAST_EDGE] vectorized, llap BROADCAST [RS_397] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_395] <-Map Join Operator [MAPJOIN_302] (rows=1677 width=10) Conds:SEL_304._col0=RS_368._col1(Inner),Output:["_col1"] <-Map 9 [BROADCAST_EDGE] vectorized, llap BROADCAST [RS_368] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Please refer to the previous Select Operator [SEL_365] <-Select Operator [SEL_304] (rows=500 width=10) Output:["_col0"] @@ -2879,13 +2877,13 @@ Stage-5 Conds:MAPJOIN_324._col1=RS_398._col0(Inner),Output:["_col1","_col4"] <-Map 22 [BROADCAST_EDGE] vectorized, llap BROADCAST [RS_398] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_395] <-Map Join Operator [MAPJOIN_324] (rows=1677 width=10) Conds:SEL_326._col0=RS_369._col1(Inner),Output:["_col1"] <-Map 9 [BROADCAST_EDGE] vectorized, llap BROADCAST [RS_369] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Please refer to the previous Select Operator [SEL_365] <-Select Operator [SEL_326] (rows=500 width=10) Output:["_col0"] @@ -2926,13 +2924,13 @@ Stage-5 Conds:MAPJOIN_346._col1=RS_399._col0(Inner),Output:["_col1","_col4"] <-Map 22 [BROADCAST_EDGE] vectorized, llap BROADCAST [RS_399] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_395] <-Map Join Operator [MAPJOIN_346] (rows=1677 width=10) Conds:SEL_348._col0=RS_370._col1(Inner),Output:["_col1"] <-Map 9 [BROADCAST_EDGE] vectorized, llap BROADCAST [RS_370] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Please refer to the previous Select Operator [SEL_365] <-Select Operator [SEL_348] (rows=500 width=10) Output:["_col0"] @@ -2973,12 +2971,12 @@ Stage-5 Conds:RS_375._col3=Union 11._col0(Inner),Output:["_col1","_col2"] <-Map 1 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_375] - PartitionCols:_col3,null sort order:a,sort order:+ + PartitionCols:_col3 Map Join Operator [MAPJOIN_373] (rows=550 width=10) Conds:SEL_372._col0=RS_366._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 9 [BROADCAST_EDGE] vectorized, llap BROADCAST [RS_366] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_365] <-Select Operator [SEL_372] (rows=500 width=10) Output:["_col0","_col1"] @@ -2989,7 +2987,7 @@ Stage-5 <-Union 11 [SIMPLE_EDGE] <-Map 10 [CONTAINS] vectorized, llap Reduce Output Operator [RS_381] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_380] (rows=25 width=7) Output:["_col0"] Filter Operator [FIL_379] (rows=25 width=7) @@ -2998,7 +2996,7 @@ Stage-5 Output:["value"] <-Map 12 [CONTAINS] vectorized, llap Reduce Output Operator [RS_384] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_383] (rows=500 width=10) Output:["_col0"] Filter Operator [FIL_382] (rows=500 width=10) @@ -3038,16 +3036,16 @@ Stage-5 Conds:RS_41._col3=Union 15._col0(Inner),Output:["_col1","_col2"] <-Reducer 7 [SIMPLE_EDGE] llap SHUFFLE [RS_41] - PartitionCols:_col3,null sort order:a,sort order:+ + PartitionCols:_col3 Merge Join Operator [MERGEJOIN_207] (rows=550 width=10) Conds:RS_374._col0=RS_378._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 1 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_374] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_372] <-Map 13 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_378] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_377] (rows=500 width=10) Output:["_col0","_col1"] Filter Operator [FIL_376] (rows=500 width=10) @@ -3057,7 +3055,7 @@ Stage-5 <-Union 15 [SIMPLE_EDGE] <-Map 14 [CONTAINS] vectorized, llap Reduce Output Operator [RS_387] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_386] (rows=25 width=7) Output:["_col0"] Filter Operator [FIL_385] (rows=25 width=7) @@ -3066,7 +3064,7 @@ Stage-5 Output:["value"] <-Map 16 [CONTAINS] vectorized, llap Reduce Output Operator [RS_390] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_389] (rows=500 width=10) Output:["_col0"] Filter Operator [FIL_388] (rows=500 width=10) @@ -3075,7 +3073,7 @@ Stage-5 Output:["value"] <-Map 17 [CONTAINS] vectorized, llap Reduce Output Operator [RS_393] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_392] (rows=500 width=10) Output:["_col0"] Filter Operator [FIL_391] (rows=500 width=10) @@ -3223,7 +3221,7 @@ Stage-5 <-Union 5 [SIMPLE_EDGE] <-Reducer 32 [CONTAINS] vectorized, llap Reduce Output Operator [RS_426] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_425] (rows=1089 width=10) Output:["_col0","_col1"],keys:_col0, _col1 Select Operator [SEL_424] (rows=484 width=10) @@ -3232,12 +3230,12 @@ Stage-5 Conds:RS_360._col3=SEL_422._col0(Inner),Output:["_col1","_col2"] <-Map 12 [BROADCAST_EDGE] vectorized, llap BROADCAST [RS_360] - PartitionCols:_col3,null sort order:a,sort order:+ + PartitionCols:_col3 Map Join Operator [MAPJOIN_359] (rows=27 width=7) Conds:SEL_357._col0=RS_353._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 25 [BROADCAST_EDGE] vectorized, llap BROADCAST [RS_353] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_352] (rows=25 width=7) Output:["_col0","_col1"] Filter Operator [FIL_351] (rows=25 width=7) @@ -3257,7 +3255,7 @@ Stage-5 <-Union 31 [SIMPLE_EDGE] <-Map 35 [CONTAINS] vectorized, llap Reduce Output Operator [RS_438] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_437] (rows=881 width=10) Output:["_col0","_col1"],keys:_col1, _col0 Select Operator [SEL_436] (rows=500 width=10) @@ -3268,7 +3266,7 @@ Stage-5 Output:["key","value"] <-Reducer 30 [CONTAINS] vectorized, llap Reduce Output Operator [RS_420] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_419] (rows=881 width=10) Output:["_col0","_col1"],keys:_col1, _col0 Select Operator [SEL_418] (rows=381 width=10) @@ -3278,7 +3276,7 @@ Stage-5 <-Union 29 [SIMPLE_EDGE] <-Map 34 [CONTAINS] vectorized, llap Reduce Output Operator [RS_434] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_433] (rows=762 width=10) Output:["_col0","_col1"],keys:_col1, _col0 Select Operator [SEL_432] (rows=500 width=10) @@ -3289,7 +3287,7 @@ Stage-5 Output:["key","value"] <-Reducer 28 [CONTAINS] vectorized, llap Reduce Output Operator [RS_416] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_415] (rows=762 width=10) Output:["_col0","_col1"],keys:_col1, _col0 Select Operator [SEL_414] (rows=262 width=10) @@ -3299,7 +3297,7 @@ Stage-5 <-Union 27 [SIMPLE_EDGE] <-Map 26 [CONTAINS] vectorized, llap Reduce Output Operator [RS_412] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_411] (rows=525 width=10) Output:["_col0","_col1"],keys:_col1, _col0 Select Operator [SEL_410] (rows=25 width=7) @@ -3310,7 +3308,7 @@ Stage-5 Output:["key","value"] <-Map 33 [CONTAINS] vectorized, llap Reduce Output Operator [RS_430] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_429] (rows=525 width=10) Output:["_col0","_col1"],keys:_col1, _col0 Select Operator [SEL_428] (rows=500 width=10) @@ -3321,7 +3319,7 @@ Stage-5 Output:["key","value"] <-Reducer 4 [CONTAINS] vectorized, llap Reduce Output Operator [RS_371] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_370] (rows=1089 width=10) Output:["_col0","_col1"],keys:_col0, _col1 Group By Operator [GBY_369] (rows=605 width=10) @@ -3329,7 +3327,7 @@ Stage-5 <-Union 3 [SIMPLE_EDGE] <-Reducer 11 [CONTAINS] llap Reduce Output Operator [RS_273] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_272] (rows=1210 width=10) Output:["_col0","_col1"],keys:_col0, _col1 Select Operator [SEL_270] (rows=605 width=10) @@ -3338,12 +3336,12 @@ Stage-5 Conds:RS_58._col3=RS_384._col0(Inner),Output:["_col1","_col2"] <-Reducer 10 [SIMPLE_EDGE] llap SHUFFLE [RS_58] - PartitionCols:_col3,null sort order:a,sort order:+ + PartitionCols:_col3 Merge Join Operator [MERGEJOIN_252] (rows=550 width=10) Conds:RS_364._col0=RS_381._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 1 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_364] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_362] (rows=500 width=10) Output:["_col0","_col1"] Filter Operator [FIL_361] (rows=500 width=10) @@ -3352,7 +3350,7 @@ Stage-5 default@src,y,Tbl:COMPLETE,Col:NONE,Output:["key","value"] <-Map 17 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_381] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_380] (rows=500 width=10) Output:["_col0","_col1"] Filter Operator [FIL_379] (rows=500 width=10) @@ -3361,7 +3359,7 @@ Stage-5 default@src,x,Tbl:COMPLETE,Col:NONE,Output:["key","value"] <-Reducer 22 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_384] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_383] (rows=381 width=10) Output:["_col0"] Group By Operator [GBY_382] (rows=381 width=10) @@ -3369,7 +3367,7 @@ Stage-5 <-Union 21 [SIMPLE_EDGE] <-Map 24 [CONTAINS] vectorized, llap Reduce Output Operator [RS_408] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_407] (rows=762 width=10) Output:["_col0","_col1"],keys:_col1, _col0 Select Operator [SEL_406] (rows=500 width=10) @@ -3380,7 +3378,7 @@ Stage-5 Output:["key","value"] <-Reducer 20 [CONTAINS] vectorized, llap Reduce Output Operator [RS_400] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_399] (rows=762 width=10) Output:["_col0","_col1"],keys:_col1, _col0 Select Operator [SEL_398] (rows=262 width=10) @@ -3390,7 +3388,7 @@ Stage-5 <-Union 19 [SIMPLE_EDGE] <-Map 18 [CONTAINS] vectorized, llap Reduce Output Operator [RS_396] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_395] (rows=525 width=10) Output:["_col0","_col1"],keys:_col1, _col0 Select Operator [SEL_394] (rows=25 width=7) @@ -3401,7 +3399,7 @@ Stage-5 Output:["key","value"] <-Map 23 [CONTAINS] vectorized, llap Reduce Output Operator [RS_404] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_403] (rows=525 width=10) Output:["_col0","_col1"],keys:_col1, _col0 Select Operator [SEL_402] (rows=500 width=10) @@ -3412,7 +3410,7 @@ Stage-5 Output:["key","value"] <-Reducer 2 [CONTAINS] llap Reduce Output Operator [RS_264] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_263] (rows=1210 width=10) Output:["_col0","_col1"],keys:_col0, _col1 Select Operator [SEL_261] (rows=605 width=10) @@ -3421,12 +3419,12 @@ Stage-5 Conds:RS_365._col3=RS_368._col0(Inner),Output:["_col1","_col2"] <-Map 1 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_365] - PartitionCols:_col3,null sort order:a,sort order:+ + PartitionCols:_col3 Map Join Operator [MAPJOIN_363] (rows=550 width=10) Conds:SEL_362._col0=RS_358._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 12 [BROADCAST_EDGE] vectorized, llap BROADCAST [RS_358] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_356] (rows=25 width=7) Output:["_col0","_col1"] Filter Operator [FIL_354] (rows=25 width=7) @@ -3435,7 +3433,7 @@ Stage-5 Please refer to the previous Select Operator [SEL_362] <-Reducer 15 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_368] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_367] (rows=262 width=10) Output:["_col0"] Group By Operator [GBY_366] (rows=262 width=10) @@ -3443,7 +3441,7 @@ Stage-5 <-Union 14 [SIMPLE_EDGE] <-Map 13 [CONTAINS] vectorized, llap Reduce Output Operator [RS_388] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_387] (rows=525 width=10) Output:["_col0","_col1"],keys:_col1, _col0 Select Operator [SEL_386] (rows=25 width=7) @@ -3454,7 +3452,7 @@ Stage-5 Output:["key","value"] <-Map 16 [CONTAINS] vectorized, llap Reduce Output Operator [RS_392] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_391] (rows=525 width=10) Output:["_col0","_col1"],keys:_col1, _col0 Select Operator [SEL_390] (rows=500 width=10) @@ -3565,7 +3563,7 @@ Stage-4 Output:["_col0","_col1"],aggregations:["count(DISTINCT KEY._col1:0._col0)"],keys:KEY._col0 <-Reducer 4 [SIMPLE_EDGE] llap PARTITION_ONLY_SHUFFLE [RS_17] - PartitionCols:_col0,null sort order:aa,sort order:++ + PartitionCols:_col0 Group By Operator [GBY_16] (rows=1 width=280) Output:["_col0","_col1","_col2"],aggregations:["count(DISTINCT substr(_col1, 5))"],keys:_col0, substr(_col1, 5) Group By Operator [GBY_13] (rows=1 width=272) @@ -3573,7 +3571,7 @@ Stage-4 <-Union 3 [SIMPLE_EDGE] <-Map 8 [CONTAINS] vectorized, llap Reduce Output Operator [RS_63] - PartitionCols:_col0, _col1,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1 Group By Operator [GBY_62] (rows=1 width=272) Output:["_col0","_col1"],keys:_col0, _col1 Select Operator [SEL_61] (rows=500 width=10) @@ -3582,7 +3580,7 @@ Stage-4 Output:["key","value"] <-Reducer 2 [CONTAINS] vectorized, llap Reduce Output Operator [RS_59] - PartitionCols:_col0, _col1,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1 Group By Operator [GBY_58] (rows=1 width=272) Output:["_col0","_col1"],keys:_col0, _col1 Select Operator [SEL_57] (rows=1 width=272) @@ -3661,17 +3659,17 @@ Stage-0 Conds:RS_10.key=RS_10.key(Unique),RS_10.key=RS_10.key(Unique),RS_10.key=RS_10.key(Unique),Output:["_col0","_col5","_col10"] <-Map 1 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_10] - PartitionCols:key,null sort order:a,sort order:+ + PartitionCols:key TableScan [TS_0] (rows=500 width=10) default@src,a_n19,Tbl:COMPLETE,Col:NONE,Output:["key"] <-Map 3 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_11] - PartitionCols:key,null sort order:a,sort order:+ + PartitionCols:key TableScan [TS_1] (rows=25 width=7) default@src1,b_n15,Tbl:COMPLETE,Col:NONE,Output:["key"] <-Map 4 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_12] - PartitionCols:key,null sort order:a,sort order:+ + PartitionCols:key TableScan [TS_2] (rows=2000 width=10) default@srcpart,c_n4,Tbl:COMPLETE,Col:NONE,Output:["key"] @@ -3710,14 +3708,14 @@ Stage-0 Conds:RS_26.key=RS_28.key(Inner),Output:["_col0","_col1"] <-Map 1 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_26] - PartitionCols:key,null sort order:a,sort order:+ + PartitionCols:key Filter Operator [FIL_25] (rows=500 width=10) predicate:key is not null TableScan [TS_0] (rows=500 width=10) default@src,a_n19,Tbl:COMPLETE,Col:NONE,Output:["key","value"] <-Map 3 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_28] - PartitionCols:key,null sort order:a,sort order:+ + PartitionCols:key Filter Operator [FIL_27] (rows=500 width=10) predicate:key is not null TableScan [TS_1] (rows=500 width=10) @@ -3788,7 +3786,7 @@ Stage-4 <-Union 3 [SIMPLE_EDGE] <-Map 8 [CONTAINS] llap Reduce Output Operator [RS_52] - PartitionCols:_col0,null sort order:aa,sort order:++ + PartitionCols:_col0 Group By Operator [GBY_50] (rows=1 width=280) Output:["_col0","_col1","_col2"],aggregations:["count(DISTINCT substr(_col1, 5))"],keys:_col0, substr(_col1, 5) Select Operator [SEL_48] (rows=500 width=10) @@ -3796,13 +3794,13 @@ Stage-4 TableScan [TS_47] (rows=500 width=10) Output:["key","value"] Reduce Output Operator [RS_53] - PartitionCols:_col0, _col1,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1 Group By Operator [GBY_51] (rows=1 width=464) Output:["_col0","_col1","_col2","_col3"],aggregations:["count(DISTINCT substr(_col1, 5))"],keys:_col0, _col1, substr(_col1, 5) Please refer to the previous Select Operator [SEL_48] <-Map 9 [CONTAINS] llap Reduce Output Operator [RS_59] - PartitionCols:_col0,null sort order:aa,sort order:++ + PartitionCols:_col0 Group By Operator [GBY_57] (rows=1 width=280) Output:["_col0","_col1","_col2"],aggregations:["count(DISTINCT substr(_col1, 5))"],keys:_col0, substr(_col1, 5) Select Operator [SEL_55] (rows=500 width=10) @@ -3810,13 +3808,13 @@ Stage-4 TableScan [TS_54] (rows=500 width=10) Output:["key","value"] Reduce Output Operator [RS_60] - PartitionCols:_col0, _col1,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1 Group By Operator [GBY_58] (rows=1 width=464) Output:["_col0","_col1","_col2","_col3"],aggregations:["count(DISTINCT substr(_col1, 5))"],keys:_col0, _col1, substr(_col1, 5) Please refer to the previous Select Operator [SEL_55] <-Reducer 2 [CONTAINS] llap Reduce Output Operator [RS_45] - PartitionCols:_col0,null sort order:aa,sort order:++ + PartitionCols:_col0 Group By Operator [GBY_43] (rows=1 width=280) Output:["_col0","_col1","_col2"],aggregations:["count(DISTINCT substr(_col1, 5))"],keys:_col0, substr(_col1, 5) Select Operator [SEL_41] (rows=1 width=272) @@ -3831,7 +3829,7 @@ Stage-4 TableScan [TS_0] (rows=500 width=10) default@src,s1,Tbl:COMPLETE,Col:COMPLETE Reduce Output Operator [RS_46] - PartitionCols:_col0, _col1,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1 Group By Operator [GBY_44] (rows=1 width=464) Output:["_col0","_col1","_col2","_col3"],aggregations:["count(DISTINCT substr(_col1, 5))"],keys:_col0, _col1, substr(_col1, 5) Please refer to the previous Select Operator [SEL_41] @@ -3924,7 +3922,7 @@ Stage-4 <-Union 3 [SIMPLE_EDGE] <-Map 8 [CONTAINS] llap Reduce Output Operator [RS_50] - PartitionCols:_col0,null sort order:aa,sort order:++ + PartitionCols:_col0 Group By Operator [GBY_48] (rows=1 width=280) Output:["_col0","_col1","_col2"],aggregations:["count(DISTINCT substr(_col1, 5))"],keys:_col0, substr(_col1, 5) Select Operator [SEL_46] (rows=500 width=10) @@ -3932,13 +3930,13 @@ Stage-4 TableScan [TS_45] (rows=500 width=10) Output:["key","value"] Reduce Output Operator [RS_51] - PartitionCols:_col0, _col1,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1 Group By Operator [GBY_49] (rows=1 width=464) Output:["_col0","_col1","_col2","_col3"],aggregations:["count(DISTINCT substr(_col1, 5))"],keys:_col0, _col1, substr(_col1, 5) Please refer to the previous Select Operator [SEL_46] <-Reducer 2 [CONTAINS] llap Reduce Output Operator [RS_43] - PartitionCols:_col0,null sort order:aa,sort order:++ + PartitionCols:_col0 Group By Operator [GBY_41] (rows=1 width=280) Output:["_col0","_col1","_col2"],aggregations:["count(DISTINCT substr(_col1, 5))"],keys:_col0, substr(_col1, 5) Select Operator [SEL_39] (rows=1 width=272) @@ -3953,7 +3951,7 @@ Stage-4 TableScan [TS_0] (rows=500 width=10) default@src,s1,Tbl:COMPLETE,Col:COMPLETE Reduce Output Operator [RS_44] - PartitionCols:_col0, _col1,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1 Group By Operator [GBY_42] (rows=1 width=464) Output:["_col0","_col1","_col2","_col3"],aggregations:["count(DISTINCT substr(_col1, 5))"],keys:_col0, _col1, substr(_col1, 5) Please refer to the previous Select Operator [SEL_39] diff --git ql/src/test/results/clientpositive/llap/explainuser_4.q.out ql/src/test/results/clientpositive/llap/explainuser_4.q.out index 3504d17875..258e5f3b1a 100644 --- ql/src/test/results/clientpositive/llap/explainuser_4.q.out +++ ql/src/test/results/clientpositive/llap/explainuser_4.q.out @@ -34,12 +34,11 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15","_col16","_col17","_col18","_col19","_col20","_col21","_col22","_col23"] <-Reducer 2 [SIMPLE_EDGE] llap SHUFFLE [RS_10] - null sort order:z,sort order:+ Merge Join Operator [MERGEJOIN_27] (rows=4626 width=528) Conds:RS_30._col2=RS_33._col2(Inner),Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15","_col16","_col17","_col18","_col19","_col20","_col21","_col22","_col23"] <-Map 1 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_30] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Select Operator [SEL_29] (rows=3078 width=231) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11"] Filter Operator [FIL_28] (rows=3078 width=231) @@ -48,7 +47,7 @@ Stage-0 default@alltypesorc,a,Tbl:COMPLETE,Col:COMPLETE,Output:["ctinyint","csmallint","cint","cbigint","cfloat","cdouble","cstring1","cstring2","ctimestamp1","ctimestamp2","cboolean1","cboolean2"] <-Map 4 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_33] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Select Operator [SEL_32] (rows=2298 width=231) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11"] Filter Operator [FIL_31] (rows=2298 width=231) @@ -124,7 +123,7 @@ Stage-0 Conds:RS_32._col0=RS_35._col0(Inner) <-Map 1 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_32] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_31] (rows=3078 width=2) Output:["_col0"] Filter Operator [FIL_30] (rows=3078 width=2) @@ -133,7 +132,7 @@ Stage-0 default@alltypesorc,a,Tbl:COMPLETE,Col:COMPLETE,Output:["cint"] <-Map 4 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_35] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_34] (rows=2298 width=2) Output:["_col0"] Filter Operator [FIL_33] (rows=2298 width=8) @@ -197,19 +196,18 @@ Stage-0 Output:["_col0","_col1"] <-Reducer 3 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_39] - null sort order:zz,sort order:++ Group By Operator [GBY_38] (rows=2313 width=11) Output:["_col0","_col1"],aggregations:["count(VALUE._col0)"],keys:KEY._col0 <-Reducer 2 [SIMPLE_EDGE] llap SHUFFLE [RS_11] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_10] (rows=2313 width=11) Output:["_col0","_col1"],aggregations:["count()"],keys:_col0 Merge Join Operator [MERGEJOIN_31] (rows=4626 width=3) Conds:RS_34._col1=RS_37._col0(Inner),Output:["_col0"] <-Map 1 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_34] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_33] (rows=3078 width=5) Output:["_col0","_col1"] Filter Operator [FIL_32] (rows=3078 width=5) @@ -218,7 +216,7 @@ Stage-0 default@alltypesorc,a,Tbl:COMPLETE,Col:COMPLETE,Output:["csmallint","cint"] <-Map 5 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_37] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_36] (rows=2298 width=2) Output:["_col0"] Filter Operator [FIL_35] (rows=2298 width=8) @@ -287,12 +285,11 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15","_col16","_col17","_col18","_col19","_col20","_col21","_col22","_col23"] <-Reducer 2 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_36] - null sort order:z,sort order:+ Map Join Operator [MAPJOIN_35] (rows=1501 width=236) Conds:RS_31.KEY.reducesinkkey0=RS_34.KEY.reducesinkkey0(Inner),DynamicPartitionHashJoin:true,Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15","_col16","_col17","_col18","_col19","_col20","_col21","_col22","_col23"] <-Map 4 [CUSTOM_SIMPLE_EDGE] vectorized, llap PARTITION_ONLY_SHUFFLE [RS_34] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Select Operator [SEL_33] (rows=1365 width=236) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11"] Filter Operator [FIL_32] (rows=1365 width=236) @@ -301,7 +298,7 @@ Stage-0 default@alltypesorc,b,Tbl:COMPLETE,Col:NONE,Output:["ctinyint","csmallint","cint","cbigint","cfloat","cdouble","cstring1","cstring2","ctimestamp1","ctimestamp2","cboolean1","cboolean2"] <-Map 1 [CUSTOM_SIMPLE_EDGE] vectorized, llap PARTITION_ONLY_SHUFFLE [RS_31] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Select Operator [SEL_30] (rows=1365 width=236) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11"] Filter Operator [FIL_29] (rows=1365 width=236) @@ -377,7 +374,7 @@ Stage-0 Conds:RS_33.KEY.reducesinkkey0=RS_36.KEY.reducesinkkey0(Inner),DynamicPartitionHashJoin:true <-Map 4 [CUSTOM_SIMPLE_EDGE] vectorized, llap PARTITION_ONLY_SHUFFLE [RS_36] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_35] (rows=1365 width=236) Output:["_col0"] Filter Operator [FIL_34] (rows=1365 width=236) @@ -386,7 +383,7 @@ Stage-0 default@alltypesorc,b,Tbl:COMPLETE,Col:NONE,Output:["cint","cbigint"] <-Map 1 [CUSTOM_SIMPLE_EDGE] vectorized, llap PARTITION_ONLY_SHUFFLE [RS_33] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_32] (rows=1365 width=236) Output:["_col0"] Filter Operator [FIL_31] (rows=1365 width=236) @@ -450,19 +447,18 @@ Stage-0 Output:["_col0","_col1"] <-Reducer 3 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_43] - null sort order:zz,sort order:++ Group By Operator [GBY_42] (rows=750 width=236) Output:["_col0","_col1"],aggregations:["count(VALUE._col0)"],keys:KEY._col0 <-Reducer 2 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_41] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_40] (rows=1501 width=236) Output:["_col0","_col1"],aggregations:["count()"],keys:_col0 Map Join Operator [MAPJOIN_39] (rows=1501 width=236) Conds:RS_35.KEY.reducesinkkey0=RS_38.KEY.reducesinkkey0(Inner),DynamicPartitionHashJoin:true,Output:["_col0"] <-Map 5 [CUSTOM_SIMPLE_EDGE] vectorized, llap PARTITION_ONLY_SHUFFLE [RS_38] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_37] (rows=1365 width=236) Output:["_col0"] Filter Operator [FIL_36] (rows=1365 width=236) @@ -471,7 +467,7 @@ Stage-0 default@alltypesorc,b,Tbl:COMPLETE,Col:NONE,Output:["cint","cbigint"] <-Map 1 [CUSTOM_SIMPLE_EDGE] vectorized, llap PARTITION_ONLY_SHUFFLE [RS_35] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_34] (rows=1365 width=236) Output:["_col0","_col1"] Filter Operator [FIL_33] (rows=1365 width=236) diff --git ql/src/test/results/clientpositive/llap/groupby_groupingset_bug.q.out ql/src/test/results/clientpositive/llap/groupby_groupingset_bug.q.out index a8c1d56ef7..63d56172b7 100644 --- ql/src/test/results/clientpositive/llap/groupby_groupingset_bug.q.out +++ ql/src/test/results/clientpositive/llap/groupby_groupingset_bug.q.out @@ -233,31 +233,30 @@ Stage-0 Output:["_col0"] <-Reducer 5 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_140] - null sort order:z,sort order:+ Select Operator [SEL_139] (rows=2 width=8) Output:["_col0"] Group By Operator [GBY_138] (rows=2 width=12) Output:["_col0","_col1"],aggregations:["count(VALUE._col0)"],keys:KEY._col0 <-Map 4 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_137] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_136] (rows=2 width=12) Output:["_col0","_col1"],aggregations:["count()"],keys:_col8 Map Join Operator [MAPJOIN_135] (rows=5185194 width=4) Conds:MAPJOIN_134._col6=RS_128._col0(Inner),Output:["_col8"] <-Map 7 [BROADCAST_EDGE] vectorized, llap BROADCAST [RS_128] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Map Join Operator [MAPJOIN_127] (rows=28 width=8) Conds:SEL_126._col1=RS_124._col0(Inner),Output:["_col0","_col1"] <-Reducer 9 [BROADCAST_EDGE] vectorized, llap BROADCAST [RS_124] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_123] (rows=2 width=4) Output:["_col0"],keys:KEY._col0 <-Map 8 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_122] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_121] (rows=2 width=4) Output:["_col0"],keys:d_month_seq Select Operator [SEL_120] (rows=4 width=12) @@ -282,12 +281,12 @@ Stage-0 Conds:RS_31._col0=SEL_133._col0(Inner),Output:["_col6"] <-Map 1 [BROADCAST_EDGE] llap BROADCAST [RS_31] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Map Join Operator [MAPJOIN_102] (rows=6 width=228) Conds:SEL_2._col1=RS_116._col1(Inner),Output:["_col0","_col2","_col3"],residual filter predicates:{(_col2 > _col3)} <-Reducer 3 [BROADCAST_EDGE] vectorized, llap BROADCAST [RS_116] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_115] (rows=1 width=197) Output:["_col0","_col1"] Filter Operator [FIL_114] (rows=1 width=197) @@ -296,7 +295,7 @@ Stage-0 Output:["_col0","_col1"],aggregations:["min(VALUE._col0)"],keys:KEY._col0 <-Map 2 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_112] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_111] (rows=1 width=197) Output:["_col0","_col1"],aggregations:["min(i_current_price)"],keys:i_category Filter Operator [FIL_110] (rows=18 width=197) diff --git ql/src/test/results/clientpositive/llap/reopt_dpp.q.out ql/src/test/results/clientpositive/llap/reopt_dpp.q.out index 141b2b617d..c48a389bf6 100644 --- ql/src/test/results/clientpositive/llap/reopt_dpp.q.out +++ ql/src/test/results/clientpositive/llap/reopt_dpp.q.out @@ -159,7 +159,7 @@ Stage-0 Conds:SEL_30._col0=RS_26._col0(Inner) <-Map 3 [BROADCAST_EDGE] vectorized, llap BROADCAST [RS_26] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_25] (rows=28 width=4) Output:["_col0"] Filter Operator [FIL_24] (rows=28 width=8) @@ -259,7 +259,7 @@ Stage-0 Conds:SEL_30._col0=RS_26._col0(Inner) <-Map 3 [BROADCAST_EDGE] vectorized, llap BROADCAST [RS_26] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_25] (runtime: rows=1 width=4) Output:["_col0"] Filter Operator [FIL_24] (runtime: rows=1 width=8) diff --git ql/src/test/results/clientpositive/llap/retry_failure_reorder.q.out ql/src/test/results/clientpositive/llap/retry_failure_reorder.q.out index 9e1c249ab7..baeac434d7 100644 --- ql/src/test/results/clientpositive/llap/retry_failure_reorder.q.out +++ ql/src/test/results/clientpositive/llap/retry_failure_reorder.q.out @@ -150,7 +150,7 @@ Stage-0 Conds:RS_12._col1=RS_60._col0(Inner),Output:["_col2","_col4","_col6"] <-Map 6 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_60] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_59] (rows=6 width=8) Output:["_col0","_col1"] Filter Operator [FIL_58] (rows=6 width=8) @@ -159,12 +159,12 @@ Stage-0 default@tw,tw,Tbl:COMPLETE,Col:COMPLETE,Output:["id_uw","w"] <-Reducer 2 [SIMPLE_EDGE] llap SHUFFLE [RS_12] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_50] (rows=115 width=12) Conds:RS_54._col0=RS_57._col0(Inner),Output:["_col1","_col2","_col4"] <-Map 1 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_54] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_53] (rows=35 width=12) Output:["_col0","_col1","_col2"] Filter Operator [FIL_52] (rows=35 width=12) @@ -173,7 +173,7 @@ Stage-0 default@tu,tu,Tbl:COMPLETE,Col:COMPLETE,Output:["id_uv","id_uw","u"] <-Map 5 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_57] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_56] (rows=23 width=8) Output:["_col0","_col1"] Filter Operator [FIL_55] (rows=23 width=8) @@ -282,7 +282,7 @@ Stage-0 Conds:RS_12._col0=RS_60._col0(Inner),Output:["_col2","_col4","_col6"] <-Map 6 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_60] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_59] (runtime: rows=25 width=8) Output:["_col0","_col1"] Filter Operator [FIL_58] (rows=23 width=8) @@ -291,12 +291,12 @@ Stage-0 default@tv,tv,Tbl:COMPLETE,Col:COMPLETE,Output:["id_uv","v"] <-Reducer 2 [SIMPLE_EDGE] llap SHUFFLE [RS_12] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_50] (rows=21 width=12) Conds:RS_54._col1=RS_57._col0(Inner),Output:["_col0","_col2","_col4"] <-Map 1 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_54] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_53] (runtime: rows=30 width=12) Output:["_col0","_col1","_col2"] Filter Operator [FIL_52] (rows=35 width=12) @@ -305,7 +305,7 @@ Stage-0 default@tu,tu,Tbl:COMPLETE,Col:COMPLETE,Output:["id_uv","id_uw","u"] <-Map 5 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_57] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_56] (runtime: rows=5 width=8) Output:["_col0","_col1"] Filter Operator [FIL_55] (rows=6 width=8) @@ -435,7 +435,7 @@ Stage-0 Conds:RS_12._col1=RS_60._col0(Inner),Output:["_col2","_col4","_col6"] <-Map 6 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_60] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_59] (rows=6 width=8) Output:["_col0","_col1"] Filter Operator [FIL_58] (rows=6 width=8) @@ -444,12 +444,12 @@ Stage-0 default@tw,tw,Tbl:COMPLETE,Col:COMPLETE,Output:["id_uw","w"] <-Reducer 2 [SIMPLE_EDGE] llap SHUFFLE [RS_12] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_50] (rows=115 width=12) Conds:RS_54._col0=RS_57._col0(Inner),Output:["_col1","_col2","_col4"] <-Map 1 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_54] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_53] (rows=35 width=12) Output:["_col0","_col1","_col2"] Filter Operator [FIL_52] (rows=35 width=12) @@ -458,7 +458,7 @@ Stage-0 default@tu,tu,Tbl:COMPLETE,Col:COMPLETE,Output:["id_uv","id_uw","u"] <-Map 5 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_57] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_56] (rows=23 width=8) Output:["_col0","_col1"] Filter Operator [FIL_55] (rows=23 width=8) diff --git ql/src/test/results/clientpositive/llap/retry_failure_stat_changes.q.out ql/src/test/results/clientpositive/llap/retry_failure_stat_changes.q.out index 204fa8f711..8ec6624ae3 100644 --- ql/src/test/results/clientpositive/llap/retry_failure_stat_changes.q.out +++ ql/src/test/results/clientpositive/llap/retry_failure_stat_changes.q.out @@ -82,7 +82,7 @@ Stage-0 Conds:RS_6._col0=RS_7._col0(Inner),Output:["_col0","_col1"] <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_6] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_2] (runtime: rows=5 width=4) Output:["_col0"] Filter Operator [FIL_18] (runtime: rows=5 width=4) @@ -91,7 +91,7 @@ Stage-0 default@tx_n2,tx_n2,Tbl:COMPLETE,Col:COMPLETE,Output:["u"] <-Map 4 [SIMPLE_EDGE] llap SHUFFLE [RS_7] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_5] (runtime: rows=3 width=4) Output:["_col0"] Filter Operator [FIL_19] (runtime: rows=3 width=4) @@ -145,7 +145,7 @@ Stage-0 Conds:RS_6._col0=RS_7._col0(Inner),Output:["_col0","_col1"] <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_6] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_2] (rows=1/5 width=4) Output:["_col0"] Filter Operator [FIL_18] (rows=1/5 width=4) @@ -154,7 +154,7 @@ Stage-0 default@tx_n2,tx_n2,Tbl:COMPLETE,Col:COMPLETE,Output:["u"] <-Map 4 [SIMPLE_EDGE] llap SHUFFLE [RS_7] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_5] (rows=1/3 width=4) Output:["_col0"] Filter Operator [FIL_19] (rows=1/3 width=4) @@ -208,7 +208,7 @@ Stage-0 Conds:SEL_2._col0=RS_7._col0(Inner),Output:["_col0","_col1"] <-Map 3 [BROADCAST_EDGE] llap BROADCAST [RS_7] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_5] (rows=1/3 width=4) Output:["_col0"] Filter Operator [FIL_19] (rows=1/3 width=4) @@ -260,7 +260,7 @@ Stage-0 Conds:SEL_2._col0=RS_7._col0(Inner),Output:["_col1","_col3"] <-Map 3 [BROADCAST_EDGE] llap BROADCAST [RS_7] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_5] (rows=1 width=8) Output:["_col0","_col1"] Filter Operator [FIL_19] (rows=1 width=8) diff --git ql/src/test/results/clientpositive/llap/runtime_stats_hs2.q.out ql/src/test/results/clientpositive/llap/runtime_stats_hs2.q.out index f88aa718f8..1899eff404 100644 --- ql/src/test/results/clientpositive/llap/runtime_stats_hs2.q.out +++ ql/src/test/results/clientpositive/llap/runtime_stats_hs2.q.out @@ -70,7 +70,7 @@ Stage-0 Conds:RS_33._col0=RS_36._col0(Inner),Output:["_col0","_col1"] <-Map 1 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_33] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_32] (rows=7 width=4) Output:["_col0"] Filter Operator [FIL_31] (rows=7 width=4) @@ -79,7 +79,7 @@ Stage-0 default@tx_n3,tx_n3,Tbl:COMPLETE,Col:COMPLETE,Output:["u"] <-Map 4 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_36] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_35] (rows=4 width=4) Output:["_col0"] Filter Operator [FIL_34] (rows=4 width=4) @@ -134,7 +134,7 @@ Stage-0 Conds:RS_33._col0=RS_36._col0(Inner),Output:["_col0","_col1"] <-Map 1 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_33] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_32] (runtime: rows=5 width=4) Output:["_col0"] Filter Operator [FIL_31] (runtime: rows=5 width=4) @@ -143,7 +143,7 @@ Stage-0 default@tx_n3,tx_n3,Tbl:COMPLETE,Col:COMPLETE,Output:["u"] <-Map 4 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_36] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_35] (runtime: rows=3 width=4) Output:["_col0"] Filter Operator [FIL_34] (runtime: rows=3 width=4) diff --git ql/src/test/results/clientpositive/llap/runtime_stats_merge.q.out ql/src/test/results/clientpositive/llap/runtime_stats_merge.q.out index a11e81f1bc..edcdfb4175 100644 --- ql/src/test/results/clientpositive/llap/runtime_stats_merge.q.out +++ ql/src/test/results/clientpositive/llap/runtime_stats_merge.q.out @@ -127,7 +127,7 @@ Stage-4 Output:["_col0"] <-Map 2 [SIMPLE_EDGE] llap SHUFFLE [RS_10] - PartitionCols:UDFToInteger(_col0),null sort order:z,sort order:+ + PartitionCols:UDFToInteger(_col0) Select Operator [SEL_9] (runtime: rows=1 width=76) Output:["_col0"] Filter Operator [FIL_25] (runtime: rows=1 width=84) @@ -136,7 +136,7 @@ Stage-4 Conds:FIL_29.l_orderkey=RS_45._col0(Inner),Output:["_col0","_col3","_col4"] <-Map 1 [BROADCAST_EDGE] vectorized, llap BROADCAST [RS_45] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_44] (runtime: rows=1 width=4) Output:["_col0"] Filter Operator [FIL_43] (runtime: rows=1 width=4) @@ -158,7 +158,7 @@ Stage-4 Output:["_col0","_col1"],aggregations:["count(VALUE._col0)"],keys:KEY._col0 <-Map 2 [SIMPLE_EDGE] llap SHUFFLE [RS_18] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_17] (runtime: rows=1 width=84) Output:["_col0","_col1"],aggregations:["count()"],keys:_col3 Select Operator [SEL_16] (runtime: rows=1 width=84) diff --git ql/src/test/results/clientpositive/llap/windowing_gby.q.out ql/src/test/results/clientpositive/llap/windowing_gby.q.out index 0888fd979e..f8a0d18927 100644 --- ql/src/test/results/clientpositive/llap/windowing_gby.q.out +++ ql/src/test/results/clientpositive/llap/windowing_gby.q.out @@ -37,21 +37,21 @@ Stage-0 Output:["_col1","_col2"] <-Reducer 3 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_43] - PartitionCols:0,null sort order:az,sort order:++ + PartitionCols:0 Select Operator [SEL_42] (rows=2 width=20) Output:["_col1","_col2"] Group By Operator [GBY_41] (rows=2 width=20) Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)"],keys:KEY._col0 <-Reducer 2 [SIMPLE_EDGE] llap SHUFFLE [RS_11] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_10] (rows=3 width=20) Output:["_col0","_col1","_col2"],aggregations:["sum(_col3)","sum(_col1)"],keys:_col2 Merge Join Operator [MERGEJOIN_34] (rows=36 width=7) Conds:RS_37._col0=RS_40._col1(Inner),Output:["_col1","_col2","_col3"] <-Map 1 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_37] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_36] (rows=18 width=87) Output:["_col0","_col1","_col2"] Filter Operator [FIL_35] (rows=18 width=87) @@ -60,7 +60,7 @@ Stage-0 default@cbo_t3,ws,Tbl:COMPLETE,Col:COMPLETE,Output:["value","c_int","c_boolean"] <-Map 5 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_40] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_39] (rows=9174 width=73) Output:["_col0","_col1"] Filter Operator [FIL_38] (rows=9174 width=73) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/mv_query44.q.out ql/src/test/results/clientpositive/perf/tez/constraints/mv_query44.q.out index 6a67ca6823..61c01c5c60 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/mv_query44.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/mv_query44.q.out @@ -123,35 +123,34 @@ Stage-0 Output:["_col0","_col1","_col2"] <-Reducer 9 [SIMPLE_EDGE] SHUFFLE [RS_106] - null sort order:z,sort order:+ Select Operator [SEL_105] (rows=6951 width=218) Output:["_col0","_col1","_col2"] Merge Join Operator [MERGEJOIN_159] (rows=6951 width=218) Conds:RS_102._col2=RS_201._col0(Inner),Output:["_col1","_col5","_col7"] <-Map 16 [SIMPLE_EDGE] vectorized SHUFFLE [RS_201] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_199] (rows=462000 width=111) Output:["_col0","_col1"] TableScan [TS_92] (rows=462000 width=111) default@item,i1,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_product_name"] <-Reducer 8 [SIMPLE_EDGE] SHUFFLE [RS_102] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Merge Join Operator [MERGEJOIN_158] (rows=6951 width=115) Conds:RS_99._col0=RS_200._col0(Inner),Output:["_col1","_col2","_col5"] <-Map 16 [SIMPLE_EDGE] vectorized SHUFFLE [RS_200] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_199] <-Reducer 7 [SIMPLE_EDGE] SHUFFLE [RS_99] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_157] (rows=6951 width=12) Conds:RS_193._col1=RS_198._col1(Inner),Output:["_col0","_col1","_col2"] <-Reducer 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_198] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_197] (rows=6951 width=8) Output:["_col0","_col1"] Filter Operator [FIL_196] (rows=6951 width=116) @@ -162,7 +161,7 @@ Stage-0 Output:["_col2","_col3"] <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_85] - PartitionCols:0,null sort order:az,sort order:+- + PartitionCols:0 Filter Operator [FIL_38] (rows=20854 width=228) predicate:(_col3 > _col1) Merge Join Operator [MERGEJOIN_154] (rows=62562 width=228) @@ -177,7 +176,7 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)","count(VALUE._col1)"],keys:KEY._col0 <-Map 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_184] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_183] (rows=3199976 width=124) Output:["_col0","_col1","_col2"],aggregations:["sum(ss_net_profit)","count(ss_net_profit)"],keys:ss_item_sk Select Operator [SEL_182] (rows=6399952 width=114) @@ -202,7 +201,7 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)","count(VALUE._col1)"],keys:KEY._col0 <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_175] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_174] (rows=258 width=124) Output:["_col0","_col1","_col2"],aggregations:["sum(_col1)","count(_col1)"],keys:true Select Operator [SEL_173] (rows=287946 width=114) @@ -227,7 +226,7 @@ Stage-0 Output:["_col0"],keys:KEY._col0 <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_163] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_162] (rows=18 width=4) Output:["_col0"],keys:true Select Operator [SEL_161] (rows=287946 width=7) @@ -237,7 +236,7 @@ Stage-0 default@store_sales,store_sales,Tbl:COMPLETE,Col:COMPLETE,Output:["ss_hdemo_sk","ss_store_sk"] <-Reducer 6 [SIMPLE_EDGE] vectorized SHUFFLE [RS_193] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_192] (rows=6951 width=8) Output:["_col0","_col1"] Filter Operator [FIL_191] (rows=6951 width=116) @@ -248,6 +247,6 @@ Stage-0 Output:["_col2","_col3"] <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_39] - PartitionCols:0,null sort order:az,sort order:++ + PartitionCols:0 Please refer to the previous Filter Operator [FIL_38] diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query1.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query1.q.out index 211e92ecf4..3aea12dda6 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query1.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query1.q.out @@ -80,28 +80,27 @@ Stage-0 Output:["_col0"] <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_51] - null sort order:z,sort order:+ Select Operator [SEL_50] (rows=17457727 width=100) Output:["_col0"] Merge Join Operator [MERGEJOIN_136] (rows=17457727 width=100) Conds:RS_47._col1=RS_161._col0(Inner),Output:["_col7"] <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_161] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_160] (rows=80000000 width=104) Output:["_col0","_col1"] TableScan [TS_38] (rows=80000000 width=104) default@customer,customer,Tbl:COMPLETE,Col:COMPLETE,Output:["c_customer_sk","c_customer_id"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_47] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Filter Operator [FIL_46] (rows=17457727 width=227) predicate:(_col3 > _col4) Merge Join Operator [MERGEJOIN_135] (rows=52373181 width=227) Conds:RS_43._col2=RS_159._col1(Inner),Output:["_col1","_col3","_col4"] <-Reducer 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_159] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_158] (rows=85 width=115) Output:["_col0","_col1"] Filter Operator [FIL_157] (rows=85 width=123) @@ -114,14 +113,14 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1 <-Reducer 9 [SIMPLE_EDGE] SHUFFLE [RS_29] - PartitionCols:_col0,null sort order:aa,sort order:++ + PartitionCols:_col0 Group By Operator [GBY_28] (rows=53634860 width=119) Output:["_col0","_col1","_col2"],aggregations:["sum(_col3)"],keys:_col2, _col1 Merge Join Operator [MERGEJOIN_134] (rows=53634860 width=115) Conds:RS_145._col0=RS_149._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_149] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_147] (rows=652 width=4) Output:["_col0"] Filter Operator [FIL_146] (rows=652 width=8) @@ -130,7 +129,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year"] <-Map 6 [SIMPLE_EDGE] vectorized SHUFFLE [RS_145] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_143] (rows=53634860 width=119) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_141] (rows=53634860 width=119) @@ -139,12 +138,12 @@ Stage-0 default@store_returns,store_returns,Tbl:COMPLETE,Col:COMPLETE,Output:["sr_returned_date_sk","sr_customer_sk","sr_store_sk","sr_fee"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_43] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Merge Join Operator [MERGEJOIN_133] (rows=51757026 width=119) Conds:RS_139._col0=RS_153._col1(Inner),Output:["_col1","_col2","_col3"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_139] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_138] (rows=35 width=4) Output:["_col0"] Filter Operator [FIL_137] (rows=35 width=90) @@ -153,7 +152,7 @@ Stage-0 default@store,store,Tbl:COMPLETE,Col:COMPLETE,Output:["s_store_sk","s_state"] <-Reducer 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_153] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_152] (rows=51757026 width=119) Output:["_col0","_col1","_col2"] Filter Operator [FIL_151] (rows=51757026 width=119) @@ -162,18 +161,18 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1 <-Reducer 7 [SIMPLE_EDGE] SHUFFLE [RS_14] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_13] (rows=51757026 width=119) Output:["_col0","_col1","_col2"],aggregations:["sum(_col3)"],keys:_col2, _col1 Merge Join Operator [MERGEJOIN_132] (rows=51757026 width=115) Conds:RS_144._col0=RS_148._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_148] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_147] <-Map 6 [SIMPLE_EDGE] vectorized SHUFFLE [RS_144] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_142] (rows=51757026 width=119) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_140] (rows=51757026 width=119) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query10.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query10.q.out index 7ad55b5c5f..bb3b1b6660 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query10.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query10.q.out @@ -164,18 +164,17 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13"] <-Reducer 7 [SIMPLE_EDGE] vectorized SHUFFLE [RS_226] - null sort order:zzzzzzzz,sort order:++++++++ Select Operator [SEL_225] (rows=1 width=419) Output:["_col0","_col1","_col2","_col3","_col4","_col6","_col8","_col10","_col12"] Group By Operator [GBY_224] (rows=1 width=379) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8"],aggregations:["count(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3, KEY._col4, KEY._col5, KEY._col6, KEY._col7 <-Reducer 6 [SIMPLE_EDGE] SHUFFLE [RS_66] - PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7,null sort order:zzzzzzzz,sort order:++++++++ + PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7 Group By Operator [GBY_65] (rows=3 width=379) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8"],aggregations:["count()"],keys:_col6, _col7, _col8, _col9, _col10, _col11, _col12, _col13 Top N Key Operator [TNK_102] (rows=1401496 width=379) - keys:_col6, _col7, _col8, _col9, _col10, _col11, _col12, _col13,null sort order:zzzzzzzz,sort order:++++++++,top n:100 + keys:_col6, _col7, _col8, _col9, _col10, _col11, _col12, _col13,top n:100 Select Operator [SEL_64] (rows=1401496 width=379) Output:["_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13"] Filter Operator [FIL_63] (rows=1401496 width=379) @@ -184,21 +183,21 @@ Stage-0 Conds:RS_60._col0=RS_223._col1(Left Outer),Output:["_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col16"] <-Reducer 19 [SIMPLE_EDGE] vectorized SHUFFLE [RS_223] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_222] (rows=1401496 width=7) Output:["_col0","_col1"] Group By Operator [GBY_221] (rows=1401496 width=3) Output:["_col0"],keys:KEY._col0 <-Reducer 18 [SIMPLE_EDGE] SHUFFLE [RS_43] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_42] (rows=285115246 width=3) Output:["_col0"],keys:_col1 Merge Join Operator [MERGEJOIN_177] (rows=285115246 width=3) Conds:RS_220._col0=RS_195._col0(Inner),Output:["_col1"] <-Map 13 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_195] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_190] (rows=201 width=4) Output:["_col0"] Filter Operator [FIL_189] (rows=201 width=12) @@ -207,7 +206,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_moy"] <-Map 22 [SIMPLE_EDGE] vectorized SHUFFLE [RS_220] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_219] (rows=285115246 width=7) Output:["_col0","_col1"] Filter Operator [FIL_218] (rows=285115246 width=7) @@ -227,30 +226,30 @@ Stage-0 Please refer to the previous Select Operator [SEL_190] <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_60] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_179] (rows=1414922 width=379) Conds:RS_57._col0=RS_215._col1(Left Outer),Output:["_col0","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14"] <-Reducer 16 [SIMPLE_EDGE] vectorized SHUFFLE [RS_215] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_214] (rows=1414922 width=7) Output:["_col0","_col1"] Group By Operator [GBY_213] (rows=1414922 width=3) Output:["_col0"],keys:KEY._col0 <-Reducer 15 [SIMPLE_EDGE] SHUFFLE [RS_29] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_28] (rows=143930993 width=3) Output:["_col0"],keys:_col1 Merge Join Operator [MERGEJOIN_176] (rows=143930993 width=3) Conds:RS_212._col0=RS_193._col0(Inner),Output:["_col1"] <-Map 13 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_193] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_190] <-Map 21 [SIMPLE_EDGE] vectorized SHUFFLE [RS_212] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_211] (rows=143930993 width=7) Output:["_col0","_col1"] Filter Operator [FIL_210] (rows=143930993 width=7) @@ -270,12 +269,12 @@ Stage-0 Please refer to the previous Select Operator [SEL_190] <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_57] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_178] (rows=525327388 width=375) Conds:RS_54._col0=RS_55._col0(Left Semi),Output:["_col0","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13"] <-Reducer 12 [SIMPLE_EDGE] SHUFFLE [RS_55] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_53] (rows=525327388 width=3) Output:["_col0"],keys:_col0 Select Operator [SEL_17] (rows=525327388 width=3) @@ -284,11 +283,11 @@ Stage-0 Conds:RS_207._col0=RS_191._col0(Inner),Output:["_col1"] <-Map 13 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_191] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_190] <-Map 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_207] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_206] (rows=525327388 width=7) Output:["_col0","_col1"] Filter Operator [FIL_205] (rows=525327388 width=7) @@ -308,24 +307,24 @@ Stage-0 Please refer to the previous Select Operator [SEL_190] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_54] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_174] (rows=228127 width=375) Conds:RS_49._col1=RS_188._col0(Inner),Output:["_col0","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13"] <-Map 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_188] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_187] (rows=1861800 width=375) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8"] TableScan [TS_6] (rows=1861800 width=375) default@customer_demographics,customer_demographics,Tbl:COMPLETE,Col:COMPLETE,Output:["cd_demo_sk","cd_gender","cd_marital_status","cd_education_status","cd_purchase_estimate","cd_credit_rating","cd_dep_count","cd_dep_employed_count","cd_dep_college_count"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_49] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_173] (rows=224946 width=4) Conds:RS_183._col2=RS_186._col0(Inner),Output:["_col0","_col1"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_183] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Select Operator [SEL_182] (rows=77201384 width=11) Output:["_col0","_col1","_col2"] Filter Operator [FIL_181] (rows=77201384 width=11) @@ -334,7 +333,7 @@ Stage-0 default@customer,c,Tbl:COMPLETE,Col:COMPLETE,Output:["c_customer_sk","c_current_cdemo_sk","c_current_addr_sk"] <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_186] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_185] (rows=116550 width=102) Output:["_col0"] Filter Operator [FIL_184] (rows=116550 width=102) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query11.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query11.q.out index 2deb5827a5..cc47c7e7a1 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query11.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query11.q.out @@ -196,7 +196,6 @@ Stage-0 Output:["_col0"] <-Reducer 7 [SIMPLE_EDGE] SHUFFLE [RS_89] - null sort order:z,sort order:+ Select Operator [SEL_88] (rows=19066162 width=85) Output:["_col0"] Filter Operator [FIL_87] (rows=19066162 width=537) @@ -205,33 +204,33 @@ Stage-0 Conds:RS_84._col3=RS_346._col0(Inner),Output:["_col1","_col2","_col4","_col6","_col8","_col9"] <-Reducer 20 [SIMPLE_EDGE] vectorized SHUFFLE [RS_346] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_345] (rows=80000000 width=297) Output:["_col0","_col1","_col2"] Group By Operator [GBY_344] (rows=80000000 width=764) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3, KEY._col4, KEY._col5, KEY._col6 <-Reducer 19 [SIMPLE_EDGE] SHUFFLE [RS_75] - PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5, _col6,null sort order:aaaaaaa,sort order:+++++++ + PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5, _col6 Group By Operator [GBY_74] (rows=80000000 width=764) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"],aggregations:["sum(_col2)"],keys:_col5, _col6, _col7, _col8, _col9, _col10, _col11 Merge Join Operator [MERGEJOIN_280] (rows=525327388 width=764) Conds:RS_70._col1=RS_312._col0(Inner),Output:["_col2","_col5","_col6","_col7","_col8","_col9","_col10","_col11"] <-Map 26 [SIMPLE_EDGE] vectorized SHUFFLE [RS_312] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_311] (rows=80000000 width=656) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"] TableScan [TS_65] (rows=80000000 width=656) default@customer,customer,Tbl:COMPLETE,Col:COMPLETE,Output:["c_customer_sk","c_customer_id","c_first_name","c_last_name","c_preferred_cust_flag","c_birth_country","c_login","c_email_address"] <-Reducer 18 [SIMPLE_EDGE] SHUFFLE [RS_70] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_279] (rows=525327388 width=115) Conds:RS_343._col0=RS_290._col0(Inner),Output:["_col1","_col2"] <-Map 21 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_290] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_287] (rows=652 width=4) Output:["_col0"] Filter Operator [FIL_284] (rows=652 width=8) @@ -240,7 +239,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year"] <-Map 17 [SIMPLE_EDGE] vectorized SHUFFLE [RS_343] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_342] (rows=525327388 width=119) Output:["_col0","_col1","_col2"] Filter Operator [FIL_341] (rows=525327388 width=221) @@ -260,39 +259,39 @@ Stage-0 Please refer to the previous Select Operator [SEL_287] <-Reducer 6 [SIMPLE_EDGE] SHUFFLE [RS_84] - PartitionCols:_col3,null sort order:a,sort order:+ + PartitionCols:_col3 Merge Join Operator [MERGEJOIN_282] (rows=31888273 width=440) Conds:RS_81._col3=RS_338._col0(Inner),Output:["_col1","_col2","_col3","_col4","_col6"] <-Reducer 16 [SIMPLE_EDGE] vectorized SHUFFLE [RS_338] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_337] (rows=80000000 width=212) Output:["_col0","_col1"] Group By Operator [GBY_336] (rows=80000000 width=764) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3, KEY._col4, KEY._col5, KEY._col6 <-Reducer 15 [SIMPLE_EDGE] SHUFFLE [RS_56] - PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5, _col6,null sort order:aaaaaaa,sort order:+++++++ + PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5, _col6 Group By Operator [GBY_55] (rows=80000000 width=764) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"],aggregations:["sum(_col2)"],keys:_col5, _col6, _col7, _col8, _col9, _col10, _col11 Merge Join Operator [MERGEJOIN_278] (rows=143930993 width=764) Conds:RS_51._col1=RS_313._col0(Inner),Output:["_col2","_col5","_col6","_col7","_col8","_col9","_col10","_col11"] <-Map 26 [SIMPLE_EDGE] vectorized SHUFFLE [RS_313] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_311] <-Reducer 14 [SIMPLE_EDGE] SHUFFLE [RS_51] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_277] (rows=143930993 width=115) Conds:RS_335._col0=RS_292._col0(Inner),Output:["_col1","_col2"] <-Map 21 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_292] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_287] <-Map 13 [SIMPLE_EDGE] vectorized SHUFFLE [RS_335] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_334] (rows=143930993 width=119) Output:["_col0","_col1","_col2"] Filter Operator [FIL_333] (rows=143930993 width=231) @@ -312,12 +311,12 @@ Stage-0 Please refer to the previous Select Operator [SEL_287] <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_81] - PartitionCols:_col3,null sort order:a,sort order:+ + PartitionCols:_col3 Merge Join Operator [MERGEJOIN_281] (rows=26666666 width=328) Conds:RS_320._col0=RS_330._col0(Inner),Output:["_col1","_col2","_col3","_col4"] <-Reducer 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_330] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_329] (rows=26666666 width=212) Output:["_col0","_col1"] Filter Operator [FIL_328] (rows=26666666 width=212) @@ -328,23 +327,23 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3, KEY._col4, KEY._col5, KEY._col6 <-Reducer 11 [SIMPLE_EDGE] SHUFFLE [RS_36] - PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5, _col6,null sort order:aaaaaaa,sort order:+++++++ + PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5, _col6 Group By Operator [GBY_35] (rows=80000000 width=764) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"],aggregations:["sum(_col2)"],keys:_col5, _col6, _col7, _col8, _col9, _col10, _col11 Merge Join Operator [MERGEJOIN_276] (rows=525327388 width=764) Conds:RS_31._col1=RS_315._col0(Inner),Output:["_col2","_col5","_col6","_col7","_col8","_col9","_col10","_col11"] <-Map 26 [SIMPLE_EDGE] vectorized SHUFFLE [RS_315] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_311] <-Reducer 10 [SIMPLE_EDGE] SHUFFLE [RS_31] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_275] (rows=525327388 width=115) Conds:RS_325._col0=RS_296._col0(Inner),Output:["_col1","_col2"] <-Map 21 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_296] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_289] (rows=652 width=4) Output:["_col0"] Filter Operator [FIL_286] (rows=652 width=8) @@ -352,7 +351,7 @@ Stage-0 Please refer to the previous TableScan [TS_62] <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_325] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_324] (rows=525327388 width=119) Output:["_col0","_col1","_col2"] Filter Operator [FIL_323] (rows=525327388 width=221) @@ -372,7 +371,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_289] <-Reducer 4 [SIMPLE_EDGE] vectorized SHUFFLE [RS_320] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_319] (rows=26666666 width=216) Output:["_col0","_col1","_col2"] Filter Operator [FIL_318] (rows=26666666 width=212) @@ -383,23 +382,23 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3, KEY._col4, KEY._col5, KEY._col6 <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_16] - PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5, _col6,null sort order:aaaaaaa,sort order:+++++++ + PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5, _col6 Group By Operator [GBY_15] (rows=80000000 width=764) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"],aggregations:["sum(_col2)"],keys:_col5, _col6, _col7, _col8, _col9, _col10, _col11 Merge Join Operator [MERGEJOIN_274] (rows=143930993 width=764) Conds:RS_11._col1=RS_314._col0(Inner),Output:["_col2","_col5","_col6","_col7","_col8","_col9","_col10","_col11"] <-Map 26 [SIMPLE_EDGE] vectorized SHUFFLE [RS_314] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_311] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_11] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_273] (rows=143930993 width=115) Conds:RS_310._col0=RS_294._col0(Inner),Output:["_col1","_col2"] <-Map 21 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_294] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_288] (rows=652 width=4) Output:["_col0"] Filter Operator [FIL_285] (rows=652 width=8) @@ -407,7 +406,7 @@ Stage-0 Please refer to the previous TableScan [TS_62] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_310] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_309] (rows=143930993 width=119) Output:["_col0","_col1","_col2"] Filter Operator [FIL_308] (rows=143930993 width=231) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query12.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query12.q.out index 035c908ec3..57c16347e5 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query12.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query12.q.out @@ -93,7 +93,6 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5"] <-Reducer 5 [SIMPLE_EDGE] vectorized SHUFFLE [RS_78] - null sort order:zzzzz,sort order:+++++ Select Operator [SEL_77] (rows=138600 width=801) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"] PTF Operator [PTF_76] (rows=138600 width=690) @@ -102,19 +101,19 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5"] <-Reducer 4 [SIMPLE_EDGE] vectorized SHUFFLE [RS_74] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Group By Operator [GBY_73] (rows=138600 width=690) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3, KEY._col4 <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_17] - PartitionCols:_col0, _col1, _col2, _col3, _col4,null sort order:aaaaa,sort order:+++++ + PartitionCols:_col0, _col1, _col2, _col3, _col4 Group By Operator [GBY_16] (rows=138600 width=690) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],aggregations:["sum(_col2)"],keys:_col9, _col8, _col5, _col6, _col7 Merge Join Operator [MERGEJOIN_58] (rows=43190061 width=689) Conds:RS_12._col1=RS_72._col0(Inner),Output:["_col2","_col5","_col6","_col7","_col8","_col9"] <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_72] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_71] (rows=138600 width=581) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Filter Operator [FIL_70] (rows=138600 width=581) @@ -123,12 +122,12 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_item_id","i_item_desc","i_current_price","i_class","i_category"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_12] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_57] (rows=143966864 width=115) Conds:RS_69._col0=RS_61._col0(Inner),Output:["_col1","_col2"] <-Map 7 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_61] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_60] (rows=8116 width=4) Output:["_col0"] Filter Operator [FIL_59] (rows=8116 width=98) @@ -137,7 +136,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_date"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_69] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_68] (rows=143966864 width=119) Output:["_col0","_col1","_col2"] Filter Operator [FIL_67] (rows=143966864 width=119) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query13.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query13.q.out index b27552f901..b23af5e5c4 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query13.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query13.q.out @@ -145,7 +145,7 @@ Stage-0 Conds:RS_25._col2=RS_117._col0(Inner),Output:["_col4","_col5","_col6","_col10","_col11","_col12","_col19","_col20","_col21","_col22","_col23","_col24","_col26","_col27"] <-Map 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_117] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_116] (rows=1309 width=12) Output:["_col0","_col1","_col2"] Filter Operator [FIL_115] (rows=1309 width=8) @@ -154,12 +154,12 @@ Stage-0 default@household_demographics,household_demographics,Tbl:COMPLETE,Col:COMPLETE,Output:["hd_demo_sk","hd_dep_count"] <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_25] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Merge Join Operator [MERGEJOIN_96] (rows=62586416 width=210) Conds:RS_22._col1=RS_114._col0(Inner),Output:["_col2","_col4","_col5","_col6","_col10","_col11","_col12","_col19","_col20","_col21","_col22","_col23","_col24"] <-Map 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_114] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_113] (rows=265971 width=28) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"] Filter Operator [FIL_112] (rows=265971 width=183) @@ -168,14 +168,14 @@ Stage-0 default@customer_demographics,customer_demographics,Tbl:COMPLETE,Col:COMPLETE,Output:["cd_demo_sk","cd_marital_status","cd_education_status"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_22] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Filter Operator [FIL_21] (rows=343170969 width=261) predicate:((_col15 and _col7) or (_col16 and _col8) or (_col17 and _col9)) Merge Join Operator [MERGEJOIN_95] (rows=457561292 width=261) Conds:RS_18._col3=RS_111._col0(Inner),Output:["_col1","_col2","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col15","_col16","_col17"] <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_111] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_110] (rows=3529412 width=16) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_109] (rows=3529412 width=187) @@ -184,12 +184,12 @@ Stage-0 default@customer_address,customer_address,Tbl:COMPLETE,Col:COMPLETE,Output:["ca_address_sk","ca_state","ca_country"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_18] - PartitionCols:_col3,null sort order:a,sort order:+ + PartitionCols:_col3 Merge Join Operator [MERGEJOIN_94] (rows=457561292 width=253) Conds:RS_108._col0=RS_100._col0(Inner),Output:["_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12"] <-Map 7 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_100] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_99] (rows=652 width=4) Output:["_col0"] Filter Operator [FIL_98] (rows=652 width=8) @@ -198,7 +198,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_108] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_107] (rows=457561292 width=257) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12"] Filter Operator [FIL_106] (rows=457561292 width=450) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query14.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query14.q.out index 9b07ceb3a7..228b20a8d7 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query14.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query14.q.out @@ -303,7 +303,6 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5"] <-Reducer 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1358] - null sort order:zzzz,sort order:++++ Select Operator [SEL_1357] (rows=304320 width=223) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Group By Operator [GBY_1356] (rows=304320 width=231) @@ -311,11 +310,11 @@ Stage-0 <-Union 7 [SIMPLE_EDGE] <-Reducer 16 [CONTAINS] Reduce Output Operator [RS_1204] - PartitionCols:_col0, _col1, _col2, _col3, _col4,null sort order:zzzza,sort order:+++++ + PartitionCols:_col0, _col1, _col2, _col3, _col4 Group By Operator [GBY_1203] (rows=304320 width=231) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"],aggregations:["sum(_col4)","sum(_col5)"],keys:_col0, _col1, _col2, _col3, 0L Top N Key Operator [TNK_1202] (rows=121728 width=221) - keys:_col0, _col1, _col2, _col3, 0L,null sort order:zzzza,sort order:+++++,top n:100 + keys:_col0, _col1, _col2, _col3, 0L,top n:100 Select Operator [SEL_1200] (rows=40576 width=223) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Filter Operator [FIL_1199] (rows=40576 width=244) @@ -330,7 +329,7 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4"],aggregations:["sum(VALUE._col0)","count(VALUE._col1)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 14 [SIMPLE_EDGE] SHUFFLE [RS_238] - PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_237] (rows=17407104 width=131) Output:["_col0","_col1","_col2","_col3","_col4"],aggregations:["sum(_col3)","count()"],keys:_col0, _col1, _col2 Select Operator [SEL_235] (rows=286549727 width=127) @@ -339,24 +338,24 @@ Stage-0 Conds:RS_232._col1=RS_1339._col0(Inner),Output:["_col2","_col3","_col7","_col8","_col9"] <-Map 65 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1339] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_1330] (rows=462000 width=15) Output:["_col0","_col1","_col2","_col3"] TableScan [TS_81] (rows=462000 width=15) default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_brand_id","i_class_id","i_category_id"] <-Reducer 13 [SIMPLE_EDGE] SHUFFLE [RS_232] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_1170] (rows=286549727 width=119) Conds:RS_229._col1=RS_230._col0(Inner),Output:["_col1","_col2","_col3"] <-Reducer 12 [SIMPLE_EDGE] SHUFFLE [RS_229] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_1162] (rows=286549727 width=119) Conds:RS_1366._col0=RS_1306._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 10 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_1306] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_1303] (rows=50 width=4) Output:["_col0"] Filter Operator [FIL_1302] (rows=50 width=12) @@ -365,7 +364,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_moy"] <-Map 79 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1366] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_1365] (rows=286549727 width=123) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_1364] (rows=286549727 width=123) @@ -385,12 +384,12 @@ Stage-0 Please refer to the previous Select Operator [SEL_1303] <-Reducer 34 [SIMPLE_EDGE] SHUFFLE [RS_230] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_1169] (rows=729 width=4) Conds:RS_1347._col1, _col2, _col3=RS_1370._col0, _col1, _col2(Inner),Output:["_col0"] <-Map 65 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1347] - PartitionCols:_col1, _col2, _col3,null sort order:aaa,sort order:+++ + PartitionCols:_col1, _col2, _col3 Select Operator [SEL_1340] (rows=458612 width=15) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_1331] (rows=458612 width=15) @@ -398,7 +397,7 @@ Stage-0 Please refer to the previous TableScan [TS_81] <-Reducer 33 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1370] - PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Select Operator [SEL_1369] (rows=1 width=12) Output:["_col0","_col1","_col2"] Filter Operator [FIL_1368] (rows=1 width=20) @@ -408,21 +407,21 @@ Stage-0 <-Union 32 [SIMPLE_EDGE] <-Reducer 31 [CONTAINS] vectorized Reduce Output Operator [RS_1424] - PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_1423] (rows=120960 width=20) Output:["_col0","_col1","_col2","_col3"],aggregations:["count(_col3)"],keys:_col0, _col1, _col2 Group By Operator [GBY_1422] (rows=120960 width=20) Output:["_col0","_col1","_col2","_col3"],aggregations:["count(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 26 [SIMPLE_EDGE] SHUFFLE [RS_169] - PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_25] (rows=3144960 width=19) Output:["_col0","_col1","_col2","_col3"],aggregations:["count()"],keys:_col4, _col5, _col6 Merge Join Operator [MERGEJOIN_1151] (rows=546042657 width=11) Conds:RS_21._col1=RS_1344._col0(Inner),Output:["_col4","_col5","_col6"] <-Map 65 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1344] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_1336] (rows=458612 width=15) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_1327] (rows=458612 width=15) @@ -430,12 +429,12 @@ Stage-0 Please refer to the previous TableScan [TS_81] <-Reducer 25 [SIMPLE_EDGE] SHUFFLE [RS_21] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_1150] (rows=550076554 width=4) Conds:RS_1418._col0=RS_1396._col0(Inner),Output:["_col1"] <-Map 39 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1396] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_1395] (rows=1957 width=4) Output:["_col0"] Filter Operator [FIL_1394] (rows=1957 width=8) @@ -444,7 +443,7 @@ Stage-0 default@date_dim,d1,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year"] <-Map 24 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1418] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_1417] (rows=550076554 width=7) Output:["_col0","_col1"] Filter Operator [FIL_1416] (rows=550076554 width=7) @@ -464,21 +463,21 @@ Stage-0 Please refer to the previous Select Operator [SEL_1395] <-Reducer 44 [CONTAINS] vectorized Reduce Output Operator [RS_1438] - PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_1437] (rows=120960 width=20) Output:["_col0","_col1","_col2","_col3"],aggregations:["count(_col3)"],keys:_col0, _col1, _col2 Group By Operator [GBY_1436] (rows=120960 width=20) Output:["_col0","_col1","_col2","_col3"],aggregations:["count(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 42 [SIMPLE_EDGE] SHUFFLE [RS_189] - PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_45] (rows=1693440 width=19) Output:["_col0","_col1","_col2","_col3"],aggregations:["count()"],keys:_col4, _col5, _col6 Merge Join Operator [MERGEJOIN_1153] (rows=284448361 width=11) Conds:RS_41._col1=RS_1345._col0(Inner),Output:["_col4","_col5","_col6"] <-Map 65 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1345] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_1337] (rows=458612 width=15) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_1328] (rows=458612 width=15) @@ -486,16 +485,16 @@ Stage-0 Please refer to the previous TableScan [TS_81] <-Reducer 41 [SIMPLE_EDGE] SHUFFLE [RS_41] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_1152] (rows=286549727 width=4) Conds:RS_1432._col0=RS_1398._col0(Inner),Output:["_col1"] <-Map 39 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1398] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_1395] <-Map 63 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1432] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_1431] (rows=286549727 width=7) Output:["_col0","_col1"] Filter Operator [FIL_1430] (rows=286549727 width=7) @@ -515,21 +514,21 @@ Stage-0 Please refer to the previous Select Operator [SEL_1395] <-Reducer 50 [CONTAINS] vectorized Reduce Output Operator [RS_1452] - PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_1451] (rows=120960 width=20) Output:["_col0","_col1","_col2","_col3"],aggregations:["count(_col3)"],keys:_col0, _col1, _col2 Group By Operator [GBY_1450] (rows=120960 width=20) Output:["_col0","_col1","_col2","_col3"],aggregations:["count(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 48 [SIMPLE_EDGE] SHUFFLE [RS_210] - PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_66] (rows=846720 width=19) Output:["_col0","_col1","_col2","_col3"],aggregations:["count()"],keys:_col4, _col5, _col6 Merge Join Operator [MERGEJOIN_1155] (rows=142911107 width=11) Conds:RS_62._col1=RS_1346._col0(Inner),Output:["_col4","_col5","_col6"] <-Map 65 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1346] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_1338] (rows=458612 width=15) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_1329] (rows=458612 width=15) @@ -537,16 +536,16 @@ Stage-0 Please refer to the previous TableScan [TS_81] <-Reducer 47 [SIMPLE_EDGE] SHUFFLE [RS_62] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_1154] (rows=143966864 width=4) Conds:RS_1446._col0=RS_1400._col0(Inner),Output:["_col1"] <-Map 39 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1400] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_1395] <-Map 64 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1446] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_1445] (rows=143966864 width=7) Output:["_col0","_col1"] Filter Operator [FIL_1444] (rows=143966864 width=7) @@ -585,11 +584,11 @@ Stage-0 Conds:RS_1461._col0=RS_1404._col0(Inner),Output:["_col1","_col2"] <-Map 39 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1404] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_1395] <-Map 66 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1461] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_1459] (rows=550076554 width=114) Output:["_col0","_col1","_col2"] Filter Operator [FIL_1458] (rows=550076554 width=114) @@ -619,7 +618,7 @@ Stage-0 Conds:RS_1476._col0=RS_1467._col0(Inner),Output:["_col1","_col2"] <-Map 71 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_1467] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_1464] (rows=1957 width=4) Output:["_col0"] Filter Operator [FIL_1463] (rows=1957 width=8) @@ -628,7 +627,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year"] <-Map 67 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1476] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_1474] (rows=286549727 width=119) Output:["_col0","_col1","_col2"] Filter Operator [FIL_1473] (rows=286549727 width=119) @@ -658,7 +657,7 @@ Stage-0 Conds:RS_1491._col0=RS_1482._col0(Inner),Output:["_col1","_col2"] <-Map 77 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_1482] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_1479] (rows=1957 width=4) Output:["_col0"] Filter Operator [FIL_1478] (rows=1957 width=8) @@ -667,7 +666,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year"] <-Map 73 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1491] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_1489] (rows=143966864 width=119) Output:["_col0","_col1","_col2"] Filter Operator [FIL_1488] (rows=143966864 width=119) @@ -687,11 +686,11 @@ Stage-0 Please refer to the previous Select Operator [SEL_1479] <-Reducer 22 [CONTAINS] Reduce Output Operator [RS_1211] - PartitionCols:_col0, _col1, _col2, _col3, _col4,null sort order:zzzza,sort order:+++++ + PartitionCols:_col0, _col1, _col2, _col3, _col4 Group By Operator [GBY_1210] (rows=304320 width=231) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"],aggregations:["sum(_col4)","sum(_col5)"],keys:_col0, _col1, _col2, _col3, 0L Top N Key Operator [TNK_1209] (rows=121728 width=221) - keys:_col0, _col1, _col2, _col3, 0L,null sort order:zzzza,sort order:+++++,top n:100 + keys:_col0, _col1, _col2, _col3, 0L,top n:100 Select Operator [SEL_1207] (rows=40576 width=219) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Filter Operator [FIL_1206] (rows=40576 width=244) @@ -706,7 +705,7 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4"],aggregations:["sum(VALUE._col0)","count(VALUE._col1)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 20 [SIMPLE_EDGE] SHUFFLE [RS_382] - PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_381] (rows=8764416 width=131) Output:["_col0","_col1","_col2","_col3","_col4"],aggregations:["sum(_col3)","count()"],keys:_col0, _col1, _col2 Select Operator [SEL_379] (rows=143966864 width=127) @@ -715,27 +714,27 @@ Stage-0 Conds:RS_376._col1=RS_1341._col0(Inner),Output:["_col2","_col3","_col7","_col8","_col9"] <-Map 65 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1341] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_1332] (rows=462000 width=15) Output:["_col0","_col1","_col2","_col3"] Please refer to the previous TableScan [TS_81] <-Reducer 19 [SIMPLE_EDGE] SHUFFLE [RS_376] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_1183] (rows=143966864 width=119) Conds:RS_373._col1=RS_374._col0(Inner),Output:["_col1","_col2","_col3"] <-Reducer 18 [SIMPLE_EDGE] SHUFFLE [RS_373] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_1175] (rows=143966864 width=119) Conds:RS_1382._col0=RS_1308._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 10 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_1308] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_1303] <-Map 80 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1382] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_1381] (rows=143966864 width=123) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_1380] (rows=143966864 width=123) @@ -755,12 +754,12 @@ Stage-0 Please refer to the previous Select Operator [SEL_1303] <-Reducer 38 [SIMPLE_EDGE] SHUFFLE [RS_374] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_1182] (rows=729 width=4) Conds:RS_1348._col1, _col2, _col3=RS_1386._col0, _col1, _col2(Inner),Output:["_col0"] <-Map 65 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1348] - PartitionCols:_col1, _col2, _col3,null sort order:aaa,sort order:+++ + PartitionCols:_col1, _col2, _col3 Select Operator [SEL_1342] (rows=458612 width=15) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_1333] (rows=458612 width=15) @@ -768,7 +767,7 @@ Stage-0 Please refer to the previous TableScan [TS_81] <-Reducer 37 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1386] - PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Select Operator [SEL_1385] (rows=1 width=12) Output:["_col0","_col1","_col2"] Filter Operator [FIL_1384] (rows=1 width=20) @@ -778,36 +777,36 @@ Stage-0 <-Union 36 [SIMPLE_EDGE] <-Reducer 35 [CONTAINS] vectorized Reduce Output Operator [RS_1427] - PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_1426] (rows=120960 width=20) Output:["_col0","_col1","_col2","_col3"],aggregations:["count(_col3)"],keys:_col0, _col1, _col2 Group By Operator [GBY_1425] (rows=120960 width=20) Output:["_col0","_col1","_col2","_col3"],aggregations:["count(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 26 [SIMPLE_EDGE] SHUFFLE [RS_313] - PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Please refer to the previous Group By Operator [GBY_25] <-Reducer 45 [CONTAINS] vectorized Reduce Output Operator [RS_1441] - PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_1440] (rows=120960 width=20) Output:["_col0","_col1","_col2","_col3"],aggregations:["count(_col3)"],keys:_col0, _col1, _col2 Group By Operator [GBY_1439] (rows=120960 width=20) Output:["_col0","_col1","_col2","_col3"],aggregations:["count(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 42 [SIMPLE_EDGE] SHUFFLE [RS_333] - PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Please refer to the previous Group By Operator [GBY_45] <-Reducer 51 [CONTAINS] vectorized Reduce Output Operator [RS_1455] - PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_1454] (rows=120960 width=20) Output:["_col0","_col1","_col2","_col3"],aggregations:["count(_col3)"],keys:_col0, _col1, _col2 Group By Operator [GBY_1453] (rows=120960 width=20) Output:["_col0","_col1","_col2","_col3"],aggregations:["count(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 48 [SIMPLE_EDGE] SHUFFLE [RS_354] - PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Please refer to the previous Group By Operator [GBY_66] <-Reducer 62 [CUSTOM_SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_1393] @@ -830,11 +829,11 @@ Stage-0 Conds:RS_1462._col0=RS_1405._col0(Inner),Output:["_col1","_col2"] <-Map 39 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1405] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_1395] <-Map 66 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1462] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_1459] <-Reducer 70 [CONTAINS] Reduce Output Operator [RS_1283] @@ -848,11 +847,11 @@ Stage-0 Conds:RS_1477._col0=RS_1468._col0(Inner),Output:["_col1","_col2"] <-Map 71 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_1468] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_1464] <-Map 67 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1477] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_1474] <-Reducer 76 [CONTAINS] Reduce Output Operator [RS_1301] @@ -866,19 +865,19 @@ Stage-0 Conds:RS_1492._col0=RS_1483._col0(Inner),Output:["_col1","_col2"] <-Map 77 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_1483] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_1479] <-Map 73 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1492] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_1489] <-Reducer 6 [CONTAINS] Reduce Output Operator [RS_1197] - PartitionCols:_col0, _col1, _col2, _col3, _col4,null sort order:zzzza,sort order:+++++ + PartitionCols:_col0, _col1, _col2, _col3, _col4 Group By Operator [GBY_1196] (rows=304320 width=231) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"],aggregations:["sum(_col4)","sum(_col5)"],keys:_col0, _col1, _col2, _col3, 0L Top N Key Operator [TNK_1195] (rows=121728 width=221) - keys:_col0, _col1, _col2, _col3, 0L,null sort order:zzzza,sort order:+++++,top n:100 + keys:_col0, _col1, _col2, _col3, 0L,top n:100 Select Operator [SEL_1193] (rows=40576 width=221) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Filter Operator [FIL_1192] (rows=40576 width=244) @@ -893,7 +892,7 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4"],aggregations:["sum(VALUE._col0)","count(VALUE._col1)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_95] - PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_94] (rows=32136192 width=131) Output:["_col0","_col1","_col2","_col3","_col4"],aggregations:["sum(_col3)","count()"],keys:_col0, _col1, _col2 Select Operator [SEL_92] (rows=550076554 width=122) @@ -902,27 +901,27 @@ Stage-0 Conds:RS_89._col1=RS_1334._col0(Inner),Output:["_col2","_col3","_col7","_col8","_col9"] <-Map 65 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1334] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_1325] (rows=462000 width=15) Output:["_col0","_col1","_col2","_col3"] Please refer to the previous TableScan [TS_81] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_89] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_1157] (rows=550076554 width=114) Conds:RS_86._col1=RS_87._col0(Inner),Output:["_col1","_col2","_col3"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_86] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_1149] (rows=550076554 width=114) Conds:RS_1320._col0=RS_1304._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 10 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_1304] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_1303] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1320] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_1319] (rows=550076554 width=118) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_1318] (rows=550076554 width=118) @@ -942,12 +941,12 @@ Stage-0 Please refer to the previous Select Operator [SEL_1303] <-Reducer 30 [SIMPLE_EDGE] SHUFFLE [RS_87] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_1156] (rows=729 width=4) Conds:RS_1343._col1, _col2, _col3=RS_1324._col0, _col1, _col2(Inner),Output:["_col0"] <-Map 65 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1343] - PartitionCols:_col1, _col2, _col3,null sort order:aaa,sort order:+++ + PartitionCols:_col1, _col2, _col3 Select Operator [SEL_1335] (rows=458612 width=15) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_1326] (rows=458612 width=15) @@ -955,7 +954,7 @@ Stage-0 Please refer to the previous TableScan [TS_81] <-Reducer 29 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1324] - PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Select Operator [SEL_1323] (rows=1 width=12) Output:["_col0","_col1","_col2"] Filter Operator [FIL_1322] (rows=1 width=20) @@ -965,36 +964,36 @@ Stage-0 <-Union 28 [SIMPLE_EDGE] <-Reducer 27 [CONTAINS] vectorized Reduce Output Operator [RS_1421] - PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_1420] (rows=120960 width=20) Output:["_col0","_col1","_col2","_col3"],aggregations:["count(_col3)"],keys:_col0, _col1, _col2 Group By Operator [GBY_1419] (rows=120960 width=20) Output:["_col0","_col1","_col2","_col3"],aggregations:["count(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 26 [SIMPLE_EDGE] SHUFFLE [RS_26] - PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Please refer to the previous Group By Operator [GBY_25] <-Reducer 43 [CONTAINS] vectorized Reduce Output Operator [RS_1435] - PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_1434] (rows=120960 width=20) Output:["_col0","_col1","_col2","_col3"],aggregations:["count(_col3)"],keys:_col0, _col1, _col2 Group By Operator [GBY_1433] (rows=120960 width=20) Output:["_col0","_col1","_col2","_col3"],aggregations:["count(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 42 [SIMPLE_EDGE] SHUFFLE [RS_46] - PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Please refer to the previous Group By Operator [GBY_45] <-Reducer 49 [CONTAINS] vectorized Reduce Output Operator [RS_1449] - PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_1448] (rows=120960 width=20) Output:["_col0","_col1","_col2","_col3"],aggregations:["count(_col3)"],keys:_col0, _col1, _col2 Group By Operator [GBY_1447] (rows=120960 width=20) Output:["_col0","_col1","_col2","_col3"],aggregations:["count(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 48 [SIMPLE_EDGE] SHUFFLE [RS_67] - PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Please refer to the previous Group By Operator [GBY_66] <-Reducer 55 [CUSTOM_SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_1355] @@ -1017,11 +1016,11 @@ Stage-0 Conds:RS_1460._col0=RS_1402._col0(Inner),Output:["_col1","_col2"] <-Map 39 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1402] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_1395] <-Map 66 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1460] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_1459] <-Reducer 68 [CONTAINS] Reduce Output Operator [RS_1271] @@ -1035,11 +1034,11 @@ Stage-0 Conds:RS_1475._col0=RS_1465._col0(Inner),Output:["_col1","_col2"] <-Map 71 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_1465] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_1464] <-Map 67 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1475] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_1474] <-Reducer 74 [CONTAINS] Reduce Output Operator [RS_1289] @@ -1053,10 +1052,10 @@ Stage-0 Conds:RS_1490._col0=RS_1480._col0(Inner),Output:["_col1","_col2"] <-Map 77 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_1480] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_1479] <-Map 73 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1490] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_1489] diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query15.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query15.q.out index 7c0e6cf8cd..5268ed3ecf 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query15.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query15.q.out @@ -69,16 +69,15 @@ Stage-0 Output:["_col0","_col1"] <-Reducer 4 [SIMPLE_EDGE] vectorized SHUFFLE [RS_94] - null sort order:z,sort order:+ Group By Operator [GBY_93] (rows=10141 width=201) Output:["_col0","_col1"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0 <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_24] - PartitionCols:_col0,null sort order:z,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_23] (rows=2403417 width=201) Output:["_col0","_col1"],aggregations:["sum(_col8)"],keys:_col3 Top N Key Operator [TNK_43] (rows=285117831 width=212) - keys:_col3,null sort order:z,sort order:+,top n:100 + keys:_col3,top n:100 Select Operator [SEL_22] (rows=285117831 width=212) Output:["_col3","_col8"] Filter Operator [FIL_21] (rows=285117831 width=212) @@ -87,12 +86,12 @@ Stage-0 Conds:RS_18._col0=RS_19._col1(Inner),Output:["_col3","_col4","_col5","_col8","_col9"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_18] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_74] (rows=80000000 width=101) Conds:RS_79._col1=RS_81._col0(Inner),Output:["_col0","_col3","_col4","_col5"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_79] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_78] (rows=80000000 width=8) Output:["_col0","_col1"] Filter Operator [FIL_77] (rows=80000000 width=8) @@ -101,19 +100,19 @@ Stage-0 default@customer,customer,Tbl:COMPLETE,Col:COMPLETE,Output:["c_customer_sk","c_current_addr_sk"] <-Map 6 [SIMPLE_EDGE] vectorized SHUFFLE [RS_81] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_80] (rows=40000000 width=101) Output:["_col0","_col1","_col2","_col3"] TableScan [TS_3] (rows=40000000 width=179) default@customer_address,customer_address,Tbl:COMPLETE,Col:COMPLETE,Output:["ca_address_sk","ca_state","ca_zip"] <-Reducer 8 [SIMPLE_EDGE] SHUFFLE [RS_19] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_75] (rows=285117831 width=119) Conds:RS_92._col0=RS_84._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_84] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_83] (rows=130 width=4) Output:["_col0"] Filter Operator [FIL_82] (rows=130 width=12) @@ -122,7 +121,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_qoy"] <-Map 7 [SIMPLE_EDGE] vectorized SHUFFLE [RS_92] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_91] (rows=285117831 width=123) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_90] (rows=285117831 width=119) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query16.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query16.q.out index 377307f6e3..cc3d388ef2 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query16.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query16.q.out @@ -100,7 +100,7 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)"],keys:KEY._col0 <-Reducer 6 [SIMPLE_EDGE] SHUFFLE [RS_69] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_68] (rows=283695062 width=228) Output:["_col0","_col2","_col3"],aggregations:["sum(_col5)","sum(_col6)"],keys:_col4 Select Operator [SEL_41] (rows=283695062 width=228) @@ -111,28 +111,28 @@ Stage-0 Conds:RS_37._col4=RS_151._col1(Left Outer),Output:["_col4","_col5","_col6","_col13"] <-Reducer 15 [SIMPLE_EDGE] vectorized SHUFFLE [RS_151] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_150] (rows=18238808 width=8) Output:["_col0","_col1"] Group By Operator [GBY_149] (rows=18238808 width=4) Output:["_col0"],keys:KEY._col0 <-Map 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_148] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_147] (rows=28798881 width=4) Output:["_col0"],keys:cr_order_number TableScan [TS_25] (rows=28798881 width=4) default@catalog_returns,cr1,Tbl:COMPLETE,Col:COMPLETE,Output:["cr_order_number"] <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_37] - PartitionCols:_col4,null sort order:a,sort order:+ + PartitionCols:_col4 Select Operator [SEL_36] (rows=283695062 width=231) Output:["_col4","_col5","_col6"] Merge Join Operator [MERGEJOIN_124] (rows=283695062 width=235) Conds:RS_33._col4=RS_146._col0(Left Semi),Output:["_col3","_col4","_col5","_col6","_col14"],residual filter predicates:{(_col3 <> _col14)} <-Map 13 [SIMPLE_EDGE] vectorized SHUFFLE [RS_146] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_145] (rows=286548719 width=7) Output:["_col0","_col1"],keys:_col0, _col1 Select Operator [SEL_144] (rows=286548719 width=7) @@ -143,12 +143,12 @@ Stage-0 default@catalog_sales,cs2,Tbl:COMPLETE,Col:COMPLETE,Output:["cs_warehouse_sk","cs_order_number"] <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_33] - PartitionCols:_col4,null sort order:a,sort order:+ + PartitionCols:_col4 Merge Join Operator [MERGEJOIN_123] (rows=283695062 width=231) Conds:RS_18._col2=RS_142._col0(Inner),Output:["_col3","_col4","_col5","_col6"] <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_142] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_141] (rows=10 width=102) Output:["_col0"] Filter Operator [FIL_140] (rows=10 width=102) @@ -157,12 +157,12 @@ Stage-0 default@call_center,call_center,Tbl:COMPLETE,Col:COMPLETE,Output:["cc_call_center_sk","cc_county"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_18] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Merge Join Operator [MERGEJOIN_122] (rows=283695062 width=235) Conds:RS_15._col1=RS_128._col0(Inner),Output:["_col2","_col3","_col4","_col5","_col6"] <-Map 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_128] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_127] (rows=784314 width=90) Output:["_col0"] Filter Operator [FIL_126] (rows=784314 width=90) @@ -171,12 +171,12 @@ Stage-0 default@customer_address,customer_address,Tbl:COMPLETE,Col:COMPLETE,Output:["ca_address_sk","ca_state"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_15] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_121] (rows=283695062 width=239) Conds:RS_136._col0=RS_139._col0(Inner),Output:["_col1","_col2","_col3","_col4","_col5","_col6"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_136] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_135] (rows=283695062 width=243) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"] Filter Operator [FIL_134] (rows=283695062 width=243) @@ -196,7 +196,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_127] <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_139] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_138] (rows=8116 width=98) Output:["_col0"] Filter Operator [FIL_137] (rows=8116 width=98) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query17.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query17.q.out index 44fd104a9b..d96222d9e1 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query17.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query17.q.out @@ -129,59 +129,58 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14"] <-Reducer 6 [SIMPLE_EDGE] vectorized SHUFFLE [RS_245] - null sort order:zzz,sort order:+++ Select Operator [SEL_244] (rows=97302218301 width=466) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13"] Group By Operator [GBY_243] (rows=97302218301 width=466) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14"],aggregations:["count(VALUE._col0)","sum(VALUE._col1)","sum(VALUE._col2)","sum(VALUE._col3)","count(VALUE._col4)","sum(VALUE._col5)","sum(VALUE._col6)","sum(VALUE._col7)","count(VALUE._col8)","sum(VALUE._col9)","sum(VALUE._col10)","sum(VALUE._col11)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_48] - PartitionCols:_col0, _col1, _col2,null sort order:zzz,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_47] (rows=97302218301 width=466) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14"],aggregations:["count(_col3)","sum(_col3)","sum(_col7)","sum(_col6)","count(_col4)","sum(_col4)","sum(_col9)","sum(_col8)","count(_col5)","sum(_col5)","sum(_col11)","sum(_col10)"],keys:_col0, _col1, _col2 Top N Key Operator [TNK_94] (rows=97302218301 width=381) - keys:_col0, _col1, _col2,null sort order:zzz,sort order:+++,top n:100 + keys:_col0, _col1, _col2,top n:100 Select Operator [SEL_45] (rows=97302218301 width=381) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11"] Merge Join Operator [MERGEJOIN_210] (rows=97302218301 width=381) Conds:RS_42._col6=RS_242._col0(Inner),Output:["_col3","_col10","_col16","_col19","_col21","_col22"] <-Map 17 [SIMPLE_EDGE] vectorized SHUFFLE [RS_242] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_241] (rows=462000 width=288) Output:["_col0","_col1","_col2"] TableScan [TS_31] (rows=462000 width=288) default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_item_id","i_item_desc"] <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_42] - PartitionCols:_col6,null sort order:a,sort order:+ + PartitionCols:_col6 Merge Join Operator [MERGEJOIN_209] (rows=97302218301 width=101) Conds:RS_39._col8=RS_240._col0(Inner),Output:["_col3","_col6","_col10","_col16","_col19"] <-Map 16 [SIMPLE_EDGE] vectorized SHUFFLE [RS_240] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_239] (rows=1704 width=90) Output:["_col0","_col1"] TableScan [TS_29] (rows=1704 width=90) default@store,store,Tbl:COMPLETE,Col:COMPLETE,Output:["s_store_sk","s_state"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_39] - PartitionCols:_col8,null sort order:a,sort order:+ + PartitionCols:_col8 Merge Join Operator [MERGEJOIN_208] (rows=97302218301 width=19) Conds:RS_36._col1, _col2=RS_37._col9, _col8(Inner),Output:["_col3","_col6","_col8","_col10","_col16"] <-Reducer 11 [SIMPLE_EDGE] SHUFFLE [RS_37] - PartitionCols:_col9, _col8,null sort order:aa,sort order:++ + PartitionCols:_col9, _col8 Merge Join Operator [MERGEJOIN_207] (rows=478292911 width=23) Conds:RS_25._col2, _col1, _col4=RS_26._col2, _col1, _col3(Inner),Output:["_col1","_col3","_col5","_col8","_col9","_col11"] <-Reducer 10 [SIMPLE_EDGE] SHUFFLE [RS_25] - PartitionCols:_col2, _col1, _col4,null sort order:aaa,sort order:+++ + PartitionCols:_col2, _col1, _col4 Merge Join Operator [MERGEJOIN_205] (rows=501694138 width=19) Conds:RS_235._col0=RS_219._col0(Inner),Output:["_col1","_col2","_col3","_col4","_col5"] <-Map 8 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_219] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_215] (rows=101 width=4) Output:["_col0"] Filter Operator [FIL_212] (rows=101 width=94) @@ -190,7 +189,7 @@ Stage-0 default@date_dim,d3,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_quarter_name"] <-Map 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_235] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_234] (rows=501694138 width=23) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Filter Operator [FIL_233] (rows=501694138 width=23) @@ -210,12 +209,12 @@ Stage-0 Please refer to the previous Select Operator [SEL_215] <-Reducer 13 [SIMPLE_EDGE] SHUFFLE [RS_26] - PartitionCols:_col2, _col1, _col3,null sort order:aaa,sort order:+++ + PartitionCols:_col2, _col1, _col3 Merge Join Operator [MERGEJOIN_206] (rows=53632139 width=15) Conds:RS_238._col0=RS_221._col0(Inner),Output:["_col1","_col2","_col3","_col4"] <-Map 8 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_221] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_216] (rows=304 width=4) Output:["_col0"] Filter Operator [FIL_213] (rows=304 width=94) @@ -223,7 +222,7 @@ Stage-0 Please refer to the previous TableScan [TS_3] <-Map 15 [SIMPLE_EDGE] vectorized SHUFFLE [RS_238] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_237] (rows=53632139 width=19) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_236] (rows=53632139 width=19) @@ -232,12 +231,12 @@ Stage-0 default@store_returns,store_returns,Tbl:COMPLETE,Col:COMPLETE,Output:["sr_returned_date_sk","sr_item_sk","sr_customer_sk","sr_ticket_number","sr_return_quantity"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_36] - PartitionCols:_col1, _col2,null sort order:aa,sort order:++ + PartitionCols:_col1, _col2 Merge Join Operator [MERGEJOIN_204] (rows=285117831 width=11) Conds:RS_230._col0=RS_217._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 8 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_217] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_214] (rows=304 width=4) Output:["_col0"] Filter Operator [FIL_211] (rows=304 width=94) @@ -245,7 +244,7 @@ Stage-0 Please refer to the previous TableScan [TS_3] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_230] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_229] (rows=285117831 width=15) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_228] (rows=285117831 width=15) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query18.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query18.q.out index b65bebc22b..c3c17a2efc 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query18.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query18.q.out @@ -104,50 +104,49 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10"] <-Reducer 6 [SIMPLE_EDGE] vectorized SHUFFLE [RS_171] - null sort order:zzzz,sort order:++++ Select Operator [SEL_170] (rows=82276185 width=1165) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10"] Group By Operator [GBY_169] (rows=82276185 width=1229) Output:["_col0","_col1","_col2","_col3","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15","_col16","_col17","_col18"],aggregations:["sum(VALUE._col0)","count(VALUE._col1)","sum(VALUE._col2)","count(VALUE._col3)","sum(VALUE._col4)","count(VALUE._col5)","sum(VALUE._col6)","count(VALUE._col7)","sum(VALUE._col8)","count(VALUE._col9)","sum(VALUE._col10)","count(VALUE._col11)","sum(VALUE._col12)","count(VALUE._col13)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3, KEY._col4 <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_40] - PartitionCols:_col0, _col1, _col2, _col3, _col4,null sort order:aaaaa,sort order:+++++ + PartitionCols:_col0, _col1, _col2, _col3, _col4 Group By Operator [GBY_39] (rows=82276185 width=1229) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15","_col16","_col17","_col18"],aggregations:["sum(_col12)","count(_col12)","sum(_col13)","count(_col13)","sum(_col14)","count(_col14)","sum(_col15)","count(_col15)","sum(_col16)","count(_col16)","sum(_col3)","count(_col3)","sum(_col19)","count(_col19)"],keys:_col21, _col5, _col6, _col7, 0L Merge Join Operator [MERGEJOIN_144] (rows=16455237 width=1117) Conds:RS_35._col1=RS_168._col0(Inner),Output:["_col3","_col5","_col6","_col7","_col12","_col13","_col14","_col15","_col16","_col19","_col21"] <-Map 16 [SIMPLE_EDGE] vectorized SHUFFLE [RS_168] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_167] (rows=1861800 width=4) Output:["_col0"] TableScan [TS_24] (rows=1861800 width=4) default@customer_demographics,cd2,Tbl:COMPLETE,Col:COMPLETE,Output:["cd_demo_sk"] <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_35] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_143] (rows=16225785 width=1120) Conds:RS_32._col11=RS_166._col0(Inner),Output:["_col1","_col3","_col5","_col6","_col7","_col12","_col13","_col14","_col15","_col16","_col19","_col21"] <-Map 15 [SIMPLE_EDGE] vectorized SHUFFLE [RS_166] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_165] (rows=462000 width=104) Output:["_col0","_col1"] TableScan [TS_22] (rows=462000 width=104) default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_item_id"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_32] - PartitionCols:_col11,null sort order:a,sort order:+ + PartitionCols:_col11 Merge Join Operator [MERGEJOIN_142] (rows=16225785 width=1024) Conds:RS_29._col0=RS_30._col1(Inner),Output:["_col1","_col3","_col5","_col6","_col7","_col11","_col12","_col13","_col14","_col15","_col16","_col19"] <-Reducer 11 [SIMPLE_EDGE] SHUFFLE [RS_30] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_141] (rows=16225785 width=640) Conds:RS_18._col2=RS_164._col0(Inner),Output:["_col1","_col3","_col4","_col5","_col6","_col7","_col8","_col11"] <-Map 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_164] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_163] (rows=103434 width=116) Output:["_col0","_col1"] Filter Operator [FIL_162] (rows=103434 width=187) @@ -156,12 +155,12 @@ Stage-0 default@customer_demographics,cd1,Tbl:COMPLETE,Col:COMPLETE,Output:["cd_demo_sk","cd_gender","cd_education_status","cd_dep_count"] <-Reducer 10 [SIMPLE_EDGE] SHUFFLE [RS_18] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Merge Join Operator [MERGEJOIN_140] (rows=283692098 width=569) Conds:RS_161._col0=RS_153._col0(Inner),Output:["_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8"] <-Map 12 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_153] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_152] (rows=652 width=4) Output:["_col0"] Filter Operator [FIL_151] (rows=652 width=8) @@ -170,7 +169,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year"] <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_161] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_160] (rows=283692098 width=573) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8"] Filter Operator [FIL_159] (rows=283692098 width=466) @@ -190,12 +189,12 @@ Stage-0 Please refer to the previous Select Operator [SEL_152] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_29] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_139] (rows=4890586 width=371) Conds:RS_147._col2=RS_150._col0(Inner),Output:["_col0","_col1","_col3","_col5","_col6","_col7"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_147] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Select Operator [SEL_146] (rows=35631408 width=119) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_145] (rows=35631408 width=19) @@ -204,7 +203,7 @@ Stage-0 default@customer,customer,Tbl:COMPLETE,Col:COMPLETE,Output:["c_customer_sk","c_current_cdemo_sk","c_current_addr_sk","c_birth_month","c_birth_year"] <-Map 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_150] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_149] (rows=5490196 width=285) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_148] (rows=5490196 width=285) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query19.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query19.q.out index d313b21add..fff6c4951d 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query19.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query19.q.out @@ -85,14 +85,13 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4"] <-Reducer 5 [SIMPLE_EDGE] vectorized SHUFFLE [RS_145] - null sort order:zzzzz,sort order:-++++ Select Operator [SEL_144] (rows=76645658 width=418) Output:["_col2","_col3","_col4","_col5","_col6"] Group By Operator [GBY_143] (rows=76645658 width=314) Output:["_col0","_col1","_col2","_col3","_col4"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3 <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_35] - PartitionCols:_col0, _col1, _col2, _col3,null sort order:aaaa,sort order:++++ + PartitionCols:_col0, _col1, _col2, _col3 Group By Operator [GBY_34] (rows=76645658 width=314) Output:["_col0","_col1","_col2","_col3","_col4"],aggregations:["sum(_col8)"],keys:_col12, _col11, _col13, _col14 Select Operator [SEL_33] (rows=76645658 width=650) @@ -103,24 +102,24 @@ Stage-0 Conds:RS_29._col7=RS_142._col0(Inner),Output:["_col3","_col8","_col11","_col12","_col13","_col14","_col16"] <-Map 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_142] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_141] (rows=1704 width=188) Output:["_col0","_col1"] TableScan [TS_21] (rows=1704 width=93) default@store,store,Tbl:COMPLETE,Col:COMPLETE,Output:["s_store_sk","s_zip"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_29] - PartitionCols:_col7,null sort order:a,sort order:+ + PartitionCols:_col7 Merge Join Operator [MERGEJOIN_120] (rows=76645658 width=468) Conds:RS_26._col0=RS_27._col2(Inner),Output:["_col3","_col7","_col8","_col11","_col12","_col13","_col14"] <-Reducer 10 [SIMPLE_EDGE] SHUFFLE [RS_27] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Merge Join Operator [MERGEJOIN_119] (rows=76645658 width=287) Conds:RS_17._col1=RS_140._col0(Inner),Output:["_col2","_col3","_col4","_col7","_col8","_col9","_col10"] <-Map 13 [SIMPLE_EDGE] vectorized SHUFFLE [RS_140] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_139] (rows=7333 width=206) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_138] (rows=7333 width=210) @@ -129,12 +128,12 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_brand_id","i_brand","i_manufact_id","i_manufact","i_manager_id"] <-Reducer 9 [SIMPLE_EDGE] SHUFFLE [RS_17] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_118] (rows=501694138 width=118) Conds:RS_137._col0=RS_129._col0(Inner),Output:["_col1","_col2","_col3","_col4"] <-Map 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_129] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_128] (rows=50 width=4) Output:["_col0"] Filter Operator [FIL_127] (rows=50 width=12) @@ -143,7 +142,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_moy"] <-Map 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_137] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_136] (rows=501694138 width=122) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_135] (rows=501694138 width=122) @@ -163,12 +162,12 @@ Stage-0 Please refer to the previous Select Operator [SEL_128] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_26] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_117] (rows=80000000 width=188) Conds:RS_124._col1=RS_126._col0(Inner),Output:["_col0","_col3"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_124] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_123] (rows=80000000 width=8) Output:["_col0","_col1"] Filter Operator [FIL_122] (rows=80000000 width=8) @@ -177,7 +176,7 @@ Stage-0 default@customer,customer,Tbl:COMPLETE,Col:COMPLETE,Output:["c_customer_sk","c_current_addr_sk"] <-Map 7 [SIMPLE_EDGE] vectorized SHUFFLE [RS_126] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_125] (rows=40000000 width=188) Output:["_col0","_col1"] TableScan [TS_3] (rows=40000000 width=93) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query2.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query2.q.out index e1308a315a..66777769e6 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query2.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query2.q.out @@ -146,19 +146,18 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"] <-Reducer 6 [SIMPLE_EDGE] SHUFFLE [RS_57] - null sort order:z,sort order:+ Select Operator [SEL_56] (rows=12881 width=788) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"] Merge Join Operator [MERGEJOIN_146] (rows=12881 width=1572) Conds:RS_53._col0=RS_54.(_col0 - 53)(Inner),Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col10","_col11","_col12","_col13","_col14","_col15","_col16"] <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_53] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_143] (rows=652 width=788) Conds:RS_164._col0=RS_170._col0(Inner),Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"] <-Map 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_170] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_168] (rows=652 width=4) Output:["_col0"] Filter Operator [FIL_166] (rows=652 width=8) @@ -167,12 +166,12 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_week_seq","d_year"] <-Reducer 4 [SIMPLE_EDGE] vectorized SHUFFLE [RS_164] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_163] (rows=13152 width=788) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)","sum(VALUE._col2)","sum(VALUE._col3)","sum(VALUE._col4)","sum(VALUE._col5)","sum(VALUE._col6)"],keys:KEY._col0 <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_17] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_16] (rows=3182784 width=788) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"],aggregations:["sum(_col1)","sum(_col2)","sum(_col3)","sum(_col4)","sum(_col5)","sum(_col6)","sum(_col7)"],keys:_col0 Select Operator [SEL_14] (rows=430516591 width=143) @@ -181,7 +180,7 @@ Stage-0 Conds:Union 2._col0=RS_162._col0(Inner),Output:["_col1","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10"] <-Map 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_162] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_161] (rows=73049 width=36) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8"] Filter Operator [FIL_160] (rows=73049 width=99) @@ -191,7 +190,7 @@ Stage-0 <-Union 2 [SIMPLE_EDGE] <-Map 1 [CONTAINS] vectorized Reduce Output Operator [RS_159] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_158] (rows=143966864 width=115) Output:["_col0","_col1"] Filter Operator [FIL_157] (rows=143966864 width=115) @@ -200,7 +199,7 @@ Stage-0 Output:["ws_sold_date_sk","ws_ext_sales_price"] <-Map 9 [CONTAINS] vectorized Reduce Output Operator [RS_176] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_175] (rows=286549727 width=115) Output:["_col0","_col1"] Filter Operator [FIL_174] (rows=286549727 width=115) @@ -209,12 +208,12 @@ Stage-0 Output:["cs_sold_date_sk","cs_ext_sales_price"] <-Reducer 8 [SIMPLE_EDGE] SHUFFLE [RS_54] - PartitionCols:(_col0 - 53),null sort order:a,sort order:+ + PartitionCols:(_col0 - 53) Merge Join Operator [MERGEJOIN_145] (rows=652 width=788) Conds:RS_165._col0=RS_171._col0(Inner),Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"] <-Map 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_171] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_169] (rows=652 width=4) Output:["_col0"] Filter Operator [FIL_167] (rows=652 width=8) @@ -222,6 +221,6 @@ Stage-0 Please refer to the previous TableScan [TS_20] <-Reducer 4 [SIMPLE_EDGE] vectorized SHUFFLE [RS_165] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Group By Operator [GBY_163] diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query20.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query20.q.out index a10979641a..b71831c7c6 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query20.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query20.q.out @@ -85,7 +85,6 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5"] <-Reducer 5 [SIMPLE_EDGE] vectorized SHUFFLE [RS_78] - null sort order:zzzzz,sort order:+++++ Select Operator [SEL_77] (rows=138600 width=801) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"] PTF Operator [PTF_76] (rows=138600 width=690) @@ -94,19 +93,19 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5"] <-Reducer 4 [SIMPLE_EDGE] vectorized SHUFFLE [RS_74] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Group By Operator [GBY_73] (rows=138600 width=690) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3, KEY._col4 <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_17] - PartitionCols:_col0, _col1, _col2, _col3, _col4,null sort order:aaaaa,sort order:+++++ + PartitionCols:_col0, _col1, _col2, _col3, _col4 Group By Operator [GBY_16] (rows=138600 width=690) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],aggregations:["sum(_col2)"],keys:_col9, _col8, _col5, _col6, _col7 Merge Join Operator [MERGEJOIN_58] (rows=85964922 width=688) Conds:RS_12._col1=RS_72._col0(Inner),Output:["_col2","_col5","_col6","_col7","_col8","_col9"] <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_72] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_71] (rows=138600 width=581) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Filter Operator [FIL_70] (rows=138600 width=581) @@ -115,12 +114,12 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_item_id","i_item_desc","i_current_price","i_class","i_category"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_12] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_57] (rows=286549727 width=115) Conds:RS_69._col0=RS_61._col0(Inner),Output:["_col1","_col2"] <-Map 7 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_61] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_60] (rows=8116 width=4) Output:["_col0"] Filter Operator [FIL_59] (rows=8116 width=98) @@ -129,7 +128,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_date"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_69] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_68] (rows=286549727 width=119) Output:["_col0","_col1","_col2"] Filter Operator [FIL_67] (rows=286549727 width=119) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query21.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query21.q.out index d944adec04..af2e33e785 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query21.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query21.q.out @@ -87,14 +87,13 @@ Stage-0 Output:["_col0","_col1","_col2","_col3"] <-Reducer 5 [SIMPLE_EDGE] vectorized SHUFFLE [RS_88] - null sort order:zz,sort order:++ Filter Operator [FIL_87] (rows=115991 width=216) predicate:(CASE WHEN ((_col2 > 0L)) THEN ((0.666667D <= (UDFToDouble(_col3) / UDFToDouble(_col2)))) ELSE (false) END and CASE WHEN ((_col2 > 0L)) THEN (((UDFToDouble(_col3) / UDFToDouble(_col2)) <= 1.5D)) ELSE (false) END) Group By Operator [GBY_86] (rows=463966 width=216) Output:["_col0","_col1","_col2","_col3"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)"],keys:KEY._col0, KEY._col1 <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_22] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_21] (rows=463966 width=216) Output:["_col0","_col1","_col2","_col3"],aggregations:["sum(_col2)","sum(_col3)"],keys:_col0, _col1 Select Operator [SEL_19] (rows=463966 width=208) @@ -103,19 +102,19 @@ Stage-0 Conds:RS_16._col2=RS_85._col0(Inner),Output:["_col3","_col5","_col6","_col8","_col10"] <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_85] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_84] (rows=27 width=104) Output:["_col0","_col1"] TableScan [TS_8] (rows=27 width=104) default@warehouse,warehouse,Tbl:COMPLETE,Col:COMPLETE,Output:["w_warehouse_sk","w_warehouse_name"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_16] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Merge Join Operator [MERGEJOIN_74] (rows=463966 width=112) Conds:RS_13._col1=RS_83._col0(Inner),Output:["_col2","_col3","_col5","_col6","_col8"] <-Map 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_83] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_82] (rows=51333 width=104) Output:["_col0","_col1"] Filter Operator [FIL_81] (rows=51333 width=215) @@ -124,19 +123,19 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_item_id","i_current_price"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_13] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_73] (rows=4175715 width=18) Conds:RS_77._col0=RS_80._col0(Inner),Output:["_col1","_col2","_col3","_col5","_col6"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_77] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_76] (rows=37584000 width=15) Output:["_col0","_col1","_col2","_col3"] TableScan [TS_0] (rows=37584000 width=15) default@inventory,inventory,Tbl:COMPLETE,Col:COMPLETE,Output:["inv_date_sk","inv_item_sk","inv_warehouse_sk","inv_quantity_on_hand"] <-Map 7 [SIMPLE_EDGE] vectorized SHUFFLE [RS_80] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_79] (rows=8116 width=12) Output:["_col0","_col1","_col2"] Filter Operator [FIL_78] (rows=8116 width=98) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query22.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query22.q.out index 0e1f13e65e..cd3c0cc431 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query22.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query22.q.out @@ -70,40 +70,39 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4"] <-Reducer 4 [SIMPLE_EDGE] vectorized SHUFFLE [RS_61] - null sort order:zzzzz,sort order:+++++ Select Operator [SEL_60] (rows=32730675 width=397) Output:["_col0","_col1","_col2","_col3","_col4"] Group By Operator [GBY_59] (rows=32730675 width=413) Output:["_col0","_col1","_col2","_col3","_col5","_col6"],aggregations:["sum(VALUE._col0)","count(VALUE._col1)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3, KEY._col4 <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_15] - PartitionCols:_col0, _col1, _col2, _col3, _col4,null sort order:aaaaa,sort order:+++++ + PartitionCols:_col0, _col1, _col2, _col3, _col4 Group By Operator [GBY_14] (rows=32730675 width=413) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"],aggregations:["sum(_col2)","count(_col2)"],keys:_col5, _col6, _col7, _col8, 0L Merge Join Operator [MERGEJOIN_51] (rows=6546135 width=391) Conds:RS_10._col1=RS_58._col0(Inner),Output:["_col2","_col5","_col6","_col7","_col8"] <-Map 7 [SIMPLE_EDGE] vectorized SHUFFLE [RS_58] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_57] (rows=462000 width=393) Output:["_col0","_col1","_col2","_col3","_col4"] TableScan [TS_5] (rows=462000 width=393) default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_brand","i_class","i_category","i_product_name"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_10] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_50] (rows=6546135 width=6) Conds:RS_53._col0=RS_56._col0(Inner),Output:["_col1","_col2"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_53] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_52] (rows=37584000 width=11) Output:["_col0","_col1","_col2"] TableScan [TS_0] (rows=37584000 width=11) default@inventory,inventory,Tbl:COMPLETE,Col:COMPLETE,Output:["inv_date_sk","inv_item_sk","inv_quantity_on_hand"] <-Map 6 [SIMPLE_EDGE] vectorized SHUFFLE [RS_56] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_55] (rows=317 width=4) Output:["_col0"] Filter Operator [FIL_54] (rows=317 width=8) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query23.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query23.q.out index 761369c88b..aced542500 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query23.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query23.q.out @@ -163,17 +163,17 @@ Stage-0 Conds:RS_152._col1=RS_449._col0(Left Semi),Output:["_col3","_col4"] <-Reducer 10 [SIMPLE_EDGE] SHUFFLE [RS_152] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_361] (rows=22920586 width=119) Conds:RS_147._col2=RS_417._col0(Inner),Output:["_col1","_col3","_col4"] <-Reducer 16 [SIMPLE_EDGE] vectorized SHUFFLE [RS_417] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_415] (rows=225322 width=3) Output:["_col0"],keys:KEY._col0 <-Reducer 15 [SIMPLE_EDGE] SHUFFLE [RS_42] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_41] (rows=225322 width=3) Output:["_col0"],keys:_col0 Select Operator [SEL_40] (rows=450644 width=227) @@ -190,7 +190,7 @@ Stage-0 Output:["_col0","_col1"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0 <-Map 13 [SIMPLE_EDGE] vectorized SHUFFLE [RS_392] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_391] (rows=550080312 width=115) Output:["_col0","_col1"],aggregations:["sum(_col1)"],keys:_col0 Select Operator [SEL_390] (rows=550080312 width=114) @@ -217,14 +217,14 @@ Stage-0 Output:["_col0","_col1"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0 <-Reducer 18 [SIMPLE_EDGE] SHUFFLE [RS_26] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_25] (rows=525327388 width=115) Output:["_col0","_col1"],aggregations:["sum(_col2)"],keys:_col1 Merge Join Operator [MERGEJOIN_351] (rows=525327388 width=115) Conds:RS_406._col0=RS_398._col0(Inner),Output:["_col1","_col2"] <-Map 21 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_398] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_397] (rows=2609 width=4) Output:["_col0"] Filter Operator [FIL_396] (rows=2609 width=8) @@ -233,7 +233,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year"] <-Map 17 [SIMPLE_EDGE] vectorized SHUFFLE [RS_406] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_405] (rows=525327388 width=119) Output:["_col0","_col1","_col2"] Filter Operator [FIL_404] (rows=525327388 width=118) @@ -253,12 +253,12 @@ Stage-0 Please refer to the previous Select Operator [SEL_397] <-Reducer 9 [SIMPLE_EDGE] SHUFFLE [RS_147] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Merge Join Operator [MERGEJOIN_354] (rows=143930993 width=123) Conds:RS_443._col0=RS_378._col0(Inner),Output:["_col1","_col2","_col3","_col4"] <-Map 7 [SIMPLE_EDGE] vectorized SHUFFLE [RS_378] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_375] (rows=50 width=4) Output:["_col0"] Filter Operator [FIL_374] (rows=50 width=12) @@ -267,7 +267,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_moy"] <-Map 31 [SIMPLE_EDGE] vectorized SHUFFLE [RS_443] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_442] (rows=143930993 width=127) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_441] (rows=143930993 width=127) @@ -287,7 +287,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_375] <-Reducer 27 [SIMPLE_EDGE] vectorized SHUFFLE [RS_449] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_448] (rows=62562 width=4) Output:["_col0"],keys:_col0 Select Operator [SEL_447] (rows=54408086 width=4) @@ -300,26 +300,26 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["count(VALUE._col0)"],keys:KEY._col0, KEY._col1 <-Reducer 25 [SIMPLE_EDGE] SHUFFLE [RS_139] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_60] (rows=550076554 width=106) Output:["_col0","_col1","_col2"],aggregations:["count()"],keys:_col4, _col3 Merge Join Operator [MERGEJOIN_353] (rows=550076554 width=98) Conds:RS_56._col1=RS_430._col0(Inner),Output:["_col3","_col4"] <-Map 30 [SIMPLE_EDGE] vectorized SHUFFLE [RS_430] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_429] (rows=462000 width=188) Output:["_col0"] TableScan [TS_51] (rows=462000 width=4) default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk"] <-Reducer 24 [SIMPLE_EDGE] SHUFFLE [RS_56] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_352] (rows=550076554 width=98) Conds:RS_428._col0=RS_420._col0(Inner),Output:["_col1","_col3"] <-Map 28 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_420] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_419] (rows=2609 width=98) Output:["_col0","_col1"] Filter Operator [FIL_418] (rows=2609 width=102) @@ -328,7 +328,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_date","d_year"] <-Map 23 [SIMPLE_EDGE] vectorized SHUFFLE [RS_428] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_427] (rows=550076554 width=7) Output:["_col0","_col1"] Filter Operator [FIL_426] (rows=550076554 width=7) @@ -356,7 +356,7 @@ Stage-0 Conds:RS_74._col2=RS_436._col0(Left Semi),Output:["_col3","_col4"] <-Reducer 26 [SIMPLE_EDGE] vectorized SHUFFLE [RS_436] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_435] (rows=62562 width=4) Output:["_col0"],keys:_col0 Select Operator [SEL_434] (rows=54408086 width=4) @@ -369,29 +369,29 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["count(VALUE._col0)"],keys:KEY._col0, KEY._col1 <-Reducer 25 [SIMPLE_EDGE] SHUFFLE [RS_61] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Please refer to the previous Group By Operator [GBY_60] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_74] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Merge Join Operator [MERGEJOIN_359] (rows=45838710 width=116) Conds:RS_69._col1=RS_416._col0(Inner),Output:["_col2","_col3","_col4"] <-Reducer 16 [SIMPLE_EDGE] vectorized SHUFFLE [RS_416] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Group By Operator [GBY_415] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_69] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_350] (rows=285117831 width=123) Conds:RS_388._col0=RS_376._col0(Inner),Output:["_col1","_col2","_col3","_col4"] <-Map 7 [SIMPLE_EDGE] vectorized SHUFFLE [RS_376] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_375] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_388] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_387] (rows=285117831 width=127) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_386] (rows=285117831 width=127) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query24.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query24.q.out index 8b4fea7d80..eb60b78ea6 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query24.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query24.q.out @@ -163,26 +163,26 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3, KEY._col4, KEY._col5, KEY._col6, KEY._col7, KEY._col8, KEY._col9 <-Reducer 10 [SIMPLE_EDGE] SHUFFLE [RS_81] - PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9,null sort order:aaaaaaaaaa,sort order:++++++++++ + PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9 Group By Operator [GBY_80] (rows=589731268 width=932) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10"],aggregations:["sum(_col4)"],keys:_col9, _col10, _col13, _col17, _col18, _col21, _col22, _col23, _col24, _col25 Merge Join Operator [MERGEJOIN_300] (rows=589731268 width=928) Conds:RS_76._col0=RS_305._col0(Inner),Output:["_col4","_col9","_col10","_col13","_col17","_col18","_col21","_col22","_col23","_col24","_col25"] <-Map 19 [SIMPLE_EDGE] vectorized SHUFFLE [RS_305] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_303] (rows=462000 width=384) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] TableScan [TS_22] (rows=462000 width=384) default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_current_price","i_size","i_color","i_units","i_manager_id"] <-Reducer 9 [SIMPLE_EDGE] SHUFFLE [RS_76] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_299] (rows=589731268 width=551) Conds:RS_73._col2, _col1=RS_74._col9, _col0(Inner),Output:["_col0","_col4","_col9","_col10","_col13","_col17","_col18"] <-Reducer 15 [SIMPLE_EDGE] SHUFFLE [RS_74] - PartitionCols:_col9, _col0,null sort order:aa,sort order:++ + PartitionCols:_col9, _col0 Select Operator [SEL_21] (rows=7276996 width=724) Output:["_col0","_col2","_col3","_col6","_col9","_col10","_col11"] Filter Operator [FIL_20] (rows=7276996 width=724) @@ -191,7 +191,7 @@ Stage-0 Conds:RS_17._col0=RS_326._col1(Inner),Output:["_col1","_col3","_col4","_col5","_col6","_col8","_col10","_col11","_col12"] <-Map 18 [SIMPLE_EDGE] vectorized SHUFFLE [RS_326] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_325] (rows=80000000 width=280) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_324] (rows=80000000 width=280) @@ -200,12 +200,12 @@ Stage-0 default@customer,customer,Tbl:COMPLETE,Col:COMPLETE,Output:["c_customer_sk","c_current_addr_sk","c_first_name","c_last_name","c_birth_country"] <-Reducer 14 [SIMPLE_EDGE] SHUFFLE [RS_17] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_292] (rows=611379 width=452) Conds:RS_320._col2=RS_323._col3(Inner),Output:["_col0","_col1","_col3","_col4","_col5","_col6"] <-Map 13 [SIMPLE_EDGE] vectorized SHUFFLE [RS_320] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Select Operator [SEL_319] (rows=40000000 width=363) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_318] (rows=40000000 width=276) @@ -214,7 +214,7 @@ Stage-0 default@customer_address,customer_address,Tbl:COMPLETE,Col:COMPLETE,Output:["ca_address_sk","ca_state","ca_zip","ca_country"] <-Map 17 [SIMPLE_EDGE] vectorized SHUFFLE [RS_323] - PartitionCols:_col3,null sort order:a,sort order:+ + PartitionCols:_col3 Select Operator [SEL_322] (rows=155 width=267) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_321] (rows=155 width=271) @@ -223,19 +223,19 @@ Stage-0 default@store,store,Tbl:COMPLETE,Col:COMPLETE,Output:["s_store_sk","s_store_name","s_market_id","s_state","s_zip"] <-Reducer 8 [SIMPLE_EDGE] SHUFFLE [RS_73] - PartitionCols:_col2, _col1,null sort order:aa,sort order:++ + PartitionCols:_col2, _col1 Merge Join Operator [MERGEJOIN_296] (rows=537799798 width=118) Conds:RS_337._col0, _col3=RS_317._col0, _col1(Inner),Output:["_col0","_col1","_col2","_col4"] <-Map 7 [SIMPLE_EDGE] vectorized SHUFFLE [RS_317] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Select Operator [SEL_315] (rows=57591150 width=8) Output:["_col0","_col1"] TableScan [TS_3] (rows=57591150 width=8) default@store_returns,store_returns,Tbl:COMPLETE,Col:COMPLETE,Output:["sr_item_sk","sr_ticket_number"] <-Map 21 [SIMPLE_EDGE] vectorized SHUFFLE [RS_337] - PartitionCols:_col0, _col3,null sort order:aa,sort order:++ + PartitionCols:_col0, _col3 Select Operator [SEL_336] (rows=525333486 width=122) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_335] (rows=525333486 width=122) @@ -267,14 +267,14 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3, KEY._col4, KEY._col5, KEY._col6, KEY._col7, KEY._col8 <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_36] - PartitionCols:_col0, _col1, _col2,null sort order:aaaaaaaaa,sort order:+++++++++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_35] (rows=86004082 width=843) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9"],aggregations:["sum(_col4)"],keys:_col9, _col10, _col17, _col13, _col18, _col21, _col22, _col23, _col24 Merge Join Operator [MERGEJOIN_295] (rows=86004082 width=813) Conds:RS_31._col0=RS_306._col0(Inner),Output:["_col4","_col9","_col10","_col13","_col17","_col18","_col21","_col22","_col23","_col24"] <-Map 19 [SIMPLE_EDGE] vectorized SHUFFLE [RS_306] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_304] (rows=7000 width=295) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_302] (rows=7000 width=384) @@ -282,25 +282,25 @@ Stage-0 Please refer to the previous TableScan [TS_22] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_31] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_294] (rows=589731268 width=551) Conds:RS_28._col2, _col1=RS_29._col9, _col0(Inner),Output:["_col0","_col4","_col9","_col10","_col13","_col17","_col18"] <-Reducer 15 [SIMPLE_EDGE] SHUFFLE [RS_29] - PartitionCols:_col9, _col0,null sort order:aa,sort order:++ + PartitionCols:_col9, _col0 Please refer to the previous Select Operator [SEL_21] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_28] - PartitionCols:_col2, _col1,null sort order:aa,sort order:++ + PartitionCols:_col2, _col1 Merge Join Operator [MERGEJOIN_291] (rows=537799798 width=118) Conds:RS_314._col0, _col3=RS_316._col0, _col1(Inner),Output:["_col0","_col1","_col2","_col4"] <-Map 7 [SIMPLE_EDGE] vectorized SHUFFLE [RS_316] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Please refer to the previous Select Operator [SEL_315] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_314] - PartitionCols:_col0, _col3,null sort order:aa,sort order:++ + PartitionCols:_col0, _col3 Select Operator [SEL_313] (rows=525333486 width=122) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_312] (rows=525333486 width=122) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query25.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query25.q.out index 1ca55ca290..adabb76e04 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query25.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query25.q.out @@ -135,55 +135,54 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"] <-Reducer 6 [SIMPLE_EDGE] vectorized SHUFFLE [RS_243] - null sort order:zzzz,sort order:++++ Group By Operator [GBY_242] (rows=97302218301 width=808) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)","sum(VALUE._col2)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3 <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_47] - PartitionCols:_col0, _col1, _col2, _col3,null sort order:zzzz,sort order:++++ + PartitionCols:_col0, _col1, _col2, _col3 Group By Operator [GBY_46] (rows=97302218301 width=808) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"],aggregations:["sum(_col10)","sum(_col16)","sum(_col3)"],keys:_col22, _col23, _col19, _col20 Top N Key Operator [TNK_93] (rows=97302218301 width=807) - keys:_col22, _col23, _col19, _col20,null sort order:zzzz,sort order:++++,top n:100 + keys:_col22, _col23, _col19, _col20,top n:100 Merge Join Operator [MERGEJOIN_209] (rows=97302218301 width=807) Conds:RS_42._col6=RS_241._col0(Inner),Output:["_col3","_col10","_col16","_col19","_col20","_col22","_col23"] <-Map 17 [SIMPLE_EDGE] vectorized SHUFFLE [RS_241] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_240] (rows=462000 width=288) Output:["_col0","_col1","_col2"] TableScan [TS_31] (rows=462000 width=288) default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_item_id","i_item_desc"] <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_42] - PartitionCols:_col6,null sort order:a,sort order:+ + PartitionCols:_col6 Merge Join Operator [MERGEJOIN_208] (rows=97302218301 width=527) Conds:RS_39._col8=RS_239._col0(Inner),Output:["_col3","_col6","_col10","_col16","_col19","_col20"] <-Map 16 [SIMPLE_EDGE] vectorized SHUFFLE [RS_239] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_238] (rows=1704 width=192) Output:["_col0","_col1","_col2"] TableScan [TS_29] (rows=1704 width=192) default@store,store,Tbl:COMPLETE,Col:COMPLETE,Output:["s_store_sk","s_store_id","s_store_name"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_39] - PartitionCols:_col8,null sort order:a,sort order:+ + PartitionCols:_col8 Merge Join Operator [MERGEJOIN_207] (rows=97302218301 width=343) Conds:RS_36._col1, _col2=RS_37._col9, _col8(Inner),Output:["_col3","_col6","_col8","_col10","_col16"] <-Reducer 11 [SIMPLE_EDGE] SHUFFLE [RS_37] - PartitionCols:_col9, _col8,null sort order:aa,sort order:++ + PartitionCols:_col9, _col8 Merge Join Operator [MERGEJOIN_206] (rows=478292911 width=234) Conds:RS_25._col2, _col1, _col4=RS_26._col2, _col1, _col3(Inner),Output:["_col1","_col3","_col5","_col8","_col9","_col11"] <-Reducer 10 [SIMPLE_EDGE] SHUFFLE [RS_25] - PartitionCols:_col2, _col1, _col4,null sort order:aaa,sort order:+++ + PartitionCols:_col2, _col1, _col4 Merge Join Operator [MERGEJOIN_204] (rows=501694138 width=122) Conds:RS_234._col0=RS_218._col0(Inner),Output:["_col1","_col2","_col3","_col4","_col5"] <-Map 8 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_218] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_214] (rows=50 width=4) Output:["_col0"] Filter Operator [FIL_211] (rows=50 width=12) @@ -192,7 +191,7 @@ Stage-0 default@date_dim,d3,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_moy"] <-Map 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_234] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_233] (rows=501694138 width=126) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Filter Operator [FIL_232] (rows=501694138 width=126) @@ -212,12 +211,12 @@ Stage-0 Please refer to the previous Select Operator [SEL_214] <-Reducer 13 [SIMPLE_EDGE] SHUFFLE [RS_26] - PartitionCols:_col2, _col1, _col3,null sort order:aaa,sort order:+++ + PartitionCols:_col2, _col1, _col3 Merge Join Operator [MERGEJOIN_205] (rows=53632139 width=119) Conds:RS_237._col0=RS_220._col0(Inner),Output:["_col1","_col2","_col3","_col4"] <-Map 8 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_220] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_215] (rows=351 width=4) Output:["_col0"] Filter Operator [FIL_212] (rows=351 width=12) @@ -225,7 +224,7 @@ Stage-0 Please refer to the previous TableScan [TS_3] <-Map 15 [SIMPLE_EDGE] vectorized SHUFFLE [RS_237] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_236] (rows=53632139 width=123) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_235] (rows=53632139 width=123) @@ -234,12 +233,12 @@ Stage-0 default@store_returns,store_returns,Tbl:COMPLETE,Col:COMPLETE,Output:["sr_returned_date_sk","sr_item_sk","sr_customer_sk","sr_ticket_number","sr_net_loss"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_36] - PartitionCols:_col1, _col2,null sort order:aa,sort order:++ + PartitionCols:_col1, _col2 Merge Join Operator [MERGEJOIN_203] (rows=285117831 width=119) Conds:RS_229._col0=RS_216._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 8 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_216] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_213] (rows=351 width=4) Output:["_col0"] Filter Operator [FIL_210] (rows=351 width=12) @@ -247,7 +246,7 @@ Stage-0 Please refer to the previous TableScan [TS_3] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_229] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_228] (rows=285117831 width=123) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_227] (rows=285117831 width=123) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query26.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query26.q.out index 90a56acafc..824bbe6769 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query26.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query26.q.out @@ -74,35 +74,34 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4"] <-Reducer 6 [SIMPLE_EDGE] vectorized SHUFFLE [RS_120] - null sort order:z,sort order:+ Select Operator [SEL_119] (rows=310774 width=444) Output:["_col0","_col1","_col2","_col3","_col4"] Group By Operator [GBY_118] (rows=310774 width=476) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8"],aggregations:["sum(VALUE._col0)","count(VALUE._col1)","sum(VALUE._col2)","count(VALUE._col3)","sum(VALUE._col4)","count(VALUE._col5)","sum(VALUE._col6)","count(VALUE._col7)"],keys:KEY._col0 <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_28] - PartitionCols:_col0,null sort order:z,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_27] (rows=462000 width=476) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8"],aggregations:["sum(_col4)","count(_col4)","sum(_col5)","count(_col5)","sum(_col7)","count(_col7)","sum(_col6)","count(_col6)"],keys:_col12 Top N Key Operator [TNK_54] (rows=2317924 width=231) - keys:_col12,null sort order:z,sort order:+,top n:100 + keys:_col12,top n:100 Merge Join Operator [MERGEJOIN_98] (rows=2317924 width=231) Conds:RS_23._col2=RS_117._col0(Inner),Output:["_col4","_col5","_col6","_col7","_col12"] <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_117] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_116] (rows=462000 width=104) Output:["_col0","_col1"] TableScan [TS_12] (rows=462000 width=104) default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_item_id"] <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_23] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Merge Join Operator [MERGEJOIN_97] (rows=2317924 width=135) Conds:RS_20._col3=RS_115._col0(Inner),Output:["_col2","_col4","_col5","_col6","_col7"] <-Map 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_115] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_114] (rows=2300 width=4) Output:["_col0"] Filter Operator [FIL_113] (rows=2300 width=174) @@ -111,12 +110,12 @@ Stage-0 default@promotion,promotion,Tbl:COMPLETE,Col:COMPLETE,Output:["p_promo_sk","p_channel_email","p_channel_event"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_20] - PartitionCols:_col3,null sort order:a,sort order:+ + PartitionCols:_col3 Merge Join Operator [MERGEJOIN_96] (rows=2317924 width=137) Conds:RS_17._col0=RS_112._col0(Inner),Output:["_col2","_col3","_col4","_col5","_col6","_col7"] <-Map 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_112] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_111] (rows=652 width=4) Output:["_col0"] Filter Operator [FIL_110] (rows=652 width=8) @@ -125,12 +124,12 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_17] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_95] (rows=2317924 width=139) Conds:RS_109._col1=RS_101._col0(Inner),Output:["_col0","_col2","_col3","_col4","_col5","_col6","_col7"] <-Map 8 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_101] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_100] (rows=14776 width=4) Output:["_col0"] Filter Operator [FIL_99] (rows=14776 width=268) @@ -139,7 +138,7 @@ Stage-0 default@customer_demographics,customer_demographics,Tbl:COMPLETE,Col:COMPLETE,Output:["cd_demo_sk","cd_gender","cd_marital_status","cd_education_status"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_109] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_108] (rows=283691050 width=354) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"] Filter Operator [FIL_107] (rows=283691050 width=354) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query27.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query27.q.out index 58b2b86cdf..abbd02d6c9 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query27.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query27.q.out @@ -78,37 +78,36 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"] <-Reducer 6 [SIMPLE_EDGE] vectorized SHUFFLE [RS_121] - null sort order:zz,sort order:++ Select Operator [SEL_120] (rows=6526254 width=538) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"] Group By Operator [GBY_119] (rows=6526254 width=570) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10"],aggregations:["sum(VALUE._col0)","count(VALUE._col1)","sum(VALUE._col2)","count(VALUE._col3)","sum(VALUE._col4)","count(VALUE._col5)","sum(VALUE._col6)","count(VALUE._col7)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_29] - PartitionCols:_col0, _col1, _col2,null sort order:zza,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_28] (rows=13907934 width=570) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10"],aggregations:["sum(_col2)","count(_col2)","sum(_col3)","count(_col3)","sum(_col4)","count(_col4)","sum(_col5)","count(_col5)"],keys:_col0, _col1, 0L Top N Key Operator [TNK_55] (rows=4635978 width=186) - keys:_col0, _col1, 0L,null sort order:zza,sort order:+++,top n:100 + keys:_col0, _col1, 0L,top n:100 Select Operator [SEL_26] (rows=4635978 width=186) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Merge Join Operator [MERGEJOIN_99] (rows=4635978 width=186) Conds:RS_23._col1=RS_118._col0(Inner),Output:["_col4","_col5","_col6","_col7","_col11","_col13"] <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_118] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_117] (rows=462000 width=104) Output:["_col0","_col1"] TableScan [TS_12] (rows=462000 width=104) default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_item_id"] <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_23] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_98] (rows=4635978 width=90) Conds:RS_20._col3=RS_116._col0(Inner),Output:["_col1","_col4","_col5","_col6","_col7","_col11"] <-Map 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_116] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_115] (rows=209 width=90) Output:["_col0","_col1"] Filter Operator [FIL_114] (rows=209 width=90) @@ -117,12 +116,12 @@ Stage-0 default@store,store,Tbl:COMPLETE,Col:COMPLETE,Output:["s_store_sk","s_state"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_20] - PartitionCols:_col3,null sort order:a,sort order:+ + PartitionCols:_col3 Merge Join Operator [MERGEJOIN_97] (rows=4635978 width=4) Conds:RS_17._col0=RS_113._col0(Inner),Output:["_col1","_col3","_col4","_col5","_col6","_col7"] <-Map 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_113] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_112] (rows=652 width=4) Output:["_col0"] Filter Operator [FIL_111] (rows=652 width=8) @@ -131,12 +130,12 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_17] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_96] (rows=4635978 width=4) Conds:RS_110._col2=RS_102._col0(Inner),Output:["_col0","_col1","_col3","_col4","_col5","_col6","_col7"] <-Map 8 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_102] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_101] (rows=14776 width=4) Output:["_col0"] Filter Operator [FIL_100] (rows=14776 width=268) @@ -145,7 +144,7 @@ Stage-0 default@customer_demographics,customer_demographics,Tbl:COMPLETE,Col:COMPLETE,Output:["cd_demo_sk","cd_gender","cd_marital_status","cd_education_status"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_110] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Select Operator [SEL_109] (rows=501690006 width=340) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"] Filter Operator [FIL_108] (rows=501690006 width=340) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query28.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query28.q.out index 9634957a52..0cb5d232c7 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query28.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query28.q.out @@ -156,7 +156,7 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)","count(VALUE._col1)"],keys:KEY._col0 <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_129] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_123] (rows=7618989 width=226) Output:["_col0","_col1","_col2"],aggregations:["sum(ss_list_price)","count(ss_list_price)"],keys:ss_list_price Select Operator [SEL_117] (rows=15237978 width=324) @@ -183,7 +183,7 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)","count(VALUE._col1)"],keys:KEY._col0 <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_128] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_122] (rows=7618989 width=226) Output:["_col0","_col1","_col2"],aggregations:["sum(ss_list_price)","count(ss_list_price)"],keys:ss_list_price Select Operator [SEL_116] (rows=15237978 width=324) @@ -209,7 +209,7 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)","count(VALUE._col1)"],keys:KEY._col0 <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_127] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_121] (rows=7618989 width=226) Output:["_col0","_col1","_col2"],aggregations:["sum(ss_list_price)","count(ss_list_price)"],keys:ss_list_price Select Operator [SEL_115] (rows=15237978 width=324) @@ -235,7 +235,7 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)","count(VALUE._col1)"],keys:KEY._col0 <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_126] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_120] (rows=7618989 width=226) Output:["_col0","_col1","_col2"],aggregations:["sum(ss_list_price)","count(ss_list_price)"],keys:ss_list_price Select Operator [SEL_114] (rows=15237978 width=324) @@ -261,7 +261,7 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)","count(VALUE._col1)"],keys:KEY._col0 <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_125] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_119] (rows=7618989 width=226) Output:["_col0","_col1","_col2"],aggregations:["sum(ss_list_price)","count(ss_list_price)"],keys:ss_list_price Select Operator [SEL_113] (rows=15237978 width=324) @@ -283,7 +283,7 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)","count(VALUE._col1)"],keys:KEY._col0 <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_124] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_118] (rows=7618989 width=226) Output:["_col0","_col1","_col2"],aggregations:["sum(ss_list_price)","count(ss_list_price)"],keys:ss_list_price Select Operator [SEL_112] (rows=15237978 width=324) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query29.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query29.q.out index 073ae52f1f..c308771dfb 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query29.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query29.q.out @@ -133,55 +133,54 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"] <-Reducer 6 [SIMPLE_EDGE] vectorized SHUFFLE [RS_243] - null sort order:zzzz,sort order:++++ Group By Operator [GBY_242] (rows=97302218301 width=496) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)","sum(VALUE._col2)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3 <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_47] - PartitionCols:_col0, _col1, _col2, _col3,null sort order:zzzz,sort order:++++ + PartitionCols:_col0, _col1, _col2, _col3 Group By Operator [GBY_46] (rows=97302218301 width=496) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"],aggregations:["sum(_col10)","sum(_col16)","sum(_col3)"],keys:_col22, _col23, _col19, _col20 Top N Key Operator [TNK_93] (rows=97302218301 width=483) - keys:_col22, _col23, _col19, _col20,null sort order:zzzz,sort order:++++,top n:100 + keys:_col22, _col23, _col19, _col20,top n:100 Merge Join Operator [MERGEJOIN_209] (rows=97302218301 width=483) Conds:RS_42._col6=RS_241._col0(Inner),Output:["_col3","_col10","_col16","_col19","_col20","_col22","_col23"] <-Map 18 [SIMPLE_EDGE] vectorized SHUFFLE [RS_241] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_240] (rows=462000 width=288) Output:["_col0","_col1","_col2"] TableScan [TS_31] (rows=462000 width=288) default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_item_id","i_item_desc"] <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_42] - PartitionCols:_col6,null sort order:a,sort order:+ + PartitionCols:_col6 Merge Join Operator [MERGEJOIN_208] (rows=97302218301 width=203) Conds:RS_39._col8=RS_239._col0(Inner),Output:["_col3","_col6","_col10","_col16","_col19","_col20"] <-Map 17 [SIMPLE_EDGE] vectorized SHUFFLE [RS_239] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_238] (rows=1704 width=192) Output:["_col0","_col1","_col2"] TableScan [TS_29] (rows=1704 width=192) default@store,store,Tbl:COMPLETE,Col:COMPLETE,Output:["s_store_sk","s_store_id","s_store_name"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_39] - PartitionCols:_col8,null sort order:a,sort order:+ + PartitionCols:_col8 Merge Join Operator [MERGEJOIN_207] (rows=97302218301 width=19) Conds:RS_36._col1, _col2=RS_37._col9, _col8(Inner),Output:["_col3","_col6","_col8","_col10","_col16"] <-Reducer 12 [SIMPLE_EDGE] SHUFFLE [RS_37] - PartitionCols:_col9, _col8,null sort order:aa,sort order:++ + PartitionCols:_col9, _col8 Merge Join Operator [MERGEJOIN_206] (rows=478292911 width=23) Conds:RS_25._col2, _col1, _col4=RS_26._col2, _col1, _col3(Inner),Output:["_col1","_col3","_col5","_col8","_col9","_col11"] <-Reducer 11 [SIMPLE_EDGE] SHUFFLE [RS_25] - PartitionCols:_col2, _col1, _col4,null sort order:aaa,sort order:+++ + PartitionCols:_col2, _col1, _col4 Merge Join Operator [MERGEJOIN_204] (rows=501694138 width=19) Conds:RS_234._col0=RS_225._col0(Inner),Output:["_col1","_col2","_col3","_col4","_col5"] <-Map 13 [SIMPLE_EDGE] vectorized SHUFFLE [RS_225] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_223] (rows=50 width=4) Output:["_col0"] Filter Operator [FIL_221] (rows=50 width=12) @@ -190,7 +189,7 @@ Stage-0 default@date_dim,d1,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_moy"] <-Map 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_234] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_233] (rows=501694138 width=23) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Filter Operator [FIL_232] (rows=501694138 width=23) @@ -210,12 +209,12 @@ Stage-0 Please refer to the previous Select Operator [SEL_223] <-Reducer 15 [SIMPLE_EDGE] SHUFFLE [RS_26] - PartitionCols:_col2, _col1, _col3,null sort order:aaa,sort order:+++ + PartitionCols:_col2, _col1, _col3 Merge Join Operator [MERGEJOIN_205] (rows=53632139 width=15) Conds:RS_237._col0=RS_227._col0(Inner),Output:["_col1","_col2","_col3","_col4"] <-Map 13 [SIMPLE_EDGE] vectorized SHUFFLE [RS_227] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_224] (rows=201 width=4) Output:["_col0"] Filter Operator [FIL_222] (rows=201 width=12) @@ -223,7 +222,7 @@ Stage-0 Please refer to the previous TableScan [TS_9] <-Map 16 [SIMPLE_EDGE] vectorized SHUFFLE [RS_237] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_236] (rows=53632139 width=19) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_235] (rows=53632139 width=19) @@ -232,12 +231,12 @@ Stage-0 default@store_returns,store_returns,Tbl:COMPLETE,Col:COMPLETE,Output:["sr_returned_date_sk","sr_item_sk","sr_customer_sk","sr_ticket_number","sr_return_quantity"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_36] - PartitionCols:_col1, _col2,null sort order:aa,sort order:++ + PartitionCols:_col1, _col2 Merge Join Operator [MERGEJOIN_203] (rows=285117831 width=11) Conds:RS_220._col0=RS_212._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 8 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_212] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_211] (rows=1957 width=4) Output:["_col0"] Filter Operator [FIL_210] (rows=1957 width=8) @@ -246,7 +245,7 @@ Stage-0 default@date_dim,d3,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_220] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_219] (rows=285117831 width=15) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_218] (rows=285117831 width=15) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query3.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query3.q.out index 50beff8772..4c1f168168 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query3.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query3.q.out @@ -68,19 +68,18 @@ Stage-0 Output:["_col0","_col1","_col2","_col3"] <-Reducer 4 [SIMPLE_EDGE] vectorized SHUFFLE [RS_69] - null sort order:zzz,sort order:+-+ Group By Operator [GBY_68] (rows=7666836 width=219) Output:["_col0","_col1","_col2","_col3"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_17] - PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_16] (rows=7666836 width=219) Output:["_col0","_col1","_col2","_col3"],aggregations:["sum(_col2)"],keys:_col7, _col4, _col5 Merge Join Operator [MERGEJOIN_53] (rows=7666836 width=108) Conds:RS_12._col0=RS_67._col0(Inner),Output:["_col2","_col4","_col5","_col7"] <-Map 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_67] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_66] (rows=5619 width=8) Output:["_col0","_col1"] Filter Operator [FIL_65] (rows=5619 width=12) @@ -89,12 +88,12 @@ Stage-0 default@date_dim,dt,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_moy"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_12] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_52] (rows=7666836 width=104) Conds:RS_64._col1=RS_56._col0(Inner),Output:["_col0","_col2","_col4","_col5"] <-Map 6 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_56] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_55] (rows=669 width=107) Output:["_col0","_col1","_col2"] Filter Operator [FIL_54] (rows=669 width=111) @@ -103,7 +102,7 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_brand_id","i_brand","i_manufact_id"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_64] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_63] (rows=550076554 width=114) Output:["_col0","_col1","_col2"] Filter Operator [FIL_62] (rows=550076554 width=114) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query30.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query30.q.out index 6aa98f2bdd..ea1622883b 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query30.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query30.q.out @@ -94,19 +94,18 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_66] - null sort order:zzzzzzzzzzzzz,sort order:+++++++++++++ Select Operator [SEL_65] (rows=4179738 width=949) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12"] Merge Join Operator [MERGEJOIN_180] (rows=4179738 width=949) Conds:RS_62._col0=RS_63._col0(Inner),Output:["_col1","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col17"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_62] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_174] (rows=1568628 width=834) Conds:RS_183._col2=RS_190._col0(Inner),Output:["_col0","_col1","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13"] <-Map 5 [SIMPLE_EDGE] vectorized SHUFFLE [RS_190] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_187] (rows=784314 width=4) Output:["_col0"] Filter Operator [FIL_184] (rows=784314 width=90) @@ -115,7 +114,7 @@ Stage-0 default@customer_address,customer_address,Tbl:COMPLETE,Col:COMPLETE,Output:["ca_address_sk","ca_state"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_183] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Select Operator [SEL_182] (rows=80000000 width=849) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13"] Filter Operator [FIL_181] (rows=80000000 width=849) @@ -124,7 +123,7 @@ Stage-0 default@customer,customer,Tbl:COMPLETE,Col:COMPLETE,Output:["c_customer_sk","c_customer_id","c_current_addr_sk","c_salutation","c_first_name","c_last_name","c_preferred_cust_flag","c_birth_day","c_birth_month","c_birth_year","c_birth_country","c_login","c_email_address","c_last_review_date"] <-Reducer 8 [SIMPLE_EDGE] SHUFFLE [RS_63] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_58] (rows=4179738 width=227) Output:["_col0","_col2"] Filter Operator [FIL_57] (rows=4179738 width=227) @@ -133,7 +132,7 @@ Stage-0 Conds:RS_206._col1=RS_212._col1(Inner),Output:["_col0","_col2","_col3"] <-Reducer 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_212] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_211] (rows=17 width=198) Output:["_col0","_col1"] Filter Operator [FIL_210] (rows=17 width=206) @@ -146,14 +145,14 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1 <-Reducer 9 [SIMPLE_EDGE] SHUFFLE [RS_45] - PartitionCols:_col0,null sort order:aa,sort order:++ + PartitionCols:_col0 Group By Operator [GBY_44] (rows=13130761 width=201) Output:["_col0","_col1","_col2"],aggregations:["sum(_col3)"],keys:_col6, _col1 Merge Join Operator [MERGEJOIN_178] (rows=13130761 width=196) Conds:RS_40._col2=RS_192._col0(Inner),Output:["_col1","_col3","_col6"] <-Map 5 [SIMPLE_EDGE] vectorized SHUFFLE [RS_192] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_189] (rows=40000000 width=90) Output:["_col0","_col1"] Filter Operator [FIL_186] (rows=40000000 width=90) @@ -161,12 +160,12 @@ Stage-0 Please refer to the previous TableScan [TS_3] <-Reducer 13 [SIMPLE_EDGE] SHUFFLE [RS_40] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Merge Join Operator [MERGEJOIN_177] (rows=13130761 width=114) Conds:RS_198._col0=RS_202._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_198] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_196] (rows=13130761 width=118) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_194] (rows=13130761 width=118) @@ -175,7 +174,7 @@ Stage-0 default@web_returns,web_returns,Tbl:COMPLETE,Col:COMPLETE,Output:["wr_returned_date_sk","wr_returning_customer_sk","wr_returning_addr_sk","wr_return_amt"] <-Map 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_202] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_200] (rows=652 width=4) Output:["_col0"] Filter Operator [FIL_199] (rows=652 width=8) @@ -184,7 +183,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year"] <-Reducer 7 [SIMPLE_EDGE] vectorized SHUFFLE [RS_206] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Filter Operator [FIL_205] (rows=12539214 width=201) predicate:_col2 is not null Select Operator [SEL_204] (rows=12539214 width=201) @@ -193,14 +192,14 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1 <-Reducer 6 [SIMPLE_EDGE] SHUFFLE [RS_23] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_22] (rows=12539214 width=201) Output:["_col0","_col1","_col2"],aggregations:["sum(_col3)"],keys:_col6, _col1 Merge Join Operator [MERGEJOIN_176] (rows=12539214 width=196) Conds:RS_18._col2=RS_191._col0(Inner),Output:["_col1","_col3","_col6"] <-Map 5 [SIMPLE_EDGE] vectorized SHUFFLE [RS_191] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_188] (rows=40000000 width=90) Output:["_col0","_col1"] Filter Operator [FIL_185] (rows=40000000 width=90) @@ -208,12 +207,12 @@ Stage-0 Please refer to the previous TableScan [TS_3] <-Reducer 12 [SIMPLE_EDGE] SHUFFLE [RS_18] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Merge Join Operator [MERGEJOIN_175] (rows=12539214 width=114) Conds:RS_197._col0=RS_201._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_197] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_195] (rows=12539214 width=118) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_193] (rows=12539214 width=118) @@ -221,6 +220,6 @@ Stage-0 Please refer to the previous TableScan [TS_6] <-Map 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_201] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_200] diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query31.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query31.q.out index 3f0e054d0c..ed4cee4892 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query31.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query31.q.out @@ -163,29 +163,29 @@ Stage-0 Conds:RS_133._col0=RS_134._col0(Inner),Output:["_col1","_col2","_col4","_col6","_col7","_col8","_col9","_col11","_col13"] <-Reducer 22 [SIMPLE_EDGE] SHUFFLE [RS_134] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_448] (rows=1716 width=434) Conds:RS_123._col0=RS_538._col0(Inner),Output:["_col0","_col1","_col3","_col5"] <-Reducer 21 [SIMPLE_EDGE] SHUFFLE [RS_123] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_447] (rows=1716 width=322) Conds:RS_524._col0=RS_531._col0(Inner),Output:["_col0","_col1","_col3"] <-Reducer 20 [SIMPLE_EDGE] vectorized SHUFFLE [RS_524] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_523] (rows=1716 width=210) Output:["_col0","_col1"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0 <-Reducer 19 [SIMPLE_EDGE] SHUFFLE [RS_77] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_76] (rows=722436 width=210) Output:["_col0","_col1"],aggregations:["sum(_col2)"],keys:_col5 Merge Join Operator [MERGEJOIN_441] (rows=525327191 width=204) Conds:RS_72._col1=RS_497._col0(Inner),Output:["_col2","_col5"] <-Map 32 [SIMPLE_EDGE] vectorized SHUFFLE [RS_497] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_493] (rows=40000000 width=102) Output:["_col0","_col1"] Filter Operator [FIL_492] (rows=40000000 width=102) @@ -194,12 +194,12 @@ Stage-0 default@customer_address,customer_address,Tbl:COMPLETE,Col:COMPLETE,Output:["ca_address_sk","ca_county"] <-Reducer 18 [SIMPLE_EDGE] SHUFFLE [RS_72] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_440] (rows=525327191 width=110) Conds:RS_522._col0=RS_469._col0(Inner),Output:["_col1","_col2"] <-Map 8 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_469] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_460] (rows=130 width=4) Output:["_col0"] Filter Operator [FIL_454] (rows=130 width=12) @@ -208,7 +208,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_qoy"] <-Map 35 [SIMPLE_EDGE] vectorized SHUFFLE [RS_522] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_521] (rows=525327191 width=114) Output:["_col0","_col1","_col2"] Filter Operator [FIL_520] (rows=525327191 width=114) @@ -228,28 +228,28 @@ Stage-0 Please refer to the previous Select Operator [SEL_460] <-Reducer 26 [SIMPLE_EDGE] vectorized SHUFFLE [RS_531] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_530] (rows=1716 width=210) Output:["_col0","_col1"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0 <-Reducer 25 [SIMPLE_EDGE] SHUFFLE [RS_97] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_96] (rows=722436 width=210) Output:["_col0","_col1"],aggregations:["sum(_col2)"],keys:_col5 Merge Join Operator [MERGEJOIN_443] (rows=525327191 width=204) Conds:RS_92._col1=RS_498._col0(Inner),Output:["_col2","_col5"] <-Map 32 [SIMPLE_EDGE] vectorized SHUFFLE [RS_498] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_493] <-Reducer 24 [SIMPLE_EDGE] SHUFFLE [RS_92] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_442] (rows=525327191 width=110) Conds:RS_529._col0=RS_471._col0(Inner),Output:["_col1","_col2"] <-Map 8 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_471] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_461] (rows=130 width=4) Output:["_col0"] Filter Operator [FIL_455] (rows=130 width=12) @@ -257,7 +257,7 @@ Stage-0 Please refer to the previous TableScan [TS_3] <-Map 36 [SIMPLE_EDGE] vectorized SHUFFLE [RS_529] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_528] (rows=525327191 width=114) Output:["_col0","_col1","_col2"] Filter Operator [FIL_527] (rows=525327191 width=114) @@ -277,28 +277,28 @@ Stage-0 Please refer to the previous Select Operator [SEL_461] <-Reducer 30 [SIMPLE_EDGE] vectorized SHUFFLE [RS_538] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_537] (rows=1716 width=210) Output:["_col0","_col1"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0 <-Reducer 29 [SIMPLE_EDGE] SHUFFLE [RS_117] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_116] (rows=722436 width=210) Output:["_col0","_col1"],aggregations:["sum(_col2)"],keys:_col5 Merge Join Operator [MERGEJOIN_445] (rows=525327191 width=204) Conds:RS_112._col1=RS_499._col0(Inner),Output:["_col2","_col5"] <-Map 32 [SIMPLE_EDGE] vectorized SHUFFLE [RS_499] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_493] <-Reducer 28 [SIMPLE_EDGE] SHUFFLE [RS_112] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_444] (rows=525327191 width=110) Conds:RS_536._col0=RS_473._col0(Inner),Output:["_col1","_col2"] <-Map 8 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_473] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_462] (rows=130 width=4) Output:["_col0"] Filter Operator [FIL_456] (rows=130 width=12) @@ -306,7 +306,7 @@ Stage-0 Please refer to the previous TableScan [TS_3] <-Map 37 [SIMPLE_EDGE] vectorized SHUFFLE [RS_536] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_535] (rows=525327191 width=114) Output:["_col0","_col1","_col2"] Filter Operator [FIL_534] (rows=525327191 width=114) @@ -326,35 +326,35 @@ Stage-0 Please refer to the previous Select Operator [SEL_462] <-Reducer 6 [SIMPLE_EDGE] SHUFFLE [RS_133] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_449] (rows=1716 width=442) Conds:RS_130._col0=RS_517._col0(Inner),Output:["_col0","_col1","_col2","_col4","_col6","_col7"] <-Reducer 16 [SIMPLE_EDGE] vectorized SHUFFLE [RS_517] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_516] (rows=1716 width=214) Output:["_col0","_col1","_col2"] Group By Operator [GBY_515] (rows=1716 width=210) Output:["_col0","_col1"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0 <-Reducer 15 [SIMPLE_EDGE] SHUFFLE [RS_57] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_56] (rows=204204 width=210) Output:["_col0","_col1"],aggregations:["sum(_col2)"],keys:_col5 Merge Join Operator [MERGEJOIN_439] (rows=143931246 width=209) Conds:RS_52._col1=RS_496._col0(Inner),Output:["_col2","_col5"] <-Map 32 [SIMPLE_EDGE] vectorized SHUFFLE [RS_496] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_493] <-Reducer 14 [SIMPLE_EDGE] SHUFFLE [RS_52] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_438] (rows=143931246 width=115) Conds:RS_514._col0=RS_467._col0(Inner),Output:["_col1","_col2"] <-Map 8 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_467] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_459] (rows=130 width=4) Output:["_col0"] Filter Operator [FIL_453] (rows=130 width=12) @@ -362,7 +362,7 @@ Stage-0 Please refer to the previous TableScan [TS_3] <-Map 34 [SIMPLE_EDGE] vectorized SHUFFLE [RS_514] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_513] (rows=143931246 width=119) Output:["_col0","_col1","_col2"] Filter Operator [FIL_512] (rows=143931246 width=119) @@ -382,33 +382,33 @@ Stage-0 Please refer to the previous Select Operator [SEL_459] <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_130] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_446] (rows=1716 width=326) Conds:RS_502._col0=RS_509._col0(Inner),Output:["_col0","_col1","_col2","_col4"] <-Reducer 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_509] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_508] (rows=1716 width=210) Output:["_col0","_col1"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0 <-Reducer 11 [SIMPLE_EDGE] SHUFFLE [RS_37] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_36] (rows=204204 width=210) Output:["_col0","_col1"],aggregations:["sum(_col2)"],keys:_col5 Merge Join Operator [MERGEJOIN_437] (rows=143931246 width=209) Conds:RS_32._col1=RS_495._col0(Inner),Output:["_col2","_col5"] <-Map 32 [SIMPLE_EDGE] vectorized SHUFFLE [RS_495] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_493] <-Reducer 10 [SIMPLE_EDGE] SHUFFLE [RS_32] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_436] (rows=143931246 width=115) Conds:RS_507._col0=RS_465._col0(Inner),Output:["_col1","_col2"] <-Map 8 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_465] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_458] (rows=130 width=4) Output:["_col0"] Filter Operator [FIL_452] (rows=130 width=12) @@ -416,7 +416,7 @@ Stage-0 Please refer to the previous TableScan [TS_3] <-Map 33 [SIMPLE_EDGE] vectorized SHUFFLE [RS_507] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_506] (rows=143931246 width=119) Output:["_col0","_col1","_col2"] Filter Operator [FIL_505] (rows=143931246 width=119) @@ -436,30 +436,30 @@ Stage-0 Please refer to the previous Select Operator [SEL_458] <-Reducer 4 [SIMPLE_EDGE] vectorized SHUFFLE [RS_502] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_501] (rows=1716 width=214) Output:["_col0","_col1","_col2"] Group By Operator [GBY_500] (rows=1716 width=210) Output:["_col0","_col1"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0 <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_17] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_16] (rows=204204 width=210) Output:["_col0","_col1"],aggregations:["sum(_col2)"],keys:_col5 Merge Join Operator [MERGEJOIN_435] (rows=143931246 width=209) Conds:RS_12._col1=RS_494._col0(Inner),Output:["_col2","_col5"] <-Map 32 [SIMPLE_EDGE] vectorized SHUFFLE [RS_494] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_493] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_12] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_434] (rows=143931246 width=115) Conds:RS_491._col0=RS_463._col0(Inner),Output:["_col1","_col2"] <-Map 8 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_463] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_457] (rows=130 width=4) Output:["_col0"] Filter Operator [FIL_451] (rows=130 width=12) @@ -467,7 +467,7 @@ Stage-0 Please refer to the previous TableScan [TS_3] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_491] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_490] (rows=143931246 width=119) Output:["_col0","_col1","_col2"] Filter Operator [FIL_489] (rows=143931246 width=119) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query32.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query32.q.out index f3f381a26e..c93fad255b 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query32.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query32.q.out @@ -92,12 +92,12 @@ Stage-0 Conds:RS_30._col4=RS_125._col0(Inner),Output:["_col2","_col6"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_30] - PartitionCols:_col4,null sort order:a,sort order:+ + PartitionCols:_col4 Merge Join Operator [MERGEJOIN_101] (rows=3973887 width=75) Conds:RS_27._col1=RS_106._col0(Inner),Output:["_col2","_col4"] <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_106] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_105] (rows=669 width=4) Output:["_col0"] Filter Operator [FIL_104] (rows=669 width=7) @@ -106,12 +106,12 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_manufact_id"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_27] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_100] (rows=285116600 width=115) Conds:RS_116._col0=RS_120._col0(Inner),Output:["_col1","_col2"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_116] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_114] (rows=285116600 width=119) Output:["_col0","_col1","_col2"] Filter Operator [FIL_112] (rows=285116600 width=119) @@ -131,7 +131,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_105] <-Map 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_120] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_119] (rows=8116 width=4) Output:["_col0"] Filter Operator [FIL_118] (rows=8116 width=98) @@ -140,7 +140,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_date"] <-Reducer 7 [SIMPLE_EDGE] vectorized SHUFFLE [RS_125] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_124] (rows=62562 width=116) Output:["_col0","_col1"] Filter Operator [FIL_123] (rows=62562 width=124) @@ -149,14 +149,14 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)","count(VALUE._col1)"],keys:KEY._col0 <-Reducer 6 [SIMPLE_EDGE] SHUFFLE [RS_20] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_19] (rows=8133060 width=124) Output:["_col0","_col1","_col2"],aggregations:["sum(_col2)","count(_col2)"],keys:_col1 Merge Join Operator [MERGEJOIN_102] (rows=286549727 width=115) Conds:RS_117._col0=RS_121._col0(Inner),Output:["_col1","_col2"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_117] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_115] (rows=286549727 width=119) Output:["_col0","_col1","_col2"] Filter Operator [FIL_113] (rows=286549727 width=119) @@ -164,6 +164,6 @@ Stage-0 Please refer to the previous TableScan [TS_0] <-Map 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_121] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_119] diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query33.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query33.q.out index fbab5700b7..f00567eeb1 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query33.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query33.q.out @@ -198,32 +198,31 @@ Stage-0 Output:["_col0","_col1"] <-Reducer 6 [SIMPLE_EDGE] vectorized SHUFFLE [RS_354] - null sort order:z,sort order:+ Group By Operator [GBY_353] (rows=7 width=116) Output:["_col0","_col1"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0 <-Union 5 [SIMPLE_EDGE] <-Reducer 11 [CONTAINS] vectorized Reduce Output Operator [RS_373] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_372] (rows=7 width=116) Output:["_col0","_col1"],aggregations:["sum(_col1)"],keys:_col0 Group By Operator [GBY_371] (rows=7 width=116) Output:["_col0","_col1"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0 <-Reducer 10 [SIMPLE_EDGE] SHUFFLE [RS_109] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_108] (rows=8 width=116) Output:["_col0","_col1"],aggregations:["sum(_col7)"],keys:_col1 Merge Join Operator [MERGEJOIN_304] (rows=206906 width=96) Conds:RS_104._col0=RS_105._col2(Inner),Output:["_col1","_col7"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_104] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_293] (rows=46084 width=7) Conds:RS_319._col1=RS_325._col0(Inner),Output:["_col0","_col1"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_319] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_318] (rows=460848 width=7) Output:["_col0","_col1"] Filter Operator [FIL_317] (rows=460848 width=7) @@ -232,12 +231,12 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_manufact_id"] <-Reducer 13 [SIMPLE_EDGE] vectorized SHUFFLE [RS_325] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_324] (rows=69 width=4) Output:["_col0"],keys:KEY._col0 <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_323] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_322] (rows=70 width=4) Output:["_col0"],keys:i_manufact_id Select Operator [SEL_321] (rows=46085 width=93) @@ -248,14 +247,14 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_category","i_manufact_id"] <-Reducer 23 [SIMPLE_EDGE] SHUFFLE [RS_105] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Select Operator [SEL_100] (rows=143931246 width=115) Output:["_col2","_col4"] Merge Join Operator [MERGEJOIN_301] (rows=143931246 width=115) Conds:RS_97._col2=RS_349._col0(Inner),Output:["_col1","_col3"] <-Map 25 [SIMPLE_EDGE] vectorized SHUFFLE [RS_349] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_346] (rows=8000000 width=4) Output:["_col0"] Filter Operator [FIL_345] (rows=8000000 width=112) @@ -264,12 +263,12 @@ Stage-0 default@customer_address,customer_address,Tbl:COMPLETE,Col:COMPLETE,Output:["ca_address_sk","ca_gmt_offset"] <-Reducer 22 [SIMPLE_EDGE] SHUFFLE [RS_97] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Merge Join Operator [MERGEJOIN_300] (rows=143931246 width=119) Conds:RS_370._col0=RS_332._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 17 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_332] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_327] (rows=50 width=4) Output:["_col0"] Filter Operator [FIL_326] (rows=50 width=12) @@ -278,7 +277,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_moy"] <-Map 27 [SIMPLE_EDGE] vectorized SHUFFLE [RS_370] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_369] (rows=143931246 width=123) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_368] (rows=143931246 width=123) @@ -298,45 +297,45 @@ Stage-0 Please refer to the previous Select Operator [SEL_327] <-Reducer 4 [CONTAINS] vectorized Reduce Output Operator [RS_352] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_351] (rows=7 width=116) Output:["_col0","_col1"],aggregations:["sum(_col1)"],keys:_col0 Group By Operator [GBY_350] (rows=7 width=116) Output:["_col0","_col1"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0 <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_34] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_33] (rows=8 width=116) Output:["_col0","_col1"],aggregations:["sum(_col7)"],keys:_col1 Merge Join Operator [MERGEJOIN_302] (rows=755172 width=3) Conds:RS_29._col0=RS_30._col2(Inner),Output:["_col1","_col7"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_29] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Merge Join Operator [MERGEJOIN_293] <-Reducer 16 [SIMPLE_EDGE] SHUFFLE [RS_30] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Select Operator [SEL_25] (rows=525327191 width=110) Output:["_col2","_col4"] Merge Join Operator [MERGEJOIN_295] (rows=525327191 width=110) Conds:RS_22._col2=RS_347._col0(Inner),Output:["_col1","_col3"] <-Map 25 [SIMPLE_EDGE] vectorized SHUFFLE [RS_347] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_346] <-Reducer 15 [SIMPLE_EDGE] SHUFFLE [RS_22] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Merge Join Operator [MERGEJOIN_294] (rows=525327191 width=114) Conds:RS_344._col0=RS_328._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 17 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_328] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_327] <-Map 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_344] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_343] (rows=525327191 width=118) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_342] (rows=525327191 width=118) @@ -356,45 +355,45 @@ Stage-0 Please refer to the previous Select Operator [SEL_327] <-Reducer 9 [CONTAINS] vectorized Reduce Output Operator [RS_365] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_364] (rows=7 width=116) Output:["_col0","_col1"],aggregations:["sum(_col1)"],keys:_col0 Group By Operator [GBY_363] (rows=7 width=116) Output:["_col0","_col1"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0 <-Reducer 8 [SIMPLE_EDGE] SHUFFLE [RS_71] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_70] (rows=8 width=116) Output:["_col0","_col1"],aggregations:["sum(_col7)"],keys:_col1 Merge Join Operator [MERGEJOIN_303] (rows=409865 width=3) Conds:RS_66._col0=RS_67._col3(Inner),Output:["_col1","_col7"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_66] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Merge Join Operator [MERGEJOIN_293] <-Reducer 20 [SIMPLE_EDGE] SHUFFLE [RS_67] - PartitionCols:_col3,null sort order:a,sort order:+ + PartitionCols:_col3 Select Operator [SEL_62] (rows=285117733 width=115) Output:["_col3","_col4"] Merge Join Operator [MERGEJOIN_298] (rows=285117733 width=115) Conds:RS_59._col1=RS_348._col0(Inner),Output:["_col2","_col3"] <-Map 25 [SIMPLE_EDGE] vectorized SHUFFLE [RS_348] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_346] <-Reducer 19 [SIMPLE_EDGE] SHUFFLE [RS_59] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_297] (rows=285117733 width=119) Conds:RS_362._col0=RS_330._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 17 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_330] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_327] <-Map 26 [SIMPLE_EDGE] vectorized SHUFFLE [RS_362] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_361] (rows=285117733 width=123) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_360] (rows=285117733 width=123) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query34.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query34.q.out index 8f730c8f3a..9dab81390e 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query34.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query34.q.out @@ -92,21 +92,20 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_34] - null sort order:zzzz,sort order:+++- Select Operator [SEL_33] (rows=6 width=364) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Merge Join Operator [MERGEJOIN_99] (rows=6 width=364) Conds:RS_101._col0=RS_122._col1(Inner),Output:["_col1","_col2","_col3","_col4","_col5","_col7"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_101] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_100] (rows=80000000 width=356) Output:["_col0","_col1","_col2","_col3","_col4"] TableScan [TS_0] (rows=80000000 width=356) default@customer,customer,Tbl:COMPLETE,Col:COMPLETE,Output:["c_customer_sk","c_salutation","c_first_name","c_last_name","c_preferred_cust_flag"] <-Reducer 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_122] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Filter Operator [FIL_121] (rows=6 width=16) predicate:_col2 BETWEEN 15L AND 20L Select Operator [SEL_120] (rows=479121995 width=15) @@ -115,14 +114,14 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["count(VALUE._col0)"],keys:KEY._col0, KEY._col1 <-Reducer 7 [SIMPLE_EDGE] SHUFFLE [RS_25] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_24] (rows=479121995 width=15) Output:["_col0","_col1","_col2"],aggregations:["count()"],keys:_col1, _col4 Merge Join Operator [MERGEJOIN_98] (rows=479121995 width=7) Conds:RS_20._col3=RS_118._col0(Inner),Output:["_col1","_col4"] <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_118] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_117] (rows=112 width=4) Output:["_col0"] Filter Operator [FIL_116] (rows=112 width=102) @@ -131,12 +130,12 @@ Stage-0 default@store,store,Tbl:COMPLETE,Col:COMPLETE,Output:["s_store_sk","s_county"] <-Reducer 6 [SIMPLE_EDGE] SHUFFLE [RS_20] - PartitionCols:_col3,null sort order:a,sort order:+ + PartitionCols:_col3 Merge Join Operator [MERGEJOIN_97] (rows=479121995 width=11) Conds:RS_17._col2=RS_115._col0(Inner),Output:["_col1","_col3","_col4"] <-Map 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_115] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_114] (rows=1152 width=4) Output:["_col0"] Filter Operator [FIL_113] (rows=1152 width=104) @@ -145,12 +144,12 @@ Stage-0 default@household_demographics,household_demographics,Tbl:COMPLETE,Col:COMPLETE,Output:["hd_demo_sk","hd_buy_potential","hd_dep_count","hd_vehicle_count"] <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_17] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Merge Join Operator [MERGEJOIN_96] (rows=479121995 width=15) Conds:RS_112._col0=RS_104._col0(Inner),Output:["_col1","_col2","_col3","_col4"] <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_104] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_103] (rows=595 width=4) Output:["_col0"] Filter Operator [FIL_102] (rows=595 width=12) @@ -159,7 +158,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_dom"] <-Map 4 [SIMPLE_EDGE] vectorized SHUFFLE [RS_112] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_111] (rows=479121995 width=19) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_110] (rows=479121995 width=19) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query35.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query35.q.out index 4ca9d3cb61..23b3399123 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query35.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query35.q.out @@ -160,18 +160,17 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15","_col16"] <-Reducer 7 [SIMPLE_EDGE] vectorized SHUFFLE [RS_223] - null sort order:zzzzzz,sort order:++++++ Select Operator [SEL_222] (rows=1 width=352) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col9","_col10","_col11","_col12","_col14","_col15","_col16","_col17"] Group By Operator [GBY_221] (rows=1 width=336) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15"],aggregations:["count(VALUE._col0)","sum(VALUE._col1)","count(VALUE._col2)","max(VALUE._col3)","sum(VALUE._col4)","count(VALUE._col5)","max(VALUE._col6)","sum(VALUE._col7)","count(VALUE._col8)","max(VALUE._col9)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3, KEY._col4, KEY._col5 <-Reducer 6 [SIMPLE_EDGE] SHUFFLE [RS_66] - PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5,null sort order:zzzzzz,sort order:++++++ + PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5 Group By Operator [GBY_65] (rows=2 width=336) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15"],aggregations:["count()","sum(_col8)","count(_col8)","max(_col8)","sum(_col9)","count(_col9)","max(_col9)","sum(_col10)","count(_col10)","max(_col10)"],keys:_col4, _col6, _col7, _col8, _col9, _col10 Top N Key Operator [TNK_103] (rows=1401496 width=276) - keys:_col4, _col6, _col7, _col8, _col9, _col10,null sort order:zzzzzz,sort order:++++++,top n:100 + keys:_col4, _col6, _col7, _col8, _col9, _col10,top n:100 Select Operator [SEL_64] (rows=1401496 width=276) Output:["_col4","_col6","_col7","_col8","_col9","_col10"] Filter Operator [FIL_63] (rows=1401496 width=276) @@ -180,26 +179,26 @@ Stage-0 Conds:RS_60._col0=RS_220._col1(Left Outer),Output:["_col4","_col6","_col7","_col8","_col9","_col10","_col11","_col13"] <-Reducer 5 [SIMPLE_EDGE] PARTITION_ONLY_SHUFFLE [RS_60] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_180] (rows=1414922 width=276) Conds:RS_57._col0=RS_212._col1(Left Outer),Output:["_col0","_col4","_col6","_col7","_col8","_col9","_col10","_col11"] <-Reducer 17 [SIMPLE_EDGE] vectorized SHUFFLE [RS_212] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_211] (rows=1414922 width=7) Output:["_col0","_col1"] Group By Operator [GBY_210] (rows=1414922 width=3) Output:["_col0"],keys:KEY._col0 <-Reducer 16 [SIMPLE_EDGE] SHUFFLE [RS_35] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_34] (rows=143930993 width=3) Output:["_col0"],keys:_col1 Merge Join Operator [MERGEJOIN_177] (rows=143930993 width=3) Conds:RS_209._col0=RS_193._col0(Inner),Output:["_col1"] <-Map 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_193] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_190] (rows=652 width=4) Output:["_col0"] Filter Operator [FIL_189] (rows=652 width=12) @@ -208,7 +207,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_qoy"] <-Map 21 [SIMPLE_EDGE] vectorized SHUFFLE [RS_209] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_208] (rows=143930993 width=7) Output:["_col0","_col1"] Filter Operator [FIL_207] (rows=143930993 width=7) @@ -228,12 +227,12 @@ Stage-0 Please refer to the previous Select Operator [SEL_190] <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_57] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_179] (rows=525327388 width=272) Conds:RS_54._col0=RS_55._col0(Left Semi),Output:["_col0","_col4","_col6","_col7","_col8","_col9","_col10"] <-Reducer 13 [SIMPLE_EDGE] SHUFFLE [RS_55] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_53] (rows=525327388 width=3) Output:["_col0"],keys:_col0 Select Operator [SEL_23] (rows=525327388 width=3) @@ -242,11 +241,11 @@ Stage-0 Conds:RS_204._col0=RS_191._col0(Inner),Output:["_col1"] <-Map 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_191] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_190] <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_204] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_203] (rows=525327388 width=7) Output:["_col0","_col1"] Filter Operator [FIL_202] (rows=525327388 width=7) @@ -266,26 +265,26 @@ Stage-0 Please refer to the previous Select Operator [SEL_190] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_54] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_13] (rows=78293105 width=272) Output:["_col0","_col4","_col6","_col7","_col8","_col9","_col10"] Merge Join Operator [MERGEJOIN_175] (rows=78293105 width=272) Conds:RS_10._col2=RS_188._col0(Inner),Output:["_col0","_col4","_col5","_col6","_col7","_col8","_col10"] <-Map 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_188] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_187] (rows=40000000 width=90) Output:["_col0","_col1"] TableScan [TS_5] (rows=40000000 width=90) default@customer_address,ca,Tbl:COMPLETE,Col:COMPLETE,Output:["ca_address_sk","ca_state"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_10] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Merge Join Operator [MERGEJOIN_174] (rows=78293105 width=190) Conds:RS_184._col1=RS_186._col0(Inner),Output:["_col0","_col2","_col4","_col5","_col6","_col7","_col8"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_184] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_183] (rows=77201384 width=11) Output:["_col0","_col1","_col2"] Filter Operator [FIL_182] (rows=77201384 width=11) @@ -294,32 +293,32 @@ Stage-0 default@customer,c,Tbl:COMPLETE,Col:COMPLETE,Output:["c_customer_sk","c_current_cdemo_sk","c_current_addr_sk"] <-Map 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_186] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_185] (rows=1861800 width=186) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] TableScan [TS_3] (rows=1861800 width=186) default@customer_demographics,customer_demographics,Tbl:COMPLETE,Col:COMPLETE,Output:["cd_demo_sk","cd_gender","cd_marital_status","cd_dep_count","cd_dep_employed_count","cd_dep_college_count"] <-Reducer 20 [SIMPLE_EDGE] vectorized SHUFFLE [RS_220] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_219] (rows=1401496 width=7) Output:["_col0","_col1"] Group By Operator [GBY_218] (rows=1401496 width=3) Output:["_col0"],keys:KEY._col0 <-Reducer 19 [SIMPLE_EDGE] SHUFFLE [RS_49] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_48] (rows=285115246 width=3) Output:["_col0"],keys:_col1 Merge Join Operator [MERGEJOIN_178] (rows=285115246 width=3) Conds:RS_217._col0=RS_195._col0(Inner),Output:["_col1"] <-Map 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_195] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_190] <-Map 22 [SIMPLE_EDGE] vectorized SHUFFLE [RS_217] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_216] (rows=285115246 width=7) Output:["_col0","_col1"] Filter Operator [FIL_215] (rows=285115246 width=7) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query36.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query36.q.out index d8fa6f4f5a..f7bccf94f7 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query36.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query36.q.out @@ -90,7 +90,6 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4"] <-Reducer 6 [SIMPLE_EDGE] vectorized SHUFFLE [RS_104] - null sort order:zzz,sort order:-++ Select Operator [SEL_103] (rows=3060 width=490) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] PTF Operator [PTF_102] (rows=3060 width=414) @@ -99,14 +98,14 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4"] <-Reducer 5 [SIMPLE_EDGE] vectorized SHUFFLE [RS_100] - PartitionCols:(grouping(_col4, 1L) + grouping(_col4, 0L)), CASE WHEN ((grouping(_col4, 0L) = UDFToLong(0))) THEN (_col0) ELSE (CAST( null AS STRING)) END,null sort order:aaz,sort order:+++ + PartitionCols:(grouping(_col4, 1L) + grouping(_col4, 0L)), CASE WHEN ((grouping(_col4, 0L) = UDFToLong(0))) THEN (_col0) ELSE (CAST( null AS STRING)) END Select Operator [SEL_99] (rows=3060 width=414) Output:["_col0","_col1","_col2","_col3","_col4"] Group By Operator [GBY_98] (rows=3060 width=414) Output:["_col0","_col1","_col2","_col3","_col4"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_23] - PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_22] (rows=2487780 width=414) Output:["_col0","_col1","_col2","_col3","_col4"],aggregations:["sum(_col2)","sum(_col3)"],keys:_col0, _col1, 0L Select Operator [SEL_20] (rows=525329897 width=395) @@ -115,19 +114,19 @@ Stage-0 Conds:RS_17._col1=RS_97._col0(Inner),Output:["_col3","_col4","_col8","_col9"] <-Map 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_97] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_96] (rows=462000 width=186) Output:["_col0","_col1","_col2"] TableScan [TS_9] (rows=462000 width=186) default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_class","i_category"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_17] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_80] (rows=525329897 width=217) Conds:RS_14._col2=RS_95._col0(Inner),Output:["_col1","_col3","_col4"] <-Map 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_95] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_94] (rows=278 width=4) Output:["_col0"] Filter Operator [FIL_93] (rows=278 width=90) @@ -136,12 +135,12 @@ Stage-0 default@store,store,Tbl:COMPLETE,Col:COMPLETE,Output:["s_store_sk","s_state"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_14] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Merge Join Operator [MERGEJOIN_79] (rows=525329897 width=221) Conds:RS_92._col0=RS_84._col0(Inner),Output:["_col1","_col2","_col3","_col4"] <-Map 8 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_84] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_83] (rows=652 width=4) Output:["_col0"] Filter Operator [FIL_82] (rows=652 width=8) @@ -150,7 +149,7 @@ Stage-0 default@date_dim,d1,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_92] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_91] (rows=525329897 width=225) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_90] (rows=525329897 width=225) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query37.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query37.q.out index 83759fd6d8..187ad5c5b5 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query37.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query37.q.out @@ -63,26 +63,25 @@ Stage-0 Output:["_col0","_col1","_col2"] <-Reducer 4 [SIMPLE_EDGE] vectorized SHUFFLE [RS_97] - null sort order:z,sort order:+ Group By Operator [GBY_96] (rows=4 width=396) Output:["_col0","_col1","_col2"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_23] - PartitionCols:_col0, _col1, _col2,null sort order:zaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_22] (rows=8 width=396) Output:["_col0","_col1","_col2"],keys:_col2, _col3, _col4 Top N Key Operator [TNK_42] (rows=11627 width=396) - keys:_col2, _col3, _col4,null sort order:zaa,sort order:+++,top n:100 + keys:_col2, _col3, _col4,top n:100 Merge Join Operator [MERGEJOIN_78] (rows=11627 width=396) Conds:RS_18._col1=RS_19._col1(Inner),Output:["_col2","_col3","_col4"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_18] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_76] (rows=1781971 width=400) Conds:RS_89._col0=RS_81._col0(Inner),Output:["_col1","_col2","_col3","_col4"] <-Map 6 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_81] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_80] (rows=297 width=400) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_79] (rows=297 width=404) @@ -91,7 +90,7 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_item_id","i_item_desc","i_current_price","i_manufact_id"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_89] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_88] (rows=287989836 width=4) Output:["_col0"] Filter Operator [FIL_87] (rows=287989836 width=4) @@ -111,12 +110,12 @@ Stage-0 Please refer to the previous Select Operator [SEL_80] <-Reducer 9 [SIMPLE_EDGE] SHUFFLE [RS_19] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_77] (rows=1879072 width=4) Conds:RS_92._col0=RS_95._col0(Inner),Output:["_col1"] <-Map 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_95] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_94] (rows=8116 width=4) Output:["_col0"] Filter Operator [FIL_93] (rows=8116 width=98) @@ -125,7 +124,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_date"] <-Map 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_92] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_91] (rows=16912800 width=8) Output:["_col0","_col1"] Filter Operator [FIL_90] (rows=16912800 width=11) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query38.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query38.q.out index 10811b58e6..b9641abea0 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query38.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query38.q.out @@ -97,7 +97,7 @@ Stage-0 <-Union 5 [SIMPLE_EDGE] <-Reducer 12 [CONTAINS] vectorized Reduce Output Operator [RS_240] - PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_239] (rows=954376212 width=282) Output:["_col0","_col1","_col2","_col3"],aggregations:["count(_col3)"],keys:_col0, _col1, _col2 Group By Operator [GBY_238] (rows=285117831 width=282) @@ -108,26 +108,26 @@ Stage-0 Output:["_col0","_col1","_col2"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 11 [SIMPLE_EDGE] SHUFFLE [RS_40] - PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_39] (rows=285117831 width=274) Output:["_col0","_col1","_col2"],keys:_col6, _col5, _col3 Merge Join Operator [MERGEJOIN_174] (rows=285117831 width=274) Conds:RS_35._col1=RS_216._col0(Inner),Output:["_col3","_col5","_col6"] <-Map 18 [SIMPLE_EDGE] vectorized SHUFFLE [RS_216] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_214] (rows=80000000 width=184) Output:["_col0","_col1","_col2"] TableScan [TS_6] (rows=80000000 width=184) default@customer,customer,Tbl:COMPLETE,Col:COMPLETE,Output:["c_customer_sk","c_first_name","c_last_name"] <-Reducer 10 [SIMPLE_EDGE] SHUFFLE [RS_35] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_173] (rows=285117831 width=97) Conds:RS_235._col0=RS_199._col0(Inner),Output:["_col1","_col3"] <-Map 8 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_199] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_196] (rows=317 width=98) Output:["_col0","_col1"] Filter Operator [FIL_195] (rows=317 width=102) @@ -136,7 +136,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_date","d_month_seq"] <-Map 19 [SIMPLE_EDGE] vectorized SHUFFLE [RS_235] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_234] (rows=285117831 width=7) Output:["_col0","_col1"] Filter Operator [FIL_233] (rows=285117831 width=7) @@ -156,7 +156,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_196] <-Reducer 16 [CONTAINS] vectorized Reduce Output Operator [RS_250] - PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_249] (rows=954376212 width=282) Output:["_col0","_col1","_col2","_col3"],aggregations:["count(_col3)"],keys:_col0, _col1, _col2 Group By Operator [GBY_248] (rows=143930993 width=282) @@ -167,27 +167,27 @@ Stage-0 Output:["_col0","_col1","_col2"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 15 [SIMPLE_EDGE] SHUFFLE [RS_65] - PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_64] (rows=143930993 width=274) Output:["_col0","_col1","_col2"],keys:_col6, _col5, _col3 Merge Join Operator [MERGEJOIN_176] (rows=143930993 width=274) Conds:RS_60._col1=RS_217._col0(Inner),Output:["_col3","_col5","_col6"] <-Map 18 [SIMPLE_EDGE] vectorized SHUFFLE [RS_217] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_214] <-Reducer 14 [SIMPLE_EDGE] SHUFFLE [RS_60] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_175] (rows=143930993 width=97) Conds:RS_245._col0=RS_201._col0(Inner),Output:["_col1","_col3"] <-Map 8 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_201] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_196] <-Map 20 [SIMPLE_EDGE] vectorized SHUFFLE [RS_245] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_244] (rows=143930993 width=7) Output:["_col0","_col1"] Filter Operator [FIL_243] (rows=143930993 width=7) @@ -207,7 +207,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_196] <-Reducer 4 [CONTAINS] vectorized Reduce Output Operator [RS_222] - PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_221] (rows=954376212 width=282) Output:["_col0","_col1","_col2","_col3"],aggregations:["count(_col3)"],keys:_col0, _col1, _col2 Group By Operator [GBY_220] (rows=525327388 width=282) @@ -218,27 +218,27 @@ Stage-0 Output:["_col0","_col1","_col2"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_16] - PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_15] (rows=525327388 width=274) Output:["_col0","_col1","_col2"],keys:_col6, _col5, _col3 Merge Join Operator [MERGEJOIN_172] (rows=525327388 width=274) Conds:RS_11._col1=RS_215._col0(Inner),Output:["_col3","_col5","_col6"] <-Map 18 [SIMPLE_EDGE] vectorized SHUFFLE [RS_215] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_214] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_11] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_171] (rows=525327388 width=97) Conds:RS_213._col0=RS_197._col0(Inner),Output:["_col1","_col3"] <-Map 8 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_197] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_196] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_213] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_212] (rows=525327388 width=7) Output:["_col0","_col1"] Filter Operator [FIL_211] (rows=525327388 width=7) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query39.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query39.q.out index b2cee3d1e8..07b1872802 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query39.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query39.q.out @@ -82,14 +82,13 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9"] <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_44] - null sort order:zzzzzz,sort order:++++++ Select Operator [SEL_43] (rows=859 width=48) Output:["_col0","_col1","_col2","_col3","_col6","_col7"] Merge Join Operator [MERGEJOIN_144] (rows=859 width=40) Conds:RS_160._col0, _col1=RS_164._col0, _col1(Inner),Output:["_col0","_col1","_col2","_col3","_col6","_col7"] <-Reducer 4 [SIMPLE_EDGE] vectorized SHUFFLE [RS_160] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Select Operator [SEL_159] (rows=859 width=24) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_158] (rows=859 width=40) @@ -98,7 +97,7 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5"],aggregations:["sum(VALUE._col0)","count(VALUE._col1)","sum(VALUE._col2)","sum(VALUE._col3)"],keys:KEY._col0, KEY._col1 <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_16] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_15] (rows=1719 width=40) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],aggregations:["sum(_col3)","count(_col3)","sum(_col5)","sum(_col4)"],keys:_col1, _col2 Select Operator [SEL_13] (rows=1032514 width=8) @@ -107,26 +106,26 @@ Stage-0 Conds:RS_10._col1=RS_155._col0(Inner),Output:["_col2","_col3","_col5"] <-Map 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_155] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_154] (rows=27 width=4) Output:["_col0"] TableScan [TS_5] (rows=27 width=4) default@warehouse,warehouse,Tbl:COMPLETE,Col:COMPLETE,Output:["w_warehouse_sk"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_10] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_140] (rows=1032514 width=8) Conds:RS_146._col0=RS_152._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_146] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_145] (rows=37584000 width=15) Output:["_col0","_col1","_col2","_col3"] TableScan [TS_0] (rows=37584000 width=15) default@inventory,inventory,Tbl:COMPLETE,Col:COMPLETE,Output:["inv_date_sk","inv_item_sk","inv_warehouse_sk","inv_quantity_on_hand"] <-Map 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_152] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_150] (rows=50 width=4) Output:["_col0"] Filter Operator [FIL_148] (rows=50 width=12) @@ -135,7 +134,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_moy"] <-Reducer 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_164] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Select Operator [SEL_163] (rows=859 width=24) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_162] (rows=859 width=40) @@ -144,7 +143,7 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5"],aggregations:["sum(VALUE._col0)","count(VALUE._col1)","sum(VALUE._col2)","sum(VALUE._col3)"],keys:KEY._col0, KEY._col1 <-Reducer 8 [SIMPLE_EDGE] SHUFFLE [RS_36] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_35] (rows=1719 width=40) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],aggregations:["sum(_col3)","count(_col3)","sum(_col5)","sum(_col4)"],keys:_col1, _col2 Select Operator [SEL_33] (rows=1032514 width=8) @@ -153,20 +152,20 @@ Stage-0 Conds:RS_30._col1=RS_156._col0(Inner),Output:["_col2","_col3","_col5"] <-Map 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_156] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_154] <-Reducer 7 [SIMPLE_EDGE] SHUFFLE [RS_30] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_142] (rows=1032514 width=8) Conds:RS_147._col0=RS_153._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_147] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_145] <-Map 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_153] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_151] (rows=50 width=4) Output:["_col0"] Filter Operator [FIL_149] (rows=50 width=12) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query4.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query4.q.out index 62139b32a8..68796c2274 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query4.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query4.q.out @@ -278,7 +278,6 @@ Stage-0 Output:["_col0"] <-Reducer 9 [SIMPLE_EDGE] SHUFFLE [RS_135] - null sort order:z,sort order:+ Select Operator [SEL_134] (rows=11399756 width=85) Output:["_col0"] Filter Operator [FIL_133] (rows=11399756 width=537) @@ -287,33 +286,33 @@ Stage-0 Conds:RS_130._col3=RS_559._col0(Inner),Output:["_col4","_col6","_col7","_col9","_col13","_col14"] <-Reducer 30 [SIMPLE_EDGE] vectorized SHUFFLE [RS_559] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_558] (rows=80000000 width=297) Output:["_col0","_col1","_col2"] Group By Operator [GBY_557] (rows=80000000 width=764) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3, KEY._col4, KEY._col5, KEY._col6 <-Reducer 29 [SIMPLE_EDGE] SHUFFLE [RS_114] - PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5, _col6,null sort order:aaaaaaa,sort order:+++++++ + PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5, _col6 Group By Operator [GBY_113] (rows=80000000 width=764) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"],aggregations:["sum(_col2)"],keys:_col5, _col6, _col7, _col8, _col9, _col10, _col11 Merge Join Operator [MERGEJOIN_461] (rows=525327388 width=764) Conds:RS_109._col1=RS_505._col0(Inner),Output:["_col2","_col5","_col6","_col7","_col8","_col9","_col10","_col11"] <-Map 38 [SIMPLE_EDGE] vectorized SHUFFLE [RS_505] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_504] (rows=80000000 width=656) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"] TableScan [TS_104] (rows=80000000 width=656) default@customer,customer,Tbl:COMPLETE,Col:COMPLETE,Output:["c_customer_sk","c_customer_id","c_first_name","c_last_name","c_preferred_cust_flag","c_birth_country","c_login","c_email_address"] <-Reducer 28 [SIMPLE_EDGE] SHUFFLE [RS_109] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_460] (rows=525327388 width=115) Conds:RS_556._col0=RS_475._col0(Inner),Output:["_col1","_col2"] <-Map 31 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_475] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_471] (rows=652 width=4) Output:["_col0"] Filter Operator [FIL_467] (rows=652 width=8) @@ -322,7 +321,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year"] <-Map 27 [SIMPLE_EDGE] vectorized SHUFFLE [RS_556] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_555] (rows=525327388 width=119) Output:["_col0","_col1","_col2"] Filter Operator [FIL_554] (rows=525327388 width=435) @@ -342,41 +341,41 @@ Stage-0 Please refer to the previous Select Operator [SEL_471] <-Reducer 8 [SIMPLE_EDGE] SHUFFLE [RS_130] - PartitionCols:_col3,null sort order:a,sort order:+ + PartitionCols:_col3 Filter Operator [FIL_129] (rows=19066162 width=668) predicate:CASE WHEN (_col2) THEN (CASE WHEN (_col7) THEN (((_col9 / _col6) > (_col11 / _col1))) ELSE (false) END) ELSE (false) END Merge Join Operator [MERGEJOIN_465] (rows=38132324 width=668) Conds:RS_126._col3=RS_551._col0(Inner),Output:["_col1","_col2","_col3","_col4","_col6","_col7","_col9","_col11"] <-Reducer 26 [SIMPLE_EDGE] vectorized SHUFFLE [RS_551] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_550] (rows=80000000 width=212) Output:["_col0","_col1"] Group By Operator [GBY_549] (rows=80000000 width=764) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3, KEY._col4, KEY._col5, KEY._col6 <-Reducer 25 [SIMPLE_EDGE] SHUFFLE [RS_95] - PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5, _col6,null sort order:aaaaaaa,sort order:+++++++ + PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5, _col6 Group By Operator [GBY_94] (rows=80000000 width=764) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"],aggregations:["sum(_col2)"],keys:_col5, _col6, _col7, _col8, _col9, _col10, _col11 Merge Join Operator [MERGEJOIN_459] (rows=143930993 width=764) Conds:RS_90._col1=RS_506._col0(Inner),Output:["_col2","_col5","_col6","_col7","_col8","_col9","_col10","_col11"] <-Map 38 [SIMPLE_EDGE] vectorized SHUFFLE [RS_506] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_504] <-Reducer 24 [SIMPLE_EDGE] SHUFFLE [RS_90] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_458] (rows=143930993 width=115) Conds:RS_548._col0=RS_477._col0(Inner),Output:["_col1","_col2"] <-Map 31 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_477] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_471] <-Map 23 [SIMPLE_EDGE] vectorized SHUFFLE [RS_548] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_547] (rows=143930993 width=119) Output:["_col0","_col1","_col2"] Filter Operator [FIL_546] (rows=143930993 width=455) @@ -396,39 +395,39 @@ Stage-0 Please refer to the previous Select Operator [SEL_471] <-Reducer 7 [SIMPLE_EDGE] SHUFFLE [RS_126] - PartitionCols:_col3,null sort order:a,sort order:+ + PartitionCols:_col3 Merge Join Operator [MERGEJOIN_464] (rows=31888273 width=556) Conds:RS_123._col3=RS_543._col0(Inner),Output:["_col1","_col2","_col3","_col4","_col6","_col7","_col9"] <-Reducer 22 [SIMPLE_EDGE] vectorized SHUFFLE [RS_543] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_542] (rows=80000000 width=212) Output:["_col0","_col1"] Group By Operator [GBY_541] (rows=80000000 width=764) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3, KEY._col4, KEY._col5, KEY._col6 <-Reducer 21 [SIMPLE_EDGE] SHUFFLE [RS_76] - PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5, _col6,null sort order:aaaaaaa,sort order:+++++++ + PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5, _col6 Group By Operator [GBY_75] (rows=80000000 width=764) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"],aggregations:["sum(_col2)"],keys:_col5, _col6, _col7, _col8, _col9, _col10, _col11 Merge Join Operator [MERGEJOIN_457] (rows=285117831 width=764) Conds:RS_71._col1=RS_507._col0(Inner),Output:["_col2","_col5","_col6","_col7","_col8","_col9","_col10","_col11"] <-Map 38 [SIMPLE_EDGE] vectorized SHUFFLE [RS_507] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_504] <-Reducer 20 [SIMPLE_EDGE] SHUFFLE [RS_71] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_456] (rows=285117831 width=115) Conds:RS_540._col0=RS_479._col0(Inner),Output:["_col1","_col2"] <-Map 31 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_479] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_471] <-Map 19 [SIMPLE_EDGE] vectorized SHUFFLE [RS_540] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_539] (rows=285117831 width=119) Output:["_col0","_col1","_col2"] Filter Operator [FIL_538] (rows=285117831 width=453) @@ -448,12 +447,12 @@ Stage-0 Please refer to the previous Select Operator [SEL_471] <-Reducer 6 [SIMPLE_EDGE] SHUFFLE [RS_123] - PartitionCols:_col3,null sort order:a,sort order:+ + PartitionCols:_col3 Merge Join Operator [MERGEJOIN_463] (rows=26666666 width=444) Conds:RS_120._col3=RS_535._col0(Inner),Output:["_col1","_col2","_col3","_col4","_col6","_col7"] <-Reducer 18 [SIMPLE_EDGE] vectorized SHUFFLE [RS_535] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_534] (rows=26666666 width=216) Output:["_col0","_col1","_col2"] Filter Operator [FIL_533] (rows=26666666 width=212) @@ -464,23 +463,23 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3, KEY._col4, KEY._col5, KEY._col6 <-Reducer 17 [SIMPLE_EDGE] SHUFFLE [RS_56] - PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5, _col6,null sort order:aaaaaaa,sort order:+++++++ + PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5, _col6 Group By Operator [GBY_55] (rows=80000000 width=764) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"],aggregations:["sum(_col2)"],keys:_col5, _col6, _col7, _col8, _col9, _col10, _col11 Merge Join Operator [MERGEJOIN_455] (rows=285117831 width=764) Conds:RS_51._col1=RS_510._col0(Inner),Output:["_col2","_col5","_col6","_col7","_col8","_col9","_col10","_col11"] <-Map 38 [SIMPLE_EDGE] vectorized SHUFFLE [RS_510] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_504] <-Reducer 16 [SIMPLE_EDGE] SHUFFLE [RS_51] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_454] (rows=285117831 width=115) Conds:RS_530._col0=RS_485._col0(Inner),Output:["_col1","_col2"] <-Map 31 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_485] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_474] (rows=652 width=4) Output:["_col0"] Filter Operator [FIL_470] (rows=652 width=8) @@ -488,7 +487,7 @@ Stage-0 Please refer to the previous TableScan [TS_101] <-Map 15 [SIMPLE_EDGE] vectorized SHUFFLE [RS_530] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_529] (rows=285117831 width=119) Output:["_col0","_col1","_col2"] Filter Operator [FIL_528] (rows=285117831 width=453) @@ -508,12 +507,12 @@ Stage-0 Please refer to the previous Select Operator [SEL_474] <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_120] - PartitionCols:_col3,null sort order:a,sort order:+ + PartitionCols:_col3 Merge Join Operator [MERGEJOIN_462] (rows=26666666 width=328) Conds:RS_515._col0=RS_525._col0(Inner),Output:["_col1","_col2","_col3","_col4"] <-Reducer 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_525] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_524] (rows=26666666 width=212) Output:["_col0","_col1"] Filter Operator [FIL_523] (rows=26666666 width=212) @@ -524,23 +523,23 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3, KEY._col4, KEY._col5, KEY._col6 <-Reducer 13 [SIMPLE_EDGE] SHUFFLE [RS_36] - PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5, _col6,null sort order:aaaaaaa,sort order:+++++++ + PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5, _col6 Group By Operator [GBY_35] (rows=80000000 width=764) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"],aggregations:["sum(_col2)"],keys:_col5, _col6, _col7, _col8, _col9, _col10, _col11 Merge Join Operator [MERGEJOIN_453] (rows=525327388 width=764) Conds:RS_31._col1=RS_509._col0(Inner),Output:["_col2","_col5","_col6","_col7","_col8","_col9","_col10","_col11"] <-Map 38 [SIMPLE_EDGE] vectorized SHUFFLE [RS_509] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_504] <-Reducer 12 [SIMPLE_EDGE] SHUFFLE [RS_31] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_452] (rows=525327388 width=115) Conds:RS_520._col0=RS_483._col0(Inner),Output:["_col1","_col2"] <-Map 31 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_483] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_473] (rows=652 width=4) Output:["_col0"] Filter Operator [FIL_469] (rows=652 width=8) @@ -548,7 +547,7 @@ Stage-0 Please refer to the previous TableScan [TS_101] <-Map 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_520] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_519] (rows=525327388 width=119) Output:["_col0","_col1","_col2"] Filter Operator [FIL_518] (rows=525327388 width=435) @@ -568,7 +567,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_473] <-Reducer 4 [SIMPLE_EDGE] vectorized SHUFFLE [RS_515] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_514] (rows=26666666 width=216) Output:["_col0","_col1","_col2"] Filter Operator [FIL_513] (rows=26666666 width=212) @@ -579,23 +578,23 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3, KEY._col4, KEY._col5, KEY._col6 <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_16] - PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5, _col6,null sort order:aaaaaaa,sort order:+++++++ + PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5, _col6 Group By Operator [GBY_15] (rows=80000000 width=764) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"],aggregations:["sum(_col2)"],keys:_col5, _col6, _col7, _col8, _col9, _col10, _col11 Merge Join Operator [MERGEJOIN_451] (rows=143930993 width=764) Conds:RS_11._col1=RS_508._col0(Inner),Output:["_col2","_col5","_col6","_col7","_col8","_col9","_col10","_col11"] <-Map 38 [SIMPLE_EDGE] vectorized SHUFFLE [RS_508] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_504] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_11] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_450] (rows=143930993 width=115) Conds:RS_503._col0=RS_481._col0(Inner),Output:["_col1","_col2"] <-Map 31 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_481] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_472] (rows=652 width=4) Output:["_col0"] Filter Operator [FIL_468] (rows=652 width=8) @@ -603,7 +602,7 @@ Stage-0 Please refer to the previous TableScan [TS_101] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_503] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_502] (rows=143930993 width=119) Output:["_col0","_col1","_col2"] Filter Operator [FIL_501] (rows=143930993 width=455) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query40.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query40.q.out index 8dff7e8984..070b5cb1f5 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query40.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query40.q.out @@ -88,35 +88,34 @@ Stage-0 Output:["_col0","_col1","_col2","_col3"] <-Reducer 6 [SIMPLE_EDGE] vectorized SHUFFLE [RS_119] - null sort order:zz,sort order:++ Group By Operator [GBY_118] (rows=769995 width=410) Output:["_col0","_col1","_col2","_col3"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)"],keys:KEY._col0, KEY._col1 <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_28] - PartitionCols:_col0, _col1,null sort order:zz,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_27] (rows=51819042 width=410) Output:["_col0","_col1","_col2","_col3"],aggregations:["sum(_col2)","sum(_col3)"],keys:_col0, _col1 Top N Key Operator [TNK_53] (rows=51819042 width=302) - keys:_col0, _col1,null sort order:zz,sort order:++,top n:100 + keys:_col0, _col1,top n:100 Select Operator [SEL_25] (rows=51819042 width=302) Output:["_col0","_col1","_col2","_col3"] Merge Join Operator [MERGEJOIN_99] (rows=51819042 width=302) Conds:RS_22._col1=RS_117._col0(Inner),Output:["_col4","_col7","_col9","_col10","_col12","_col14"] <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_117] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_116] (rows=27 width=90) Output:["_col0","_col1"] TableScan [TS_11] (rows=27 width=90) default@warehouse,warehouse,Tbl:COMPLETE,Col:COMPLETE,Output:["w_warehouse_sk","w_state"] <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_22] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_98] (rows=51819042 width=220) Conds:RS_19._col2=RS_102._col0(Inner),Output:["_col1","_col4","_col7","_col9","_col10","_col12"] <-Map 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_102] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_101] (rows=51333 width=104) Output:["_col0","_col1"] Filter Operator [FIL_100] (rows=51333 width=215) @@ -125,12 +124,12 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_item_id","i_current_price"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_19] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Merge Join Operator [MERGEJOIN_97] (rows=466374405 width=171) Conds:RS_16._col0=RS_115._col0(Inner),Output:["_col1","_col2","_col4","_col7","_col9","_col10"] <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_115] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_114] (rows=8116 width=12) Output:["_col0","_col1","_col2"] Filter Operator [FIL_113] (rows=8116 width=98) @@ -139,12 +138,12 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_date"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_16] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_96] (rows=466374405 width=167) Conds:RS_110._col2, _col3=RS_112._col0, _col1(Left Outer),Output:["_col0","_col1","_col2","_col4","_col7"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_110] - PartitionCols:_col2, _col3,null sort order:aa,sort order:++ + PartitionCols:_col2, _col3 Select Operator [SEL_109] (rows=285115816 width=127) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_108] (rows=285115816 width=127) @@ -164,7 +163,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_101] <-Map 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_112] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Select Operator [SEL_111] (rows=28798881 width=117) Output:["_col0","_col1","_col2"] TableScan [TS_3] (rows=28798881 width=117) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query42.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query42.q.out index c52c84f845..b2dc7b3a8a 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query42.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query42.q.out @@ -70,21 +70,20 @@ Stage-0 Output:["_col0","_col1","_col2","_col3"] <-Reducer 4 [SIMPLE_EDGE] vectorized SHUFFLE [RS_71] - null sort order:zzz,sort order:-++ Select Operator [SEL_70] (rows=110 width=318) Output:["_col0","_col1","_col3"] Group By Operator [GBY_69] (rows=110 width=206) Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1 <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_17] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_16] (rows=6840 width=206) Output:["_col0","_col1","_col2"],aggregations:["sum(_col2)"],keys:_col5, _col6 Merge Join Operator [MERGEJOIN_54] (rows=84037218 width=173) Conds:RS_12._col1=RS_68._col0(Inner),Output:["_col2","_col5","_col6"] <-Map 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_68] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_67] (rows=7333 width=97) Output:["_col0","_col1","_col2"] Filter Operator [FIL_66] (rows=7333 width=101) @@ -93,12 +92,12 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_category_id","i_category","i_manager_id"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_12] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_53] (rows=550076554 width=110) Conds:RS_65._col0=RS_57._col0(Inner),Output:["_col1","_col2"] <-Map 6 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_57] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_56] (rows=50 width=4) Output:["_col0"] Filter Operator [FIL_55] (rows=50 width=12) @@ -107,7 +106,7 @@ Stage-0 default@date_dim,dt,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_moy"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_65] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_64] (rows=550076554 width=114) Output:["_col0","_col1","_col2"] Filter Operator [FIL_63] (rows=550076554 width=114) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query43.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query43.q.out index f4ead2363c..b5a6c746d1 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query43.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query43.q.out @@ -64,23 +64,22 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8"] <-Reducer 4 [SIMPLE_EDGE] vectorized SHUFFLE [RS_71] - null sort order:zzzzzzzzz,sort order:+++++++++ Group By Operator [GBY_70] (rows=3751 width=972) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)","sum(VALUE._col2)","sum(VALUE._col3)","sum(VALUE._col4)","sum(VALUE._col5)","sum(VALUE._col6)"],keys:KEY._col0, KEY._col1 <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_18] - PartitionCols:_col0, _col1,null sort order:zz,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_17] (rows=2486913 width=972) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8"],aggregations:["sum(_col2)","sum(_col3)","sum(_col4)","sum(_col5)","sum(_col6)","sum(_col7)","sum(_col8)"],keys:_col0, _col1 Top N Key Operator [TNK_33] (rows=525329897 width=322) - keys:_col0, _col1,null sort order:zz,sort order:++,top n:100 + keys:_col0, _col1,top n:100 Select Operator [SEL_15] (rows=525329897 width=322) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8"] Merge Join Operator [MERGEJOIN_55] (rows=525329897 width=322) Conds:RS_12._col1=RS_69._col0(Inner),Output:["_col2","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col12","_col13"] <-Map 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_69] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_68] (rows=341 width=192) Output:["_col0","_col1","_col2"] Filter Operator [FIL_67] (rows=341 width=303) @@ -89,12 +88,12 @@ Stage-0 default@store,store,Tbl:COMPLETE,Col:COMPLETE,Output:["s_store_sk","s_store_id","s_store_name","s_gmt_offset"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_12] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_54] (rows=525329897 width=138) Conds:RS_66._col0=RS_58._col0(Inner),Output:["_col1","_col2","_col4","_col5","_col6","_col7","_col8","_col9","_col10"] <-Map 6 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_58] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_57] (rows=652 width=32) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"] Filter Operator [FIL_56] (rows=652 width=99) @@ -103,7 +102,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_day_name"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_66] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_65] (rows=525329897 width=114) Output:["_col0","_col1","_col2"] Filter Operator [FIL_64] (rows=525329897 width=114) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query44.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query44.q.out index 0af92abb47..a243417159 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query44.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query44.q.out @@ -102,35 +102,34 @@ Stage-0 Output:["_col0","_col1","_col2"] <-Reducer 9 [SIMPLE_EDGE] SHUFFLE [RS_106] - null sort order:z,sort order:+ Select Operator [SEL_105] (rows=6951 width=218) Output:["_col0","_col1","_col2"] Merge Join Operator [MERGEJOIN_159] (rows=6951 width=218) Conds:RS_102._col2=RS_201._col0(Inner),Output:["_col1","_col5","_col7"] <-Map 16 [SIMPLE_EDGE] vectorized SHUFFLE [RS_201] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_199] (rows=462000 width=111) Output:["_col0","_col1"] TableScan [TS_92] (rows=462000 width=111) default@item,i1,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_product_name"] <-Reducer 8 [SIMPLE_EDGE] SHUFFLE [RS_102] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Merge Join Operator [MERGEJOIN_158] (rows=6951 width=115) Conds:RS_99._col0=RS_200._col0(Inner),Output:["_col1","_col2","_col5"] <-Map 16 [SIMPLE_EDGE] vectorized SHUFFLE [RS_200] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_199] <-Reducer 7 [SIMPLE_EDGE] SHUFFLE [RS_99] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_157] (rows=6951 width=12) Conds:RS_193._col1=RS_198._col1(Inner),Output:["_col0","_col1","_col2"] <-Reducer 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_198] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_197] (rows=6951 width=8) Output:["_col0","_col1"] Filter Operator [FIL_196] (rows=6951 width=116) @@ -141,7 +140,7 @@ Stage-0 Output:["_col2","_col3"] <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_85] - PartitionCols:0,null sort order:az,sort order:+- + PartitionCols:0 Filter Operator [FIL_38] (rows=20854 width=228) predicate:(_col3 > _col1) Merge Join Operator [MERGEJOIN_154] (rows=62562 width=228) @@ -156,7 +155,7 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)","count(VALUE._col1)"],keys:KEY._col0 <-Map 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_184] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_183] (rows=3199976 width=124) Output:["_col0","_col1","_col2"],aggregations:["sum(ss_net_profit)","count(ss_net_profit)"],keys:ss_item_sk Select Operator [SEL_182] (rows=6399952 width=114) @@ -181,7 +180,7 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)","count(VALUE._col1)"],keys:KEY._col0 <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_175] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_174] (rows=258 width=124) Output:["_col0","_col1","_col2"],aggregations:["sum(_col1)","count(_col1)"],keys:true Select Operator [SEL_173] (rows=287946 width=114) @@ -206,7 +205,7 @@ Stage-0 Output:["_col0"],keys:KEY._col0 <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_163] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_162] (rows=18 width=4) Output:["_col0"],keys:true Select Operator [SEL_161] (rows=287946 width=7) @@ -216,7 +215,7 @@ Stage-0 default@store_sales,store_sales,Tbl:COMPLETE,Col:COMPLETE,Output:["ss_hdemo_sk","ss_store_sk"] <-Reducer 6 [SIMPLE_EDGE] vectorized SHUFFLE [RS_193] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_192] (rows=6951 width=8) Output:["_col0","_col1"] Filter Operator [FIL_191] (rows=6951 width=116) @@ -227,6 +226,6 @@ Stage-0 Output:["_col2","_col3"] <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_39] - PartitionCols:0,null sort order:az,sort order:++ + PartitionCols:0 Please refer to the previous Filter Operator [FIL_38] diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query45.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query45.q.out index b73dc876da..3f5dbf4beb 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query45.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query45.q.out @@ -74,16 +74,15 @@ Stage-0 Output:["_col0","_col1","_col2"] <-Reducer 4 [SIMPLE_EDGE] vectorized SHUFFLE [RS_146] - null sort order:zz,sort order:++ Group By Operator [GBY_145] (rows=17401956 width=299) Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1 <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_41] - PartitionCols:_col0, _col1,null sort order:zz,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_40] (rows=143930993 width=299) Output:["_col0","_col1","_col2"],aggregations:["sum(_col3)"],keys:_col8, _col7 Top N Key Operator [TNK_69] (rows=143930993 width=302) - keys:_col8, _col7,null sort order:zz,sort order:++,top n:100 + keys:_col8, _col7,top n:100 Select Operator [SEL_39] (rows=143930993 width=302) Output:["_col3","_col7","_col8"] Filter Operator [FIL_38] (rows=143930993 width=302) @@ -94,26 +93,26 @@ Stage-0 Conds:RS_34._col0=RS_35._col6(Inner),Output:["_col3","_col7","_col8","_col12"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_34] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_115] (rows=462007 width=4) Conds:RS_122._col1=RS_128._col0(Left Outer),Output:["_col0","_col3"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_122] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_120] (rows=462000 width=104) Output:["_col0","_col1"] TableScan [TS_0] (rows=462000 width=104) default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_item_id"] <-Reducer 6 [SIMPLE_EDGE] vectorized SHUFFLE [RS_128] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_127] (rows=5 width=104) Output:["_col0","_col1"] Group By Operator [GBY_126] (rows=5 width=100) Output:["_col0"],keys:KEY._col0 <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_125] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_124] (rows=5 width=100) Output:["_col0"],keys:i_item_id Select Operator [SEL_123] (rows=11 width=104) @@ -123,17 +122,17 @@ Stage-0 Please refer to the previous TableScan [TS_0] <-Reducer 9 [SIMPLE_EDGE] SHUFFLE [RS_35] - PartitionCols:_col6,null sort order:a,sort order:+ + PartitionCols:_col6 Merge Join Operator [MERGEJOIN_118] (rows=143930993 width=302) Conds:RS_27._col0=RS_28._col2(Inner),Output:["_col3","_col4","_col6","_col8"] <-Reducer 12 [SIMPLE_EDGE] SHUFFLE [RS_28] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Merge Join Operator [MERGEJOIN_117] (rows=143930993 width=119) Conds:RS_144._col0=RS_136._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 13 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_136] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_135] (rows=130 width=12) Output:["_col0"] Filter Operator [FIL_134] (rows=130 width=12) @@ -142,7 +141,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_qoy"] <-Map 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_144] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_143] (rows=143930993 width=123) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_142] (rows=143930993 width=123) @@ -162,19 +161,19 @@ Stage-0 Please refer to the previous Select Operator [SEL_135] <-Reducer 8 [SIMPLE_EDGE] SHUFFLE [RS_27] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_116] (rows=80000000 width=191) Conds:RS_131._col1=RS_133._col0(Inner),Output:["_col0","_col3","_col4"] <-Map 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_133] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_132] (rows=40000000 width=191) Output:["_col0","_col1","_col2"] TableScan [TS_12] (rows=40000000 width=191) default@customer_address,customer_address,Tbl:COMPLETE,Col:COMPLETE,Output:["ca_address_sk","ca_county","ca_zip"] <-Map 7 [SIMPLE_EDGE] vectorized SHUFFLE [RS_131] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_130] (rows=80000000 width=8) Output:["_col0","_col1"] Filter Operator [FIL_129] (rows=80000000 width=8) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query46.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query46.q.out index 8557097ad3..804013fb80 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query46.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query46.q.out @@ -106,7 +106,6 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_44] - null sort order:zzzzz,sort order:+++++ Select Operator [SEL_43] (rows=457565061 width=594) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"] Filter Operator [FIL_42] (rows=457565061 width=594) @@ -115,19 +114,19 @@ Stage-0 Conds:RS_39._col0=RS_169._col1(Inner),Output:["_col2","_col3","_col5","_col6","_col8","_col9","_col10"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_39] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_138] (rows=80000000 width=277) Conds:RS_146._col1=RS_148._col0(Inner),Output:["_col0","_col2","_col3","_col5"] <-Map 5 [SIMPLE_EDGE] vectorized SHUFFLE [RS_148] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_147] (rows=40000000 width=97) Output:["_col0","_col1"] TableScan [TS_3] (rows=40000000 width=97) default@customer_address,current_addr,Tbl:COMPLETE,Col:COMPLETE,Output:["ca_address_sk","ca_city"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_146] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_145] (rows=80000000 width=188) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_144] (rows=80000000 width=188) @@ -136,30 +135,30 @@ Stage-0 default@customer,customer,Tbl:COMPLETE,Col:COMPLETE,Output:["c_customer_sk","c_current_addr_sk","c_first_name","c_last_name"] <-Reducer 7 [SIMPLE_EDGE] vectorized SHUFFLE [RS_169] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_168] (rows=457565061 width=324) Output:["_col0","_col1","_col2","_col3","_col4"] Group By Operator [GBY_167] (rows=457565061 width=328) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3 <-Reducer 6 [SIMPLE_EDGE] SHUFFLE [RS_33] - PartitionCols:_col0, _col1, _col2, _col3,null sort order:aaaa,sort order:++++ + PartitionCols:_col0, _col1, _col2, _col3 Group By Operator [GBY_32] (rows=457565061 width=328) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],aggregations:["sum(_col6)","sum(_col7)"],keys:_col1, _col12, _col3, _col5 Merge Join Operator [MERGEJOIN_142] (rows=457565061 width=318) Conds:RS_28._col3=RS_149._col0(Inner),Output:["_col1","_col3","_col5","_col6","_col7","_col12"] <-Map 5 [SIMPLE_EDGE] vectorized SHUFFLE [RS_149] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_147] <-Reducer 11 [SIMPLE_EDGE] SHUFFLE [RS_28] - PartitionCols:_col3,null sort order:a,sort order:+ + PartitionCols:_col3 Merge Join Operator [MERGEJOIN_141] (rows=457565061 width=225) Conds:RS_25._col2=RS_166._col0(Inner),Output:["_col1","_col3","_col5","_col6","_col7"] <-Map 15 [SIMPLE_EDGE] vectorized SHUFFLE [RS_166] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_165] (rows=1855 width=4) Output:["_col0"] Filter Operator [FIL_164] (rows=1855 width=12) @@ -168,12 +167,12 @@ Stage-0 default@household_demographics,household_demographics,Tbl:COMPLETE,Col:COMPLETE,Output:["hd_demo_sk","hd_dep_count","hd_vehicle_count"] <-Reducer 10 [SIMPLE_EDGE] SHUFFLE [RS_25] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Merge Join Operator [MERGEJOIN_140] (rows=457565061 width=229) Conds:RS_22._col4=RS_163._col0(Inner),Output:["_col1","_col2","_col3","_col5","_col6","_col7"] <-Map 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_163] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_162] (rows=35 width=4) Output:["_col0"] Filter Operator [FIL_161] (rows=35 width=97) @@ -182,12 +181,12 @@ Stage-0 default@store,store,Tbl:COMPLETE,Col:COMPLETE,Output:["s_store_sk","s_city"] <-Reducer 9 [SIMPLE_EDGE] SHUFFLE [RS_22] - PartitionCols:_col4,null sort order:a,sort order:+ + PartitionCols:_col4 Merge Join Operator [MERGEJOIN_139] (rows=457565061 width=233) Conds:RS_160._col0=RS_152._col0(Inner),Output:["_col1","_col2","_col3","_col4","_col5","_col6","_col7"] <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_152] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_151] (rows=783 width=4) Output:["_col0"] Filter Operator [FIL_150] (rows=783 width=12) @@ -196,7 +195,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_dow"] <-Map 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_160] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_159] (rows=457565061 width=237) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"] Filter Operator [FIL_158] (rows=457565061 width=237) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query47.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query47.q.out index c765a52dc1..701861a888 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query47.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query47.q.out @@ -136,14 +136,13 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"] <-Reducer 7 [SIMPLE_EDGE] SHUFFLE [RS_110] - null sort order:zz,sort order:++ Select Operator [SEL_109] (rows=301730 width=658) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"] Merge Join Operator [MERGEJOIN_278] (rows=301730 width=546) Conds:RS_106._col6, _col7, _col8, _col9, _col14=RS_306._col0, _col1, _col2, _col3, _col5(Inner),Output:["_col4","_col6","_col10","_col11","_col12","_col13","_col19"] <-Reducer 6 [SIMPLE_EDGE] vectorized SHUFFLE [RS_306] - PartitionCols:_col0, _col1, _col2, _col3, _col5,null sort order:aaaaa,sort order:+++++ + PartitionCols:_col0, _col1, _col2, _col3, _col5 Select Operator [SEL_304] (rows=1810380 width=485) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Filter Operator [FIL_302] (rows=1810380 width=489) @@ -154,19 +153,19 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"] <-Reducer 5 [SIMPLE_EDGE] vectorized SHUFFLE [RS_297] - PartitionCols:_col5, _col4, _col2, _col3,null sort order:aaaazz,sort order:++++++ + PartitionCols:_col5, _col4, _col2, _col3 Group By Operator [GBY_296] (rows=1810380 width=489) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3, KEY._col4, KEY._col5 <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_93] - PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5,null sort order:aaaaaa,sort order:++++++ + PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5 Group By Operator [GBY_92] (rows=525329897 width=489) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"],aggregations:["sum(_col3)"],keys:_col5, _col6, _col8, _col9, _col11, _col12 Merge Join Operator [MERGEJOIN_276] (rows=525329897 width=483) Conds:RS_88._col1=RS_295._col0(Inner),Output:["_col3","_col5","_col6","_col8","_col9","_col11","_col12"] <-Map 15 [SIMPLE_EDGE] vectorized SHUFFLE [RS_295] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_294] (rows=462000 width=194) Output:["_col0","_col1","_col2"] Filter Operator [FIL_293] (rows=462000 width=194) @@ -175,12 +174,12 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_brand","i_category"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_88] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_275] (rows=525329897 width=297) Conds:RS_85._col2=RS_292._col0(Inner),Output:["_col1","_col3","_col5","_col6","_col8","_col9"] <-Map 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_292] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_291] (rows=1704 width=183) Output:["_col0","_col1","_col2"] Filter Operator [FIL_290] (rows=1704 width=183) @@ -189,12 +188,12 @@ Stage-0 default@store,store,Tbl:COMPLETE,Col:COMPLETE,Output:["s_store_sk","s_store_name","s_company_name"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_85] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Merge Join Operator [MERGEJOIN_274] (rows=525329897 width=122) Conds:RS_289._col0=RS_281._col0(Inner),Output:["_col1","_col2","_col3","_col5","_col6"] <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_281] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_280] (rows=564 width=12) Output:["_col0","_col1","_col2"] Filter Operator [FIL_279] (rows=564 width=12) @@ -203,7 +202,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_moy"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_289] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_288] (rows=525329897 width=118) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_287] (rows=525329897 width=118) @@ -223,12 +222,12 @@ Stage-0 Please refer to the previous Select Operator [SEL_280] <-Reducer 9 [SIMPLE_EDGE] SHUFFLE [RS_106] - PartitionCols:_col6, _col7, _col8, _col9, _col14,null sort order:aaaaa,sort order:+++++ + PartitionCols:_col6, _col7, _col8, _col9, _col14 Merge Join Operator [MERGEJOIN_277] (rows=301730 width=717) Conds:RS_307._col0, _col1, _col2, _col3, _col5=RS_318._col0, _col1, _col2, _col3, _col8(Inner),Output:["_col4","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14"] <-Reducer 6 [SIMPLE_EDGE] vectorized SHUFFLE [RS_307] - PartitionCols:_col0, _col1, _col2, _col3, _col5,null sort order:aaaaa,sort order:+++++ + PartitionCols:_col0, _col1, _col2, _col3, _col5 Select Operator [SEL_305] (rows=1810380 width=485) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Filter Operator [FIL_303] (rows=1810380 width=489) @@ -238,7 +237,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_299] <-Reducer 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_318] - PartitionCols:_col0, _col1, _col2, _col3, _col8,null sort order:aaaaa,sort order:+++++ + PartitionCols:_col0, _col1, _col2, _col3, _col8 Select Operator [SEL_317] (rows=301730 width=605) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8"] Filter Operator [FIL_316] (rows=301730 width=605) @@ -253,7 +252,7 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"] <-Reducer 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_311] - PartitionCols:_col5, _col4, _col2, _col3,null sort order:aaaazz,sort order:++++++ + PartitionCols:_col5, _col4, _col2, _col3 Select Operator [SEL_310] (rows=1810380 width=489) Output:["avg_window_0","_col0","_col1","_col2","_col3","_col4","_col5","_col6"] PTF Operator [PTF_309] (rows=1810380 width=489) @@ -262,6 +261,6 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"] <-Reducer 5 [SIMPLE_EDGE] vectorized SHUFFLE [RS_298] - PartitionCols:_col5, _col4, _col2, _col3, _col0,null sort order:aaaaa,sort order:+++++ + PartitionCols:_col5, _col4, _col2, _col3, _col0 Please refer to the previous Group By Operator [GBY_296] diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query48.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query48.q.out index 1eb488bbb6..7cff382117 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query48.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query48.q.out @@ -170,7 +170,7 @@ Stage-0 Conds:RS_18._col2=RS_90._col0(Inner),Output:["_col3","_col4","_col5","_col6","_col10","_col11","_col12"] <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_90] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_89] (rows=3529412 width=16) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_88] (rows=3529412 width=187) @@ -179,12 +179,12 @@ Stage-0 default@customer_address,customer_address,Tbl:COMPLETE,Col:COMPLETE,Output:["ca_address_sk","ca_state","ca_country"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_18] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Merge Join Operator [MERGEJOIN_72] (rows=9271954 width=13) Conds:RS_15._col1=RS_87._col0(Inner),Output:["_col2","_col3","_col4","_col5","_col6"] <-Map 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_87] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_86] (rows=29552 width=4) Output:["_col0"] Filter Operator [FIL_85] (rows=29552 width=183) @@ -193,12 +193,12 @@ Stage-0 default@customer_demographics,customer_demographics,Tbl:COMPLETE,Col:COMPLETE,Output:["cd_demo_sk","cd_marital_status","cd_education_status"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_15] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_71] (rows=159705894 width=23) Conds:RS_84._col0=RS_76._col0(Inner),Output:["_col1","_col2","_col3","_col4","_col5","_col6"] <-Map 6 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_76] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_75] (rows=652 width=4) Output:["_col0"] Filter Operator [FIL_74] (rows=652 width=8) @@ -207,7 +207,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_84] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_83] (rows=159705894 width=27) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"] Filter Operator [FIL_82] (rows=159705894 width=233) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query49.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query49.q.out index db3129dca0..b384aea779 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query49.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query49.q.out @@ -306,7 +306,6 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4"] <-Reducer 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_307] - null sort order:zzz,sort order:+++ Select Operator [SEL_306] (rows=40436 width=215) Output:["_col0","_col1","_col2","_col3","_col4"] Group By Operator [GBY_305] (rows=40436 width=215) @@ -314,11 +313,11 @@ Stage-0 <-Union 9 [SIMPLE_EDGE] <-Reducer 24 [CONTAINS] vectorized Reduce Output Operator [RS_351] - PartitionCols:_col0, _col1, _col2, _col3, _col4,null sort order:zzzaa,sort order:+++++ + PartitionCols:_col0, _col1, _col2, _col3, _col4 Group By Operator [GBY_350] (rows=40436 width=215) Output:["_col0","_col1","_col2","_col3","_col4"],keys:_col0, _col3, _col4, _col1, _col2 Top N Key Operator [TNK_349] (rows=40436 width=214) - keys:_col0, _col3, _col4, _col1, _col2,null sort order:zzzaa,sort order:+++++,top n:100 + keys:_col0, _col3, _col4, _col1, _col2,top n:100 Select Operator [SEL_348] (rows=14232 width=213) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_347] (rows=14232 width=248) @@ -329,7 +328,7 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5"] <-Reducer 23 [SIMPLE_EDGE] vectorized SHUFFLE [RS_344] - PartitionCols:0,null sort order:az,sort order:++ + PartitionCols:0 Select Operator [SEL_343] (rows=21349 width=244) Output:["rank_window_0","_col0","_col1","_col2","_col3","_col4"] PTF Operator [PTF_342] (rows=21349 width=244) @@ -338,12 +337,12 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4"] <-Reducer 22 [SIMPLE_EDGE] vectorized SHUFFLE [RS_340] - PartitionCols:0,null sort order:az,sort order:++ + PartitionCols:0 Group By Operator [GBY_339] (rows=21349 width=244) Output:["_col0","_col1","_col2","_col3","_col4"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)","sum(VALUE._col2)","sum(VALUE._col3)"],keys:KEY._col0 <-Reducer 21 [SIMPLE_EDGE] SHUFFLE [RS_89] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_88] (rows=384282 width=244) Output:["_col0","_col1","_col2","_col3","_col4"],aggregations:["sum(_col1)","sum(_col2)","sum(_col3)","sum(_col4)"],keys:_col0 Select Operator [SEL_86] (rows=20856667 width=216) @@ -352,7 +351,7 @@ Stage-0 Conds:RS_83._col1, _col2=RS_338._col0, _col1(Inner),Output:["_col1","_col3","_col4","_col9","_col10"] <-Map 30 [SIMPLE_EDGE] vectorized SHUFFLE [RS_338] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Select Operator [SEL_337] (rows=19197050 width=119) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_336] (rows=19197050 width=119) @@ -361,12 +360,12 @@ Stage-0 default@store_returns,sr,Tbl:COMPLETE,Col:COMPLETE,Output:["sr_item_sk","sr_ticket_number","sr_return_quantity","sr_return_amt"] <-Reducer 20 [SIMPLE_EDGE] SHUFFLE [RS_83] - PartitionCols:_col1, _col2,null sort order:aa,sort order:++ + PartitionCols:_col1, _col2 Merge Join Operator [MERGEJOIN_236] (rows=61119617 width=118) Conds:RS_335._col0=RS_272._col0(Inner),Output:["_col1","_col2","_col3","_col4"] <-Map 12 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_272] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_267] (rows=50 width=4) Output:["_col0"] Filter Operator [FIL_266] (rows=50 width=12) @@ -375,7 +374,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_moy"] <-Map 29 [SIMPLE_EDGE] vectorized SHUFFLE [RS_335] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_334] (rows=61119617 width=229) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_333] (rows=61119617 width=229) @@ -395,11 +394,11 @@ Stage-0 Please refer to the previous Select Operator [SEL_267] <-Reducer 8 [CONTAINS] vectorized Reduce Output Operator [RS_304] - PartitionCols:_col0, _col1, _col2, _col3, _col4,null sort order:zzzaa,sort order:+++++ + PartitionCols:_col0, _col1, _col2, _col3, _col4 Group By Operator [GBY_303] (rows=40436 width=215) Output:["_col0","_col1","_col2","_col3","_col4"],keys:_col0, _col3, _col4, _col1, _col2 Top N Key Operator [TNK_302] (rows=40436 width=214) - keys:_col0, _col3, _col4, _col1, _col2,null sort order:zzzaa,sort order:+++++,top n:100 + keys:_col0, _col3, _col4, _col1, _col2,top n:100 Select Operator [SEL_301] (rows=26204 width=215) Output:["_col0","_col1","_col2","_col3","_col4"] Group By Operator [GBY_300] (rows=26204 width=215) @@ -407,7 +406,7 @@ Stage-0 <-Union 7 [SIMPLE_EDGE] <-Reducer 18 [CONTAINS] vectorized Reduce Output Operator [RS_330] - PartitionCols:_col0, _col1, _col2, _col3, _col4,null sort order:aaaaa,sort order:+++++ + PartitionCols:_col0, _col1, _col2, _col3, _col4 Group By Operator [GBY_329] (rows=26204 width=215) Output:["_col0","_col1","_col2","_col3","_col4"],keys:_col0, _col3, _col4, _col1, _col2 Select Operator [SEL_328] (rows=12574 width=215) @@ -420,7 +419,7 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5"] <-Reducer 17 [SIMPLE_EDGE] vectorized SHUFFLE [RS_324] - PartitionCols:0,null sort order:az,sort order:++ + PartitionCols:0 Select Operator [SEL_323] (rows=18863 width=244) Output:["rank_window_0","_col0","_col1","_col2","_col3","_col4"] PTF Operator [PTF_322] (rows=18863 width=244) @@ -429,12 +428,12 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4"] <-Reducer 16 [SIMPLE_EDGE] vectorized SHUFFLE [RS_320] - PartitionCols:0,null sort order:az,sort order:++ + PartitionCols:0 Group By Operator [GBY_319] (rows=18863 width=244) Output:["_col0","_col1","_col2","_col3","_col4"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)","sum(VALUE._col2)","sum(VALUE._col3)"],keys:KEY._col0 <-Reducer 15 [SIMPLE_EDGE] SHUFFLE [RS_50] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_49] (rows=169767 width=244) Output:["_col0","_col1","_col2","_col3","_col4"],aggregations:["sum(_col1)","sum(_col2)","sum(_col3)","sum(_col4)"],keys:_col0 Select Operator [SEL_47] (rows=9599627 width=231) @@ -443,7 +442,7 @@ Stage-0 Conds:RS_44._col1, _col2=RS_318._col0, _col1(Inner),Output:["_col1","_col3","_col4","_col9","_col10"] <-Map 28 [SIMPLE_EDGE] vectorized SHUFFLE [RS_318] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Select Operator [SEL_317] (rows=9599627 width=121) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_316] (rows=9599627 width=121) @@ -452,16 +451,16 @@ Stage-0 default@catalog_returns,cr,Tbl:COMPLETE,Col:COMPLETE,Output:["cr_item_sk","cr_order_number","cr_return_quantity","cr_return_amount"] <-Reducer 14 [SIMPLE_EDGE] SHUFFLE [RS_44] - PartitionCols:_col1, _col2,null sort order:aa,sort order:++ + PartitionCols:_col1, _col2 Merge Join Operator [MERGEJOIN_234] (rows=31838858 width=123) Conds:RS_315._col0=RS_270._col0(Inner),Output:["_col1","_col2","_col3","_col4"] <-Map 12 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_270] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_267] <-Map 27 [SIMPLE_EDGE] vectorized SHUFFLE [RS_315] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_314] (rows=31838858 width=239) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_313] (rows=31838858 width=239) @@ -481,7 +480,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_267] <-Reducer 6 [CONTAINS] vectorized Reduce Output Operator [RS_299] - PartitionCols:_col0, _col1, _col2, _col3, _col4,null sort order:aaaaa,sort order:+++++ + PartitionCols:_col0, _col1, _col2, _col3, _col4 Group By Operator [GBY_298] (rows=26204 width=215) Output:["_col0","_col1","_col2","_col3","_col4"],keys:_col0, _col3, _col4, _col1, _col2 Select Operator [SEL_297] (rows=13630 width=211) @@ -494,7 +493,7 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5"] <-Reducer 5 [SIMPLE_EDGE] vectorized SHUFFLE [RS_293] - PartitionCols:0,null sort order:az,sort order:++ + PartitionCols:0 Select Operator [SEL_292] (rows=20445 width=244) Output:["rank_window_0","_col0","_col1","_col2","_col3","_col4"] PTF Operator [PTF_291] (rows=20445 width=244) @@ -503,12 +502,12 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4"] <-Reducer 4 [SIMPLE_EDGE] vectorized SHUFFLE [RS_289] - PartitionCols:0,null sort order:az,sort order:++ + PartitionCols:0 Group By Operator [GBY_288] (rows=20445 width=244) Output:["_col0","_col1","_col2","_col3","_col4"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)","sum(VALUE._col2)","sum(VALUE._col3)"],keys:KEY._col0 <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_18] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_17] (rows=102225 width=244) Output:["_col0","_col1","_col2","_col3","_col4"],aggregations:["sum(_col1)","sum(_col2)","sum(_col3)","sum(_col4)"],keys:_col0 Select Operator [SEL_15] (rows=5227456 width=231) @@ -517,7 +516,7 @@ Stage-0 Conds:RS_12._col1, _col2=RS_287._col0, _col1(Inner),Output:["_col1","_col3","_col4","_col9","_col10"] <-Map 26 [SIMPLE_EDGE] vectorized SHUFFLE [RS_287] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Select Operator [SEL_286] (rows=4799489 width=118) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_285] (rows=4799489 width=118) @@ -526,16 +525,16 @@ Stage-0 default@web_returns,wr,Tbl:COMPLETE,Col:COMPLETE,Output:["wr_item_sk","wr_order_number","wr_return_quantity","wr_return_amt"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_12] - PartitionCols:_col1, _col2,null sort order:aa,sort order:++ + PartitionCols:_col1, _col2 Merge Join Operator [MERGEJOIN_232] (rows=15996318 width=123) Conds:RS_284._col0=RS_268._col0(Inner),Output:["_col1","_col2","_col3","_col4"] <-Map 12 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_268] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_267] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_284] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_283] (rows=15996318 width=239) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_282] (rows=15996318 width=239) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query5.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query5.q.out index 629d2ff013..d3f79820f2 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query5.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query5.q.out @@ -310,7 +310,6 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4"] <-Reducer 7 [SIMPLE_EDGE] vectorized SHUFFLE [RS_297] - null sort order:zz,sort order:++ Select Operator [SEL_296] (rows=59581 width=619) Output:["_col0","_col1","_col2","_col3","_col4"] Group By Operator [GBY_295] (rows=59581 width=627) @@ -318,37 +317,37 @@ Stage-0 <-Union 6 [SIMPLE_EDGE] <-Reducer 14 [CONTAINS] vectorized Reduce Output Operator [RS_310] - PartitionCols:_col0, _col1, _col2,null sort order:zza,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_309] (rows=59581 width=627) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],aggregations:["sum(_col2)","sum(_col3)","sum(_col4)"],keys:_col0, _col1, 0L Top N Key Operator [TNK_308] (rows=39721 width=618) - keys:_col0, _col1, 0L,null sort order:zza,sort order:+++,top n:100 + keys:_col0, _col1, 0L,top n:100 Select Operator [SEL_307] (rows=38846 width=619) Output:["_col0","_col1","_col2","_col3","_col4"] Group By Operator [GBY_306] (rows=38846 width=548) Output:["_col0","_col1","_col2","_col3","_col4"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)","sum(VALUE._col2)","sum(VALUE._col3)"],keys:KEY._col0 <-Reducer 13 [SIMPLE_EDGE] SHUFFLE [RS_45] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_44] (rows=26026820 width=548) Output:["_col0","_col1","_col2","_col3","_col4"],aggregations:["sum(_col2)","sum(_col4)","sum(_col3)","sum(_col5)"],keys:_col8 Merge Join Operator [MERGEJOIN_219] (rows=313339499 width=546) Conds:RS_40._col0=RS_305._col0(Inner),Output:["_col2","_col3","_col4","_col5","_col8"] <-Map 24 [SIMPLE_EDGE] vectorized SHUFFLE [RS_305] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_304] (rows=46000 width=104) Output:["_col0","_col1"] TableScan [TS_35] (rows=46000 width=104) default@catalog_page,catalog_page,Tbl:COMPLETE,Col:COMPLETE,Output:["cp_catalog_page_sk","cp_catalog_page_id"] <-Reducer 12 [SIMPLE_EDGE] SHUFFLE [RS_40] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_218] (rows=313339499 width=450) Conds:Union 22._col1=RS_273._col0(Inner),Output:["_col0","_col2","_col3","_col4","_col5"] <-Map 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_273] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_270] (rows=8116 width=4) Output:["_col0"] Filter Operator [FIL_269] (rows=8116 width=98) @@ -358,7 +357,7 @@ Stage-0 <-Union 22 [SIMPLE_EDGE] <-Map 21 [CONTAINS] vectorized Reduce Output Operator [RS_322] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_321] (rows=285117694 width=455) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Filter Operator [FIL_320] (rows=285117694 width=231) @@ -378,7 +377,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_270] <-Map 23 [CONTAINS] vectorized Reduce Output Operator [RS_325] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_324] (rows=28221805 width=451) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Filter Operator [FIL_323] (rows=28221805 width=227) @@ -387,42 +386,42 @@ Stage-0 Output:["cr_returned_date_sk","cr_catalog_page_sk","cr_return_amount","cr_net_loss"] <-Reducer 18 [CONTAINS] vectorized Reduce Output Operator [RS_317] - PartitionCols:_col0, _col1, _col2,null sort order:zza,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_316] (rows=59581 width=627) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],aggregations:["sum(_col2)","sum(_col3)","sum(_col4)"],keys:_col0, _col1, 0L Top N Key Operator [TNK_315] (rows=39721 width=618) - keys:_col0, _col1, 0L,null sort order:zza,sort order:+++,top n:100 + keys:_col0, _col1, 0L,top n:100 Select Operator [SEL_314] (rows=53 width=615) Output:["_col0","_col1","_col2","_col3","_col4"] Group By Operator [GBY_313] (rows=53 width=548) Output:["_col0","_col1","_col2","_col3","_col4"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)","sum(VALUE._col2)","sum(VALUE._col3)"],keys:KEY._col0 <-Reducer 17 [SIMPLE_EDGE] SHUFFLE [RS_77] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_76] (rows=31641 width=548) Output:["_col0","_col1","_col2","_col3","_col4"],aggregations:["sum(_col2)","sum(_col4)","sum(_col3)","sum(_col5)"],keys:_col8 Merge Join Operator [MERGEJOIN_221] (rows=278713608 width=547) Conds:RS_72._col0=RS_312._col0(Inner),Output:["_col2","_col3","_col4","_col5","_col8"] <-Map 30 [SIMPLE_EDGE] vectorized SHUFFLE [RS_312] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_311] (rows=84 width=104) Output:["_col0","_col1"] TableScan [TS_67] (rows=84 width=104) default@web_site,web_site,Tbl:COMPLETE,Col:COMPLETE,Output:["web_site_sk","web_site_id"] <-Reducer 16 [SIMPLE_EDGE] SHUFFLE [RS_72] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_220] (rows=278713608 width=451) Conds:Union 26._col1=RS_275._col0(Inner),Output:["_col0","_col2","_col3","_col4","_col5"] <-Map 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_275] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_270] <-Union 26 [SIMPLE_EDGE] <-Map 25 [CONTAINS] vectorized Reduce Output Operator [RS_330] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_329] (rows=143930874 width=455) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Filter Operator [FIL_328] (rows=143930874 width=231) @@ -442,14 +441,14 @@ Stage-0 Please refer to the previous Select Operator [SEL_270] <-Reducer 28 [CONTAINS] Reduce Output Operator [RS_268] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_266] (rows=134782734 width=454) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Merge Join Operator [MERGEJOIN_265] (rows=134782734 width=230) Conds:RS_333._col0, _col2=RS_336._col1, _col2(Inner),Output:["_col1","_col3","_col6","_col7"] <-Map 27 [SIMPLE_EDGE] vectorized SHUFFLE [RS_333] - PartitionCols:_col0, _col2,null sort order:aa,sort order:++ + PartitionCols:_col0, _col2 Select Operator [SEL_332] (rows=143966669 width=11) Output:["_col0","_col1","_col2"] Filter Operator [FIL_331] (rows=143966669 width=11) @@ -458,7 +457,7 @@ Stage-0 default@web_sales,web_sales,Tbl:COMPLETE,Col:COMPLETE,Output:["ws_item_sk","ws_web_site_sk","ws_order_number"] <-Map 29 [SIMPLE_EDGE] vectorized SHUFFLE [RS_336] - PartitionCols:_col1, _col2,null sort order:aa,sort order:++ + PartitionCols:_col1, _col2 Select Operator [SEL_335] (rows=13749816 width=225) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_334] (rows=13749816 width=225) @@ -467,42 +466,42 @@ Stage-0 default@web_returns,web_returns,Tbl:COMPLETE,Col:COMPLETE,Output:["wr_returned_date_sk","wr_item_sk","wr_order_number","wr_return_amt","wr_net_loss"] <-Reducer 5 [CONTAINS] vectorized Reduce Output Operator [RS_294] - PartitionCols:_col0, _col1, _col2,null sort order:zza,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_293] (rows=59581 width=627) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],aggregations:["sum(_col2)","sum(_col3)","sum(_col4)"],keys:_col0, _col1, 0L Top N Key Operator [TNK_292] (rows=39721 width=618) - keys:_col0, _col1, 0L,null sort order:zza,sort order:+++,top n:100 + keys:_col0, _col1, 0L,top n:100 Select Operator [SEL_291] (rows=822 width=617) Output:["_col0","_col1","_col2","_col3","_col4"] Group By Operator [GBY_290] (rows=822 width=548) Output:["_col0","_col1","_col2","_col3","_col4"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)","sum(VALUE._col2)","sum(VALUE._col3)"],keys:KEY._col0 <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_21] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_20] (rows=983934 width=548) Output:["_col0","_col1","_col2","_col3","_col4"],aggregations:["sum(_col2)","sum(_col4)","sum(_col3)","sum(_col5)"],keys:_col8 Merge Join Operator [MERGEJOIN_217] (rows=578964757 width=528) Conds:RS_16._col0=RS_289._col0(Inner),Output:["_col2","_col3","_col4","_col5","_col8"] <-Map 20 [SIMPLE_EDGE] vectorized SHUFFLE [RS_289] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_288] (rows=1704 width=104) Output:["_col0","_col1"] TableScan [TS_11] (rows=1704 width=104) default@store,store,Tbl:COMPLETE,Col:COMPLETE,Output:["s_store_sk","s_store_id"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_16] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_216] (rows=578964757 width=432) Conds:Union 2._col1=RS_271._col0(Inner),Output:["_col0","_col2","_col3","_col4","_col5"] <-Map 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_271] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_270] <-Union 2 [SIMPLE_EDGE] <-Map 1 [CONTAINS] vectorized Reduce Output Operator [RS_287] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_286] (rows=525329897 width=445) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Filter Operator [FIL_285] (rows=525329897 width=221) @@ -522,7 +521,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_270] <-Map 9 [CONTAINS] vectorized Reduce Output Operator [RS_303] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_302] (rows=53634860 width=447) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Filter Operator [FIL_301] (rows=53634860 width=223) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query50.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query50.q.out index 0e210fb5cc..8c9754967f 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query50.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query50.q.out @@ -145,35 +145,34 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14"] <-Reducer 5 [SIMPLE_EDGE] vectorized SHUFFLE [RS_109] - null sort order:zzzzzzzzzz,sort order:++++++++++ Group By Operator [GBY_108] (rows=478292911 width=857) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)","sum(VALUE._col2)","sum(VALUE._col3)","sum(VALUE._col4)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3, KEY._col4, KEY._col5, KEY._col6, KEY._col7, KEY._col8, KEY._col9 <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_23] - PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9,null sort order:zzzzzzzzzz,sort order:++++++++++ + PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9 Group By Operator [GBY_22] (rows=478292911 width=857) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14"],aggregations:["sum(_col10)","sum(_col11)","sum(_col12)","sum(_col13)","sum(_col14)"],keys:_col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9 Top N Key Operator [TNK_43] (rows=478292911 width=825) - keys:_col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9,null sort order:zzzzzzzzzz,sort order:++++++++++,top n:100 + keys:_col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9,top n:100 Select Operator [SEL_20] (rows=478292911 width=825) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14"] Merge Join Operator [MERGEJOIN_96] (rows=478292911 width=825) Conds:RS_17._col8=RS_107._col0(Inner),Output:["_col0","_col5","_col11","_col12","_col13","_col14","_col15","_col16","_col17","_col18","_col19","_col20"] <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_107] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_106] (rows=1704 width=821) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10"] TableScan [TS_9] (rows=1704 width=821) default@store,store,Tbl:COMPLETE,Col:COMPLETE,Output:["s_store_sk","s_store_name","s_company_id","s_street_number","s_street_name","s_street_type","s_suite_number","s_city","s_county","s_state","s_zip"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_17] - PartitionCols:_col8,null sort order:a,sort order:+ + PartitionCols:_col8 Merge Join Operator [MERGEJOIN_95] (rows=478292911 width=11) Conds:RS_14._col1, _col2, _col3=RS_105._col1, _col2, _col4(Inner),Output:["_col0","_col5","_col8"] <-Map 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_105] - PartitionCols:_col1, _col2, _col4,null sort order:aaa,sort order:+++ + PartitionCols:_col1, _col2, _col4 Select Operator [SEL_104] (rows=501694138 width=19) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_103] (rows=501694138 width=19) @@ -182,12 +181,12 @@ Stage-0 default@store_sales,store_sales,Tbl:COMPLETE,Col:COMPLETE,Output:["ss_sold_date_sk","ss_item_sk","ss_customer_sk","ss_store_sk","ss_ticket_number"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_14] - PartitionCols:_col1, _col2, _col3,null sort order:aaa,sort order:+++ + PartitionCols:_col1, _col2, _col3 Merge Join Operator [MERGEJOIN_94] (rows=53632139 width=15) Conds:RS_99._col0=RS_102._col0(Inner),Output:["_col0","_col1","_col2","_col3"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_99] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_98] (rows=53632139 width=15) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_97] (rows=53632139 width=15) @@ -196,7 +195,7 @@ Stage-0 default@store_returns,store_returns,Tbl:COMPLETE,Col:COMPLETE,Output:["sr_returned_date_sk","sr_item_sk","sr_customer_sk","sr_ticket_number"] <-Map 7 [SIMPLE_EDGE] vectorized SHUFFLE [RS_102] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_101] (rows=50 width=4) Output:["_col0"] Filter Operator [FIL_100] (rows=50 width=12) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query51.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query51.q.out index 4674adae98..4255d5cc33 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query51.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query51.q.out @@ -121,7 +121,6 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5"] <-Reducer 5 [SIMPLE_EDGE] vectorized SHUFFLE [RS_114] - null sort order:zz,sort order:++ Select Operator [SEL_113] (rows=2095597606 width=636) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Filter Operator [FIL_112] (rows=2095597606 width=420) @@ -132,12 +131,12 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5"] <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_43] - PartitionCols:CASE WHEN (_col3 is not null) THEN (_col3) ELSE (_col0) END,null sort order:az,sort order:++ + PartitionCols:CASE WHEN (_col3 is not null) THEN (_col3) ELSE (_col0) END Merge Join Operator [MERGEJOIN_87] (rows=6286792818 width=420) Conds:RS_40._col0, _col1=RS_41._col0, _col1(Outer),Output:["_col0","_col1","_col2","_col3","_col4","_col5"] <-Reducer 10 [SIMPLE_EDGE] SHUFFLE [RS_41] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Select Operator [SEL_37] (rows=19832154 width=210) Output:["_col0","_col1","_col2"] PTF Operator [PTF_36] (rows=19832154 width=210) @@ -146,14 +145,14 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1 <-Reducer 9 [SIMPLE_EDGE] SHUFFLE [RS_31] - PartitionCols:_col0,null sort order:az,sort order:++ + PartitionCols:_col0 Group By Operator [GBY_30] (rows=143966864 width=210) Output:["_col0","_col1","_col2"],aggregations:["sum(_col2)"],keys:_col1, _col4 Merge Join Operator [MERGEJOIN_86] (rows=143966864 width=209) Conds:RS_108._col0=RS_92._col0(Inner),Output:["_col1","_col2","_col4"] <-Map 7 [SIMPLE_EDGE] vectorized SHUFFLE [RS_92] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_89] (rows=317 width=98) Output:["_col0","_col1"] Filter Operator [FIL_88] (rows=317 width=102) @@ -162,7 +161,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_date","d_month_seq"] <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_108] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_107] (rows=143966864 width=119) Output:["_col0","_col1","_col2"] Filter Operator [FIL_106] (rows=143966864 width=119) @@ -182,7 +181,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_89] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_40] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Select Operator [SEL_17] (rows=19832154 width=210) Output:["_col0","_col1","_col2"] PTF Operator [PTF_16] (rows=19832154 width=210) @@ -191,18 +190,18 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1 <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_11] - PartitionCols:_col0,null sort order:az,sort order:++ + PartitionCols:_col0 Group By Operator [GBY_10] (rows=550076554 width=210) Output:["_col0","_col1","_col2"],aggregations:["sum(_col2)"],keys:_col1, _col4 Merge Join Operator [MERGEJOIN_85] (rows=550076554 width=204) Conds:RS_102._col0=RS_90._col0(Inner),Output:["_col1","_col2","_col4"] <-Map 7 [SIMPLE_EDGE] vectorized SHUFFLE [RS_90] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_89] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_102] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_101] (rows=550076554 width=114) Output:["_col0","_col1","_col2"] Filter Operator [FIL_100] (rows=550076554 width=114) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query52.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query52.q.out index 6f5252f861..56d73b8d46 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query52.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query52.q.out @@ -72,19 +72,18 @@ Stage-0 Output:["_col0","_col1","_col2"] <-Reducer 4 [SIMPLE_EDGE] vectorized SHUFFLE [RS_70] - null sort order:zz,sort order:-+ Group By Operator [GBY_69] (rows=7333 width=216) Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1 <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_17] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_16] (rows=7333 width=216) Output:["_col0","_col1","_col2"],aggregations:["sum(_col2)"],keys:_col5, _col6 Merge Join Operator [MERGEJOIN_54] (rows=84037218 width=183) Conds:RS_12._col1=RS_68._col0(Inner),Output:["_col2","_col5","_col6"] <-Map 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_68] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_67] (rows=7333 width=107) Output:["_col0","_col1","_col2"] Filter Operator [FIL_66] (rows=7333 width=111) @@ -93,12 +92,12 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_brand_id","i_brand","i_manager_id"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_12] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_53] (rows=550076554 width=110) Conds:RS_65._col0=RS_57._col0(Inner),Output:["_col1","_col2"] <-Map 6 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_57] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_56] (rows=50 width=4) Output:["_col0"] Filter Operator [FIL_55] (rows=50 width=12) @@ -107,7 +106,7 @@ Stage-0 default@date_dim,dt,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_moy"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_65] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_64] (rows=550076554 width=114) Output:["_col0","_col1","_col2"] Filter Operator [FIL_63] (rows=550076554 width=114) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query53.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query53.q.out index 1e125c9cbd..f8f495d3a8 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query53.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query53.q.out @@ -84,7 +84,6 @@ Stage-0 Output:["_col0","_col1","_col2"] <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_27] - null sort order:zzz,sort order:+++ Select Operator [SEL_24] (rows=130 width=228) Output:["_col0","_col1","_col2"] Filter Operator [FIL_36] (rows=130 width=228) @@ -99,14 +98,14 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1 <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_17] - PartitionCols:_col0,null sort order:aa,sort order:++ + PartitionCols:_col0 Group By Operator [GBY_16] (rows=260 width=120) Output:["_col0","_col1","_col2"],aggregations:["sum(_col2)"],keys:_col4, _col6 Merge Join Operator [MERGEJOIN_62] (rows=569118 width=8) Conds:RS_12._col0=RS_76._col0(Inner),Output:["_col2","_col4","_col6"] <-Map 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_76] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_75] (rows=317 width=8) Output:["_col0","_col1"] Filter Operator [FIL_74] (rows=317 width=12) @@ -115,12 +114,12 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_month_seq","d_qoy"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_12] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_61] (rows=569118 width=4) Conds:RS_73._col1=RS_65._col0(Inner),Output:["_col0","_col2","_col4"] <-Map 6 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_65] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_64] (rows=52 width=8) Output:["_col0","_col1"] Filter Operator [FIL_63] (rows=52 width=290) @@ -129,7 +128,7 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_brand","i_class","i_category","i_manufact_id"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_73] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_72] (rows=525329897 width=114) Output:["_col0","_col1","_col2"] Filter Operator [FIL_71] (rows=525329897 width=118) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query54.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query54.q.out index 8da0742e04..d85597af02 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query54.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query54.q.out @@ -170,14 +170,13 @@ Stage-0 Output:["_col0","_col1","_col2"] <-Reducer 7 [SIMPLE_EDGE] vectorized SHUFFLE [RS_364] - null sort order:zz,sort order:++ Select Operator [SEL_363] (rows=338 width=16) Output:["_col0","_col1","_col2"] Group By Operator [GBY_362] (rows=338 width=12) Output:["_col0","_col1"],aggregations:["count(VALUE._col0)"],keys:KEY._col0 <-Reducer 6 [SIMPLE_EDGE] vectorized SHUFFLE [RS_361] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_360] (rows=338 width=12) Output:["_col0","_col1"],aggregations:["count()"],keys:_col0 Select Operator [SEL_359] (rows=676 width=116) @@ -186,14 +185,14 @@ Stage-0 Output:["_col0","_col1"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0 <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_119] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_118] (rows=154128 width=116) Output:["_col0","_col1"],aggregations:["sum(_col2)"],keys:_col5 Merge Join Operator [MERGEJOIN_285] (rows=525327388 width=110) Conds:RS_114._col0=RS_115._col0(Inner),Output:["_col2","_col5"] <-Reducer 16 [SIMPLE_EDGE] SHUFFLE [RS_115] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_104] (rows=5072841 width=12) Output:["_col0"] Filter Operator [FIL_103] (rows=5072841 width=12) @@ -220,7 +219,7 @@ Stage-0 Output:["_col0"],keys:KEY._col0 <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_312] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_308] (rows=25 width=4) Output:["_col0"],keys:_col0 Select Operator [SEL_304] (rows=50 width=12) @@ -235,7 +234,7 @@ Stage-0 Output:["_col0"],keys:KEY._col0 <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_313] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_309] (rows=25 width=4) Output:["_col0"],keys:_col0 Select Operator [SEL_305] (rows=50 width=12) @@ -245,24 +244,24 @@ Stage-0 Please refer to the previous TableScan [TS_3] <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_114] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_284] (rows=525327388 width=114) Conds:RS_111._col1=RS_112._col0(Inner),Output:["_col0","_col2","_col5"] <-Reducer 20 [SIMPLE_EDGE] SHUFFLE [RS_112] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_76] (rows=4049224 width=4) Output:["_col0"] Merge Join Operator [MERGEJOIN_282] (rows=4049224 width=4) Conds:RS_73._col0=RS_350._col1(Inner),Output:["_col5"] <-Reducer 19 [SIMPLE_EDGE] SHUFFLE [RS_73] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_276] (rows=39720279 width=4) Conds:RS_332._col1, _col2=RS_335._col0, _col1(Inner),Output:["_col0"] <-Map 18 [SIMPLE_EDGE] vectorized SHUFFLE [RS_332] - PartitionCols:_col1, _col2,null sort order:aa,sort order:++ + PartitionCols:_col1, _col2 Select Operator [SEL_331] (rows=40000000 width=188) Output:["_col0","_col1","_col2"] Filter Operator [FIL_330] (rows=40000000 width=188) @@ -271,7 +270,7 @@ Stage-0 default@customer_address,customer_address,Tbl:COMPLETE,Col:COMPLETE,Output:["ca_address_sk","ca_county","ca_state"] <-Map 21 [SIMPLE_EDGE] vectorized SHUFFLE [RS_335] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Select Operator [SEL_334] (rows=1704 width=184) Output:["_col0","_col1"] Filter Operator [FIL_333] (rows=1704 width=184) @@ -280,21 +279,21 @@ Stage-0 default@store,store,Tbl:COMPLETE,Col:COMPLETE,Output:["s_county","s_state"] <-Reducer 27 [SIMPLE_EDGE] vectorized SHUFFLE [RS_350] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_349] (rows=4049224 width=8) Output:["_col0","_col1"] Group By Operator [GBY_348] (rows=4049224 width=8) Output:["_col0","_col1"],keys:KEY._col0, KEY._col1 <-Reducer 26 [SIMPLE_EDGE] SHUFFLE [RS_67] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_66] (rows=4049224 width=8) Output:["_col0","_col1"],keys:_col6, _col5 Merge Join Operator [MERGEJOIN_279] (rows=4049224 width=8) Conds:RS_62._col1=RS_347._col0(Inner),Output:["_col5","_col6"] <-Map 32 [SIMPLE_EDGE] vectorized SHUFFLE [RS_347] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_346] (rows=80000000 width=8) Output:["_col0","_col1"] Filter Operator [FIL_345] (rows=80000000 width=8) @@ -303,12 +302,12 @@ Stage-0 default@customer,customer,Tbl:COMPLETE,Col:COMPLETE,Output:["c_customer_sk","c_current_addr_sk"] <-Reducer 25 [SIMPLE_EDGE] SHUFFLE [RS_62] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_278] (rows=4049224 width=1) Conds:RS_59._col2=RS_344._col0(Inner),Output:["_col1"] <-Map 31 [SIMPLE_EDGE] vectorized SHUFFLE [RS_344] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_343] (rows=453 width=4) Output:["_col0"] Filter Operator [FIL_342] (rows=453 width=186) @@ -317,12 +316,12 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_class","i_category"] <-Reducer 24 [SIMPLE_EDGE] SHUFFLE [RS_59] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Merge Join Operator [MERGEJOIN_277] (rows=429048824 width=7) Conds:Union 23._col0=RS_338._col0(Inner),Output:["_col1","_col2"] <-Map 29 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_338] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_337] (rows=50 width=4) Output:["_col0"] Filter Operator [FIL_336] (rows=50 width=12) @@ -332,7 +331,7 @@ Stage-0 <-Union 23 [SIMPLE_EDGE] <-Map 22 [CONTAINS] vectorized Reduce Output Operator [RS_373] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_372] (rows=285117831 width=11) Output:["_col0","_col1","_col2"] Filter Operator [FIL_371] (rows=285117831 width=11) @@ -352,7 +351,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_337] <-Map 28 [CONTAINS] vectorized Reduce Output Operator [RS_376] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_375] (rows=143930993 width=11) Output:["_col0","_col1","_col2"] Filter Operator [FIL_374] (rows=143930993 width=11) @@ -364,7 +363,7 @@ Stage-0 Please refer to the previous Group By Operator [GBY_368] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_111] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_281] (rows=525327388 width=114) Conds:(Inner),Output:["_col0","_col1","_col2"] <-Reducer 13 [CUSTOM_SIMPLE_EDGE] vectorized @@ -383,7 +382,7 @@ Stage-0 Output:["_col0"],keys:KEY._col0 <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_311] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_307] (rows=25 width=4) Output:["_col0"],keys:_col0 Select Operator [SEL_303] (rows=50 width=12) @@ -419,7 +418,7 @@ Stage-0 Output:["_col0"],keys:KEY._col0 <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_310] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_306] (rows=25 width=4) Output:["_col0"],keys:_col0 Select Operator [SEL_302] (rows=50 width=12) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query55.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query55.q.out index 2c0e4b7e7f..fb52de2aba 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query55.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query55.q.out @@ -54,21 +54,20 @@ Stage-0 Output:["_col0","_col1","_col2"] <-Reducer 4 [SIMPLE_EDGE] vectorized SHUFFLE [RS_71] - null sort order:zz,sort order:-+ Select Operator [SEL_70] (rows=7333 width=220) Output:["_col1","_col2","_col3"] Group By Operator [GBY_69] (rows=7333 width=216) Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1 <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_17] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_16] (rows=7333 width=216) Output:["_col0","_col1","_col2"],aggregations:["sum(_col2)"],keys:_col5, _col6 Merge Join Operator [MERGEJOIN_54] (rows=84037218 width=183) Conds:RS_12._col1=RS_68._col0(Inner),Output:["_col2","_col5","_col6"] <-Map 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_68] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_67] (rows=7333 width=107) Output:["_col0","_col1","_col2"] Filter Operator [FIL_66] (rows=7333 width=111) @@ -77,12 +76,12 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_brand_id","i_brand","i_manager_id"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_12] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_53] (rows=550076554 width=110) Conds:RS_65._col0=RS_57._col0(Inner),Output:["_col1","_col2"] <-Map 6 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_57] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_56] (rows=50 width=4) Output:["_col0"] Filter Operator [FIL_55] (rows=50 width=12) @@ -91,7 +90,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_moy"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_65] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_64] (rows=550076554 width=114) Output:["_col0","_col1","_col2"] Filter Operator [FIL_63] (rows=550076554 width=114) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query56.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query56.q.out index 008fa2b5fe..cd438d4ae3 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query56.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query56.q.out @@ -184,44 +184,43 @@ Stage-0 Output:["_col0","_col1"] <-Reducer 6 [SIMPLE_EDGE] vectorized SHUFFLE [RS_350] - null sort order:z,sort order:+ Group By Operator [GBY_349] (rows=355 width=212) Output:["_col0","_col1"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0 <-Union 5 [SIMPLE_EDGE] <-Reducer 11 [CONTAINS] vectorized Reduce Output Operator [RS_369] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_368] (rows=355 width=212) Output:["_col0","_col1"],aggregations:["sum(_col1)"],keys:_col0 Group By Operator [GBY_367] (rows=355 width=212) Output:["_col0","_col1"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0 <-Reducer 10 [SIMPLE_EDGE] SHUFFLE [RS_106] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_105] (rows=9585 width=212) Output:["_col0","_col1"],aggregations:["sum(_col7)"],keys:_col1 Merge Join Operator [MERGEJOIN_301] (rows=31485548 width=211) Conds:RS_101._col0=RS_102._col2(Inner),Output:["_col1","_col7"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_101] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_290] (rows=15609 width=104) Conds:RS_315._col1=RS_321._col0(Inner),Output:["_col0","_col1"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_315] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_314] (rows=462000 width=104) Output:["_col0","_col1"] TableScan [TS_0] (rows=462000 width=104) default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_item_id"] <-Reducer 13 [SIMPLE_EDGE] vectorized SHUFFLE [RS_321] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_320] (rows=10500 width=100) Output:["_col0"],keys:KEY._col0 <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_319] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_318] (rows=10500 width=100) Output:["_col0"],keys:i_item_id Select Operator [SEL_317] (rows=21000 width=189) @@ -232,14 +231,14 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_id","i_color"] <-Reducer 23 [SIMPLE_EDGE] SHUFFLE [RS_102] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Select Operator [SEL_97] (rows=143931246 width=115) Output:["_col2","_col4"] Merge Join Operator [MERGEJOIN_298] (rows=143931246 width=115) Conds:RS_94._col2=RS_345._col0(Inner),Output:["_col1","_col3"] <-Map 25 [SIMPLE_EDGE] vectorized SHUFFLE [RS_345] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_342] (rows=8000000 width=4) Output:["_col0"] Filter Operator [FIL_341] (rows=8000000 width=112) @@ -248,12 +247,12 @@ Stage-0 default@customer_address,customer_address,Tbl:COMPLETE,Col:COMPLETE,Output:["ca_address_sk","ca_gmt_offset"] <-Reducer 22 [SIMPLE_EDGE] SHUFFLE [RS_94] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Merge Join Operator [MERGEJOIN_297] (rows=143931246 width=119) Conds:RS_366._col0=RS_328._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 17 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_328] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_323] (rows=50 width=4) Output:["_col0"] Filter Operator [FIL_322] (rows=50 width=12) @@ -262,7 +261,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_moy"] <-Map 27 [SIMPLE_EDGE] vectorized SHUFFLE [RS_366] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_365] (rows=143931246 width=123) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_364] (rows=143931246 width=123) @@ -282,45 +281,45 @@ Stage-0 Please refer to the previous Select Operator [SEL_323] <-Reducer 4 [CONTAINS] vectorized Reduce Output Operator [RS_348] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_347] (rows=355 width=212) Output:["_col0","_col1"],aggregations:["sum(_col1)"],keys:_col0 Group By Operator [GBY_346] (rows=355 width=212) Output:["_col0","_col1"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0 <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_33] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_32] (rows=30175 width=212) Output:["_col0","_col1"],aggregations:["sum(_col7)"],keys:_col1 Merge Join Operator [MERGEJOIN_299] (rows=114917468 width=188) Conds:RS_28._col0=RS_29._col2(Inner),Output:["_col1","_col7"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_28] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Merge Join Operator [MERGEJOIN_290] <-Reducer 16 [SIMPLE_EDGE] SHUFFLE [RS_29] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Select Operator [SEL_24] (rows=525327191 width=110) Output:["_col2","_col4"] Merge Join Operator [MERGEJOIN_292] (rows=525327191 width=110) Conds:RS_21._col2=RS_343._col0(Inner),Output:["_col1","_col3"] <-Map 25 [SIMPLE_EDGE] vectorized SHUFFLE [RS_343] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_342] <-Reducer 15 [SIMPLE_EDGE] SHUFFLE [RS_21] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Merge Join Operator [MERGEJOIN_291] (rows=525327191 width=114) Conds:RS_340._col0=RS_324._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 17 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_324] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_323] <-Map 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_340] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_339] (rows=525327191 width=118) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_338] (rows=525327191 width=118) @@ -340,45 +339,45 @@ Stage-0 Please refer to the previous Select Operator [SEL_323] <-Reducer 9 [CONTAINS] vectorized Reduce Output Operator [RS_361] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_360] (rows=355 width=212) Output:["_col0","_col1"],aggregations:["sum(_col1)"],keys:_col0 Group By Operator [GBY_359] (rows=355 width=212) Output:["_col0","_col1"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0 <-Reducer 8 [SIMPLE_EDGE] SHUFFLE [RS_69] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_68] (rows=18460 width=212) Output:["_col0","_col1"],aggregations:["sum(_col7)"],keys:_col1 Merge Join Operator [MERGEJOIN_300] (rows=62370668 width=209) Conds:RS_64._col0=RS_65._col3(Inner),Output:["_col1","_col7"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_64] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Merge Join Operator [MERGEJOIN_290] <-Reducer 20 [SIMPLE_EDGE] SHUFFLE [RS_65] - PartitionCols:_col3,null sort order:a,sort order:+ + PartitionCols:_col3 Select Operator [SEL_60] (rows=285117733 width=115) Output:["_col3","_col4"] Merge Join Operator [MERGEJOIN_295] (rows=285117733 width=115) Conds:RS_57._col1=RS_344._col0(Inner),Output:["_col2","_col3"] <-Map 25 [SIMPLE_EDGE] vectorized SHUFFLE [RS_344] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_342] <-Reducer 19 [SIMPLE_EDGE] SHUFFLE [RS_57] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_294] (rows=285117733 width=119) Conds:RS_358._col0=RS_326._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 17 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_326] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_323] <-Map 26 [SIMPLE_EDGE] vectorized SHUFFLE [RS_358] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_357] (rows=285117733 width=123) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_356] (rows=285117733 width=123) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query57.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query57.q.out index 55fc7a03f8..7896f97fed 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query57.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query57.q.out @@ -130,14 +130,13 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"] <-Reducer 7 [SIMPLE_EDGE] SHUFFLE [RS_110] - null sort order:zz,sort order:++ Select Operator [SEL_109] (rows=397735 width=758) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8"] Merge Join Operator [MERGEJOIN_278] (rows=397735 width=646) Conds:RS_106._col5, _col6, _col12, _col7=RS_306._col0, _col1, _col4, _col2(Inner),Output:["_col3","_col5","_col6","_col8","_col9","_col10","_col11","_col16"] <-Reducer 6 [SIMPLE_EDGE] vectorized SHUFFLE [RS_306] - PartitionCols:_col0, _col1, _col4, _col2,null sort order:aaaa,sort order:++++ + PartitionCols:_col0, _col1, _col4, _col2 Select Operator [SEL_304] (rows=2386410 width=404) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_302] (rows=2386410 width=408) @@ -148,19 +147,19 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5"] <-Reducer 5 [SIMPLE_EDGE] vectorized SHUFFLE [RS_297] - PartitionCols:_col4, _col3, _col2,null sort order:aaazz,sort order:+++++ + PartitionCols:_col4, _col3, _col2 Group By Operator [GBY_296] (rows=2386410 width=408) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3, KEY._col4 <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_93] - PartitionCols:_col0, _col1, _col2, _col3, _col4,null sort order:aaaaa,sort order:+++++ + PartitionCols:_col0, _col1, _col2, _col3, _col4 Group By Operator [GBY_92] (rows=285117980 width=408) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],aggregations:["sum(_col3)"],keys:_col5, _col6, _col8, _col10, _col11 Merge Join Operator [MERGEJOIN_276] (rows=285117980 width=407) Conds:RS_88._col2=RS_295._col0(Inner),Output:["_col3","_col5","_col6","_col8","_col10","_col11"] <-Map 15 [SIMPLE_EDGE] vectorized SHUFFLE [RS_295] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_294] (rows=462000 width=194) Output:["_col0","_col1","_col2"] Filter Operator [FIL_293] (rows=462000 width=194) @@ -169,12 +168,12 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_brand","i_category"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_88] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Merge Join Operator [MERGEJOIN_275] (rows=285117980 width=221) Conds:RS_85._col1=RS_292._col0(Inner),Output:["_col2","_col3","_col5","_col6","_col8"] <-Map 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_292] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_291] (rows=60 width=102) Output:["_col0","_col1"] Filter Operator [FIL_290] (rows=60 width=102) @@ -183,12 +182,12 @@ Stage-0 default@call_center,call_center,Tbl:COMPLETE,Col:COMPLETE,Output:["cc_call_center_sk","cc_name"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_85] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_274] (rows=285117980 width=127) Conds:RS_289._col0=RS_281._col0(Inner),Output:["_col1","_col2","_col3","_col5","_col6"] <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_281] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_280] (rows=564 width=12) Output:["_col0","_col1","_col2"] Filter Operator [FIL_279] (rows=564 width=12) @@ -197,7 +196,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_moy"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_289] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_288] (rows=285117980 width=123) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_287] (rows=285117980 width=123) @@ -217,12 +216,12 @@ Stage-0 Please refer to the previous Select Operator [SEL_280] <-Reducer 9 [SIMPLE_EDGE] SHUFFLE [RS_106] - PartitionCols:_col5, _col6, _col12, _col7,null sort order:aaaa,sort order:++++ + PartitionCols:_col5, _col6, _col12, _col7 Merge Join Operator [MERGEJOIN_277] (rows=397735 width=636) Conds:RS_307._col0, _col1, _col4, _col2=RS_318._col0, _col1, _col7, _col2(Inner),Output:["_col3","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12"] <-Reducer 6 [SIMPLE_EDGE] vectorized SHUFFLE [RS_307] - PartitionCols:_col0, _col1, _col4, _col2,null sort order:aaaa,sort order:++++ + PartitionCols:_col0, _col1, _col4, _col2 Select Operator [SEL_305] (rows=2386410 width=404) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_303] (rows=2386410 width=408) @@ -232,7 +231,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_299] <-Reducer 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_318] - PartitionCols:_col0, _col1, _col7, _col2,null sort order:aaaa,sort order:++++ + PartitionCols:_col0, _col1, _col7, _col2 Select Operator [SEL_317] (rows=397735 width=524) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"] Filter Operator [FIL_316] (rows=397735 width=524) @@ -247,7 +246,7 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"] <-Reducer 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_311] - PartitionCols:_col4, _col3, _col2,null sort order:aaazz,sort order:+++++ + PartitionCols:_col4, _col3, _col2 Select Operator [SEL_310] (rows=2386410 width=408) Output:["avg_window_0","_col0","_col1","_col2","_col3","_col4","_col5"] PTF Operator [PTF_309] (rows=2386410 width=408) @@ -256,6 +255,6 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5"] <-Reducer 5 [SIMPLE_EDGE] vectorized SHUFFLE [RS_298] - PartitionCols:_col4, _col3, _col2, _col0,null sort order:aaaa,sort order:++++ + PartitionCols:_col4, _col3, _col2, _col0 Please refer to the previous Group By Operator [GBY_296] diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query58.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query58.q.out index 4298efc9ff..5fa126bf6e 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query58.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query58.q.out @@ -178,7 +178,6 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"] <-Reducer 7 [SIMPLE_EDGE] SHUFFLE [RS_157] - null sort order:zz,sort order:++ Select Operator [SEL_156] (rows=1 width=884) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"] Filter Operator [FIL_152] (rows=1 width=660) @@ -187,38 +186,38 @@ Stage-0 Conds:RS_149._col0=RS_467._col0(Inner),Output:["_col0","_col1","_col3","_col5","_col6","_col7"] <-Reducer 16 [SIMPLE_EDGE] vectorized SHUFFLE [RS_467] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_466] (rows=310774 width=436) Output:["_col0","_col1","_col2","_col3"] Group By Operator [GBY_465] (rows=310774 width=212) Output:["_col0","_col1"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0 <-Reducer 15 [SIMPLE_EDGE] SHUFFLE [RS_141] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_140] (rows=37292880 width=212) Output:["_col0","_col1"],aggregations:["sum(_col5)"],keys:_col7 Merge Join Operator [MERGEJOIN_420] (rows=143966864 width=211) Conds:RS_136._col4=RS_450._col0(Inner),Output:["_col5","_col7"] <-Map 25 [SIMPLE_EDGE] vectorized SHUFFLE [RS_450] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_447] (rows=462000 width=104) Output:["_col0","_col1"] TableScan [TS_32] (rows=462000 width=104) default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_item_id"] <-Reducer 14 [SIMPLE_EDGE] SHUFFLE [RS_136] - PartitionCols:_col4,null sort order:a,sort order:+ + PartitionCols:_col4 Merge Join Operator [MERGEJOIN_419] (rows=143966864 width=115) Conds:RS_133._col0=RS_464._col0(Inner),Output:["_col4","_col5"] <-Reducer 2 [SIMPLE_EDGE] PARTITION_ONLY_SHUFFLE [RS_133] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_408] (rows=2 width=4) Conds:RS_425._col1=RS_441._col0(Inner),Output:["_col0"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_425] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_424] (rows=73049 width=98) Output:["_col0","_col1"] Filter Operator [FIL_423] (rows=73049 width=98) @@ -227,19 +226,19 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_date"] <-Reducer 22 [SIMPLE_EDGE] vectorized SHUFFLE [RS_441] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_440] (rows=2 width=94) Output:["_col0"],keys:KEY._col0 <-Reducer 21 [SIMPLE_EDGE] SHUFFLE [RS_26] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_25] (rows=2 width=94) Output:["_col0"],keys:_col2 Merge Join Operator [MERGEJOIN_407] (rows=5 width=94) Conds:RS_21._col1=RS_438._col1(Inner),Output:["_col2"] <-Map 23 [SIMPLE_EDGE] vectorized SHUFFLE [RS_438] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_436] (rows=73049 width=98) Output:["_col0","_col1"] Filter Operator [FIL_434] (rows=73049 width=98) @@ -248,7 +247,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date","d_week_seq"] <-Reducer 20 [SIMPLE_EDGE] SHUFFLE [RS_21] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_406] (rows=1 width=4) Conds:(Inner),Output:["_col1"] <-Map 23 [CUSTOM_SIMPLE_EDGE] vectorized @@ -276,7 +275,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date"] <-Map 27 [SIMPLE_EDGE] vectorized SHUFFLE [RS_464] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_463] (rows=143966864 width=119) Output:["_col0","_col1","_col2"] Filter Operator [FIL_462] (rows=143966864 width=119) @@ -296,39 +295,39 @@ Stage-0 Please refer to the previous Merge Join Operator [MERGEJOIN_408] <-Reducer 6 [SIMPLE_EDGE] SHUFFLE [RS_149] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Filter Operator [FIL_147] (rows=3836 width=324) predicate:(_col1 BETWEEN (0.9 * _col3) AND (1.1 * _col3) and _col3 BETWEEN (0.9 * _col1) AND (1.1 * _col1)) Merge Join Operator [MERGEJOIN_421] (rows=310774 width=324) Conds:RS_452._col0=RS_459._col0(Inner),Output:["_col0","_col1","_col3"] <-Reducer 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_459] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_458] (rows=310774 width=212) Output:["_col0","_col1"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0 <-Reducer 11 [SIMPLE_EDGE] SHUFFLE [RS_93] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_92] (rows=138294430 width=212) Output:["_col0","_col1"],aggregations:["sum(_col5)"],keys:_col7 Merge Join Operator [MERGEJOIN_415] (rows=550076554 width=206) Conds:RS_88._col4=RS_449._col0(Inner),Output:["_col5","_col7"] <-Map 25 [SIMPLE_EDGE] vectorized SHUFFLE [RS_449] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_447] <-Reducer 10 [SIMPLE_EDGE] SHUFFLE [RS_88] - PartitionCols:_col4,null sort order:a,sort order:+ + PartitionCols:_col4 Merge Join Operator [MERGEJOIN_414] (rows=550076554 width=110) Conds:RS_85._col0=RS_457._col0(Inner),Output:["_col4","_col5"] <-Reducer 2 [SIMPLE_EDGE] PARTITION_ONLY_SHUFFLE [RS_85] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Merge Join Operator [MERGEJOIN_408] <-Map 26 [SIMPLE_EDGE] vectorized SHUFFLE [RS_457] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_456] (rows=550076554 width=114) Output:["_col0","_col1","_col2"] Filter Operator [FIL_455] (rows=550076554 width=114) @@ -348,32 +347,32 @@ Stage-0 Please refer to the previous Merge Join Operator [MERGEJOIN_408] <-Reducer 5 [SIMPLE_EDGE] vectorized SHUFFLE [RS_452] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_451] (rows=310774 width=212) Output:["_col0","_col1"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0 <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_45] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_44] (rows=73653438 width=212) Output:["_col0","_col1"],aggregations:["sum(_col5)"],keys:_col7 Merge Join Operator [MERGEJOIN_410] (rows=286549727 width=211) Conds:RS_40._col4=RS_448._col0(Inner),Output:["_col5","_col7"] <-Map 25 [SIMPLE_EDGE] vectorized SHUFFLE [RS_448] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_447] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_40] - PartitionCols:_col4,null sort order:a,sort order:+ + PartitionCols:_col4 Merge Join Operator [MERGEJOIN_409] (rows=286549727 width=115) Conds:RS_37._col0=RS_446._col0(Inner),Output:["_col4","_col5"] <-Reducer 2 [SIMPLE_EDGE] PARTITION_ONLY_SHUFFLE [RS_37] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Merge Join Operator [MERGEJOIN_408] <-Map 24 [SIMPLE_EDGE] vectorized SHUFFLE [RS_446] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_445] (rows=286549727 width=119) Output:["_col0","_col1","_col2"] Filter Operator [FIL_444] (rows=286549727 width=119) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query59.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query59.q.out index 7bb34d5962..82148531bc 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query59.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query59.q.out @@ -118,33 +118,32 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9"] <-Reducer 6 [SIMPLE_EDGE] SHUFFLE [RS_57] - null sort order:zzz,sort order:+++ Select Operator [SEL_56] (rows=862591 width=976) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9"] Merge Join Operator [MERGEJOIN_181] (rows=862591 width=1648) Conds:RS_53._col11, _col0=RS_54._col1, (_col0 - 52)(Inner),Output:["_col0","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col11","_col12","_col15","_col16","_col17","_col18","_col19","_col20"] <-Reducer 11 [SIMPLE_EDGE] SHUFFLE [RS_54] - PartitionCols:_col1, (_col0 - 52),null sort order:aa,sort order:++ + PartitionCols:_col1, (_col0 - 52) Select Operator [SEL_46] (rows=26628 width=776) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"] Merge Join Operator [MERGEJOIN_180] (rows=26628 width=776) Conds:RS_43._col1=RS_204._col0(Inner),Output:["_col0","_col2","_col3","_col4","_col5","_col6","_col7","_col10"] <-Map 15 [SIMPLE_EDGE] vectorized SHUFFLE [RS_204] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_203] (rows=1704 width=104) Output:["_col0","_col1"] TableScan [TS_38] (rows=1704 width=104) default@store,store,Tbl:COMPLETE,Col:COMPLETE,Output:["s_store_sk","s_store_id"] <-Reducer 10 [SIMPLE_EDGE] SHUFFLE [RS_43] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_179] (rows=26628 width=676) Conds:RS_202._col0=RS_198._col0(Inner),Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"] <-Map 13 [SIMPLE_EDGE] vectorized SHUFFLE [RS_198] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_196] (rows=317 width=4) Output:["_col0"] Filter Operator [FIL_194] (rows=317 width=8) @@ -153,12 +152,12 @@ Stage-0 default@date_dim,d,Tbl:COMPLETE,Col:COMPLETE,Output:["d_month_seq","d_week_seq"] <-Reducer 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_202] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_201] (rows=1104768 width=679) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)","sum(VALUE._col2)","sum(VALUE._col3)","sum(VALUE._col4)","sum(VALUE._col5)"],keys:KEY._col0, KEY._col1 <-Reducer 8 [SIMPLE_EDGE] SHUFFLE [RS_32] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_31] (rows=525329897 width=679) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"],aggregations:["sum(_col2)","sum(_col3)","sum(_col5)","sum(_col6)","sum(_col7)","sum(_col8)"],keys:_col0, _col1 Select Operator [SEL_29] (rows=525329897 width=138) @@ -167,7 +166,7 @@ Stage-0 Conds:RS_185._col0=RS_190._col0(Inner),Output:["_col1","_col2","_col4","_col5","_col6","_col8","_col9","_col10","_col11"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_185] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_183] (rows=525329897 width=114) Output:["_col0","_col1","_col2"] Filter Operator [FIL_182] (rows=525329897 width=114) @@ -176,7 +175,7 @@ Stage-0 default@store_sales,store_sales,Tbl:COMPLETE,Col:COMPLETE,Output:["ss_sold_date_sk","ss_store_sk","ss_sales_price"] <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_190] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_188] (rows=73049 width=36) Output:["_col0","_col1","_col2","_col3","_col5","_col6","_col7","_col8"] Filter Operator [FIL_186] (rows=73049 width=99) @@ -185,24 +184,24 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_week_seq","d_day_name"] <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_53] - PartitionCols:_col11, _col0,null sort order:aa,sort order:++ + PartitionCols:_col11, _col0 Merge Join Operator [MERGEJOIN_177] (rows=26628 width=976) Conds:RS_50._col1=RS_200._col0(Inner),Output:["_col0","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col11","_col12"] <-Map 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_200] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_199] (rows=1704 width=192) Output:["_col0","_col1","_col2"] TableScan [TS_18] (rows=1704 width=192) default@store,store,Tbl:COMPLETE,Col:COMPLETE,Output:["s_store_sk","s_store_id","s_store_name"] <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_50] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_176] (rows=26628 width=788) Conds:RS_192._col0=RS_197._col0(Inner),Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8"] <-Map 13 [SIMPLE_EDGE] vectorized SHUFFLE [RS_197] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_195] (rows=317 width=4) Output:["_col0"] Filter Operator [FIL_193] (rows=317 width=8) @@ -210,12 +209,12 @@ Stage-0 Please refer to the previous TableScan [TS_15] <-Reducer 3 [SIMPLE_EDGE] vectorized SHUFFLE [RS_192] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_191] (rows=1104768 width=791) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)","sum(VALUE._col2)","sum(VALUE._col3)","sum(VALUE._col4)","sum(VALUE._col5)","sum(VALUE._col6)"],keys:KEY._col0, KEY._col1 <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_12] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_11] (rows=525329897 width=791) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8"],aggregations:["sum(_col2)","sum(_col3)","sum(_col4)","sum(_col5)","sum(_col6)","sum(_col7)","sum(_col8)"],keys:_col0, _col1 Select Operator [SEL_9] (rows=525329897 width=142) @@ -224,11 +223,11 @@ Stage-0 Conds:RS_184._col0=RS_189._col0(Inner),Output:["_col1","_col2","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_184] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_183] <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_189] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_187] (rows=73049 width=36) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8"] Please refer to the previous Filter Operator [FIL_186] diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query6.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query6.q.out index a581157010..d6031153b1 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query6.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query6.q.out @@ -90,31 +90,30 @@ Stage-0 Output:["_col0","_col1"] <-Reducer 3 [SIMPLE_EDGE] vectorized SHUFFLE [RS_231] - null sort order:z,sort order:+ Filter Operator [FIL_230] (rows=1 width=94) predicate:(_col1 >= 10L) Group By Operator [GBY_229] (rows=1 width=94) Output:["_col0","_col1"],aggregations:["count(VALUE._col0)"],keys:KEY._col0 <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_69] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_68] (rows=1 width=94) Output:["_col0","_col1"],aggregations:["count()"],keys:_col4 Map Join Operator [MAPJOIN_175] (rows=36482 width=86) Conds:MAPJOIN_174._col5=RS_220._col0(Inner),Output:["_col4"] <-Map 15 [BROADCAST_EDGE] vectorized BROADCAST [RS_220] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Map Join Operator [MAPJOIN_219] (rows=660 width=4) Conds:SEL_218._col1=RS_216._col0(Inner),Output:["_col0"] <-Reducer 8 [BROADCAST_EDGE] vectorized BROADCAST [RS_216] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_215] (rows=25 width=4) Output:["_col0"],keys:KEY._col0 <-Map 5 [SIMPLE_EDGE] vectorized SHUFFLE [RS_188] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_186] (rows=25 width=4) Output:["_col0"],keys:d_month_seq Select Operator [SEL_184] (rows=50 width=12) @@ -133,21 +132,21 @@ Stage-0 Conds:MERGEJOIN_170._col0=RS_62._col2(Inner),Output:["_col4","_col5"] <-Reducer 11 [BROADCAST_EDGE] BROADCAST [RS_62] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Select Operator [SEL_40] (rows=36482 width=0) Output:["_col0","_col2"] Merge Join Operator [MERGEJOIN_172] (rows=36482 width=0) Conds:RS_214._col0=RS_228._col1(Inner),Output:["_col5","_col7"] <-Map 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_214] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Filter Operator [FIL_213] (rows=153611 width=227) predicate:(_col1 > _col4) Map Join Operator [MAPJOIN_212] (rows=460833 width=227) Conds:SEL_211._col2=RS_209._col0(Inner),Output:["_col0","_col1","_col4"] <-Reducer 13 [BROADCAST_EDGE] vectorized BROADCAST [RS_209] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_208] (rows=10 width=202) Output:["_col0","_col1"] Filter Operator [FIL_207] (rows=10 width=210) @@ -156,7 +155,7 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)","count(VALUE._col1)"],keys:KEY._col0 <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_205] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_204] (rows=10 width=210) Output:["_col0","_col1","_col2"],aggregations:["sum(i_current_price)","count(i_current_price)"],keys:i_category Filter Operator [FIL_203] (rows=462000 width=201) @@ -171,7 +170,7 @@ Stage-0 default@item,i,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_current_price","i_category"] <-Map 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_228] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_227] (rows=525327388 width=11) Output:["_col0","_col1","_col2"] Filter Operator [FIL_226] (rows=525327388 width=11) @@ -186,7 +185,7 @@ Stage-0 Conds:RS_200._col1=RS_202._col0(Inner),Output:["_col0","_col4"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_200] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Map Join Operator [MAPJOIN_199] (rows=80000000 width=8) Conds:(Inner),Output:["_col0","_col1"] <-Reducer 7 [BROADCAST_EDGE] vectorized @@ -205,7 +204,7 @@ Stage-0 Output:["_col0"],keys:KEY._col0 <-Map 5 [SIMPLE_EDGE] vectorized SHUFFLE [RS_187] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_185] (rows=25 width=4) Output:["_col0"],keys:d_month_seq Select Operator [SEL_183] (rows=50 width=12) @@ -221,7 +220,7 @@ Stage-0 default@customer,c,Tbl:COMPLETE,Col:COMPLETE,Output:["c_customer_sk","c_current_addr_sk"] <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_202] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_201] (rows=40000000 width=90) Output:["_col0","_col1"] TableScan [TS_17] (rows=40000000 width=90) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query60.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query60.q.out index f2b494e706..06a5689938 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query60.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query60.q.out @@ -204,46 +204,45 @@ Stage-0 Output:["_col0","_col1"] <-Reducer 6 [SIMPLE_EDGE] vectorized SHUFFLE [RS_355] - null sort order:zz,sort order:++ Group By Operator [GBY_354] (rows=1717 width=212) Output:["_col0","_col1"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0 <-Union 5 [SIMPLE_EDGE] <-Reducer 11 [CONTAINS] vectorized Reduce Output Operator [RS_376] - PartitionCols:_col0,null sort order:z,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_375] (rows=1717 width=212) Output:["_col0","_col1"],aggregations:["sum(_col1)"],keys:_col0 Top N Key Operator [TNK_374] (rows=5151 width=212) - keys:_col0,null sort order:z,sort order:+,top n:100 + keys:_col0,top n:100 Group By Operator [GBY_373] (rows=1717 width=212) Output:["_col0","_col1"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0 <-Reducer 10 [SIMPLE_EDGE] SHUFFLE [RS_106] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_105] (rows=99586 width=212) Output:["_col0","_col1"],aggregations:["sum(_col7)"],keys:_col1 Merge Join Operator [MERGEJOIN_302] (rows=69268204 width=211) Conds:RS_101._col0=RS_102._col2(Inner),Output:["_col1","_col7"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_101] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_291] (rows=34340 width=104) Conds:RS_319._col1=RS_325._col0(Inner),Output:["_col0","_col1"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_319] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_318] (rows=462000 width=104) Output:["_col0","_col1"] TableScan [TS_0] (rows=462000 width=104) default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_item_id"] <-Reducer 13 [SIMPLE_EDGE] vectorized SHUFFLE [RS_325] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_324] (rows=23100 width=100) Output:["_col0"],keys:KEY._col0 <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_323] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_322] (rows=23100 width=100) Output:["_col0"],keys:i_item_id Select Operator [SEL_321] (rows=46200 width=190) @@ -254,14 +253,14 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_id","i_category"] <-Reducer 23 [SIMPLE_EDGE] SHUFFLE [RS_102] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Select Operator [SEL_97] (rows=143931246 width=115) Output:["_col2","_col4"] Merge Join Operator [MERGEJOIN_299] (rows=143931246 width=115) Conds:RS_94._col2=RS_349._col0(Inner),Output:["_col1","_col3"] <-Map 25 [SIMPLE_EDGE] vectorized SHUFFLE [RS_349] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_346] (rows=8000000 width=4) Output:["_col0"] Filter Operator [FIL_345] (rows=8000000 width=112) @@ -270,12 +269,12 @@ Stage-0 default@customer_address,customer_address,Tbl:COMPLETE,Col:COMPLETE,Output:["ca_address_sk","ca_gmt_offset"] <-Reducer 22 [SIMPLE_EDGE] SHUFFLE [RS_94] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Merge Join Operator [MERGEJOIN_298] (rows=143931246 width=119) Conds:RS_372._col0=RS_332._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 17 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_332] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_327] (rows=50 width=4) Output:["_col0"] Filter Operator [FIL_326] (rows=50 width=12) @@ -284,7 +283,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_moy"] <-Map 27 [SIMPLE_EDGE] vectorized SHUFFLE [RS_372] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_371] (rows=143931246 width=123) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_370] (rows=143931246 width=123) @@ -304,47 +303,47 @@ Stage-0 Please refer to the previous Select Operator [SEL_327] <-Reducer 4 [CONTAINS] vectorized Reduce Output Operator [RS_353] - PartitionCols:_col0,null sort order:z,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_352] (rows=1717 width=212) Output:["_col0","_col1"],aggregations:["sum(_col1)"],keys:_col0 Top N Key Operator [TNK_351] (rows=5151 width=212) - keys:_col0,null sort order:z,sort order:+,top n:100 + keys:_col0,top n:100 Group By Operator [GBY_350] (rows=1717 width=212) Output:["_col0","_col1"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0 <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_33] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_32] (rows=343400 width=212) Output:["_col0","_col1"],aggregations:["sum(_col7)"],keys:_col1 Merge Join Operator [MERGEJOIN_300] (rows=252818424 width=201) Conds:RS_28._col0=RS_29._col2(Inner),Output:["_col1","_col7"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_28] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Merge Join Operator [MERGEJOIN_291] <-Reducer 16 [SIMPLE_EDGE] SHUFFLE [RS_29] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Select Operator [SEL_24] (rows=525327191 width=110) Output:["_col2","_col4"] Merge Join Operator [MERGEJOIN_293] (rows=525327191 width=110) Conds:RS_21._col2=RS_347._col0(Inner),Output:["_col1","_col3"] <-Map 25 [SIMPLE_EDGE] vectorized SHUFFLE [RS_347] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_346] <-Reducer 15 [SIMPLE_EDGE] SHUFFLE [RS_21] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Merge Join Operator [MERGEJOIN_292] (rows=525327191 width=114) Conds:RS_344._col0=RS_328._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 17 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_328] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_327] <-Map 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_344] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_343] (rows=525327191 width=118) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_342] (rows=525327191 width=118) @@ -364,47 +363,47 @@ Stage-0 Please refer to the previous Select Operator [SEL_327] <-Reducer 9 [CONTAINS] vectorized Reduce Output Operator [RS_367] - PartitionCols:_col0,null sort order:z,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_366] (rows=1717 width=212) Output:["_col0","_col1"],aggregations:["sum(_col1)"],keys:_col0 Top N Key Operator [TNK_365] (rows=5151 width=212) - keys:_col0,null sort order:z,sort order:+,top n:100 + keys:_col0,top n:100 Group By Operator [GBY_364] (rows=1717 width=212) Output:["_col0","_col1"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0 <-Reducer 8 [SIMPLE_EDGE] SHUFFLE [RS_69] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_68] (rows=195738 width=212) Output:["_col0","_col1"],aggregations:["sum(_col7)"],keys:_col1 Merge Join Operator [MERGEJOIN_301] (rows=137215467 width=210) Conds:RS_64._col0=RS_65._col3(Inner),Output:["_col1","_col7"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_64] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Merge Join Operator [MERGEJOIN_291] <-Reducer 20 [SIMPLE_EDGE] SHUFFLE [RS_65] - PartitionCols:_col3,null sort order:a,sort order:+ + PartitionCols:_col3 Select Operator [SEL_60] (rows=285117733 width=115) Output:["_col3","_col4"] Merge Join Operator [MERGEJOIN_296] (rows=285117733 width=115) Conds:RS_57._col1=RS_348._col0(Inner),Output:["_col2","_col3"] <-Map 25 [SIMPLE_EDGE] vectorized SHUFFLE [RS_348] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_346] <-Reducer 19 [SIMPLE_EDGE] SHUFFLE [RS_57] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_295] (rows=285117733 width=119) Conds:RS_363._col0=RS_330._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 17 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_330] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_327] <-Map 26 [SIMPLE_EDGE] vectorized SHUFFLE [RS_363] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_362] (rows=285117733 width=123) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_361] (rows=285117733 width=123) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query61.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query61.q.out index 4bdc217e28..6da93b116d 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query61.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query61.q.out @@ -144,12 +144,12 @@ Stage-0 Conds:RS_37._col0=RS_38._col2(Inner),Output:["_col8"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_37] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_252] (rows=16000001 width=4) Conds:RS_266._col1=RS_269._col0(Inner),Output:["_col0"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_266] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_265] (rows=80000000 width=8) Output:["_col0","_col1"] Filter Operator [FIL_264] (rows=80000000 width=8) @@ -158,7 +158,7 @@ Stage-0 default@customer,customer,Tbl:COMPLETE,Col:COMPLETE,Output:["c_customer_sk","c_current_addr_sk"] <-Map 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_269] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_268] (rows=8000000 width=4) Output:["_col0"] Filter Operator [FIL_267] (rows=8000000 width=112) @@ -167,12 +167,12 @@ Stage-0 default@customer_address,customer_address,Tbl:COMPLETE,Col:COMPLETE,Output:["ca_address_sk","ca_gmt_offset"] <-Reducer 13 [SIMPLE_EDGE] SHUFFLE [RS_38] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Merge Join Operator [MERGEJOIN_256] (rows=461162530 width=110) Conds:RS_30._col4=RS_295._col0(Inner),Output:["_col2","_col5"] <-Map 22 [SIMPLE_EDGE] vectorized SHUFFLE [RS_295] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_294] (rows=2300 width=4) Output:["_col0"] Filter Operator [FIL_293] (rows=2300 width=259) @@ -181,12 +181,12 @@ Stage-0 default@promotion,promotion,Tbl:COMPLETE,Col:COMPLETE,Output:["p_promo_sk","p_channel_dmail","p_channel_email","p_channel_tv"] <-Reducer 12 [SIMPLE_EDGE] SHUFFLE [RS_30] - PartitionCols:_col4,null sort order:a,sort order:+ + PartitionCols:_col4 Merge Join Operator [MERGEJOIN_255] (rows=461162530 width=114) Conds:RS_27._col3=RS_291._col0(Inner),Output:["_col2","_col4","_col5"] <-Map 21 [SIMPLE_EDGE] vectorized SHUFFLE [RS_291] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_290] (rows=341 width=4) Output:["_col0"] Filter Operator [FIL_289] (rows=341 width=115) @@ -195,12 +195,12 @@ Stage-0 default@store,store,Tbl:COMPLETE,Col:COMPLETE,Output:["s_store_sk","s_gmt_offset"] <-Reducer 11 [SIMPLE_EDGE] SHUFFLE [RS_27] - PartitionCols:_col3,null sort order:a,sort order:+ + PartitionCols:_col3 Merge Join Operator [MERGEJOIN_254] (rows=461162530 width=118) Conds:RS_24._col1=RS_287._col0(Inner),Output:["_col2","_col3","_col4","_col5"] <-Map 20 [SIMPLE_EDGE] vectorized SHUFFLE [RS_287] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_286] (rows=46200 width=4) Output:["_col0"] Filter Operator [FIL_285] (rows=46200 width=94) @@ -209,12 +209,12 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_category"] <-Reducer 10 [SIMPLE_EDGE] SHUFFLE [RS_24] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_253] (rows=479120969 width=122) Conds:RS_284._col0=RS_272._col0(Inner),Output:["_col1","_col2","_col3","_col4","_col5"] <-Map 14 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_272] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_271] (rows=50 width=4) Output:["_col0"] Filter Operator [FIL_270] (rows=50 width=12) @@ -223,7 +223,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_moy"] <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_284] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_283] (rows=479120969 width=126) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Filter Operator [FIL_282] (rows=479120969 width=126) @@ -253,38 +253,38 @@ Stage-0 Conds:RS_76._col0=RS_77._col2(Inner),Output:["_col7"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_76] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Merge Join Operator [MERGEJOIN_252] <-Reducer 18 [SIMPLE_EDGE] SHUFFLE [RS_77] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Merge Join Operator [MERGEJOIN_260] (rows=482889610 width=110) Conds:RS_69._col3=RS_292._col0(Inner),Output:["_col2","_col4"] <-Map 21 [SIMPLE_EDGE] vectorized SHUFFLE [RS_292] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_290] <-Reducer 17 [SIMPLE_EDGE] SHUFFLE [RS_69] - PartitionCols:_col3,null sort order:a,sort order:+ + PartitionCols:_col3 Merge Join Operator [MERGEJOIN_259] (rows=482889610 width=114) Conds:RS_66._col1=RS_288._col0(Inner),Output:["_col2","_col3","_col4"] <-Map 20 [SIMPLE_EDGE] vectorized SHUFFLE [RS_288] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_286] <-Reducer 16 [SIMPLE_EDGE] SHUFFLE [RS_66] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_258] (rows=501694138 width=118) Conds:RS_302._col0=RS_274._col0(Inner),Output:["_col1","_col2","_col3","_col4"] <-Map 14 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_274] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_271] <-Map 23 [SIMPLE_EDGE] vectorized SHUFFLE [RS_302] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_301] (rows=501694138 width=122) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_300] (rows=501694138 width=122) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query63.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query63.q.out index 4707a98f5c..8d45d8260d 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query63.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query63.q.out @@ -86,7 +86,6 @@ Stage-0 Output:["_col0","_col1","_col2"] <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_27] - null sort order:zzz,sort order:+++ Select Operator [SEL_24] (rows=338 width=228) Output:["_col0","_col1","_col2"] Filter Operator [FIL_36] (rows=338 width=228) @@ -101,14 +100,14 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1 <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_17] - PartitionCols:_col0,null sort order:aa,sort order:++ + PartitionCols:_col0 Group By Operator [GBY_16] (rows=676 width=120) Output:["_col0","_col1","_col2"],aggregations:["sum(_col2)"],keys:_col4, _col6 Merge Join Operator [MERGEJOIN_62] (rows=569118 width=8) Conds:RS_12._col0=RS_76._col0(Inner),Output:["_col2","_col4","_col6"] <-Map 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_76] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_75] (rows=317 width=8) Output:["_col0","_col1"] Filter Operator [FIL_74] (rows=317 width=12) @@ -117,12 +116,12 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_month_seq","d_moy"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_12] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_61] (rows=569118 width=4) Conds:RS_73._col1=RS_65._col0(Inner),Output:["_col0","_col2","_col4"] <-Map 6 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_65] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_64] (rows=52 width=8) Output:["_col0","_col1"] Filter Operator [FIL_63] (rows=52 width=290) @@ -131,7 +130,7 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_brand","i_class","i_category","i_manager_id"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_73] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_72] (rows=525329897 width=114) Output:["_col0","_col1","_col2"] Filter Operator [FIL_71] (rows=525329897 width=118) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query64.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query64.q.out index 12022db316..77bd7559a9 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query64.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query64.q.out @@ -320,7 +320,6 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15","_col16","_col17","_col18","_col19","_col20"] <-Reducer 17 [SIMPLE_EDGE] SHUFFLE [RS_201] - null sort order:zzz,sort order:+++ Select Operator [SEL_200] (rows=338108448450 width=1694) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15","_col16","_col17","_col18"] Filter Operator [FIL_199] (rows=338108448450 width=1694) @@ -329,7 +328,7 @@ Stage-0 Conds:RS_1052._col1, _col0, _col2=RS_1077._col2, _col1, _col3(Inner),Output:["_col3","_col4","_col5","_col6","_col7","_col9","_col10","_col11","_col12","_col13","_col14","_col15","_col16","_col17","_col18","_col19","_col20","_col21","_col22"] <-Reducer 16 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1052] - PartitionCols:_col1, _col0, _col2,null sort order:aaa,sort order:+++ + PartitionCols:_col1, _col0, _col2 Select Operator [SEL_1051] (rows=68803026 width=525) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"] Filter Operator [FIL_1050] (rows=68803026 width=1255) @@ -340,81 +339,81 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15","_col16"],aggregations:["count(VALUE._col0)","sum(VALUE._col1)","sum(VALUE._col2)","sum(VALUE._col3)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3, KEY._col4, KEY._col5, KEY._col6, KEY._col7, KEY._col8, KEY._col9, KEY._col10, KEY._col11, KEY._col12 <-Reducer 15 [SIMPLE_EDGE] SHUFFLE [RS_93] - PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9, _col10, _col11, _col12,null sort order:aaaaaaaaaaaaa,sort order:+++++++++++++ + PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9, _col10, _col11, _col12 Group By Operator [GBY_92] (rows=68803026 width=1255) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15","_col16"],aggregations:["count()","sum(_col8)","sum(_col9)","sum(_col10)"],keys:_col24, _col11, _col25, _col29, _col31, _col37, _col38, _col39, _col40, _col42, _col43, _col44, _col45 Merge Join Operator [MERGEJOIN_961] (rows=68803026 width=1155) Conds:RS_88._col17=RS_1045._col0(Inner),Output:["_col8","_col9","_col10","_col11","_col24","_col25","_col29","_col31","_col37","_col38","_col39","_col40","_col42","_col43","_col44","_col45"] <-Map 49 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1045] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_1043] (rows=40000000 width=365) Output:["_col0","_col1","_col2","_col3","_col4"] TableScan [TS_44] (rows=40000000 width=365) default@customer_address,ad1,Tbl:COMPLETE,Col:COMPLETE,Output:["ca_address_sk","ca_street_number","ca_street_name","ca_city","ca_zip"] <-Reducer 14 [SIMPLE_EDGE] SHUFFLE [RS_88] - PartitionCols:_col17,null sort order:a,sort order:+ + PartitionCols:_col17 Merge Join Operator [MERGEJOIN_960] (rows=68803026 width=798) Conds:RS_85._col5=RS_1044._col0(Inner),Output:["_col8","_col9","_col10","_col11","_col17","_col24","_col25","_col29","_col31","_col37","_col38","_col39","_col40"] <-Map 49 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1044] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_1043] <-Reducer 13 [SIMPLE_EDGE] SHUFFLE [RS_85] - PartitionCols:_col5,null sort order:a,sort order:+ + PartitionCols:_col5 Filter Operator [FIL_84] (rows=68803026 width=610) predicate:(_col33 <> _col35) Merge Join Operator [MERGEJOIN_959] (rows=68803026 width=610) Conds:RS_81._col15=RS_1040._col0(Inner),Output:["_col5","_col8","_col9","_col10","_col11","_col17","_col24","_col25","_col29","_col31","_col33","_col35"] <-Map 48 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1040] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_1038] (rows=1861800 width=89) Output:["_col0","_col1"] TableScan [TS_40] (rows=1861800 width=89) default@customer_demographics,cd1,Tbl:COMPLETE,Col:COMPLETE,Output:["cd_demo_sk","cd_marital_status"] <-Reducer 12 [SIMPLE_EDGE] SHUFFLE [RS_81] - PartitionCols:_col15,null sort order:a,sort order:+ + PartitionCols:_col15 Merge Join Operator [MERGEJOIN_958] (rows=67843635 width=527) Conds:RS_78._col3=RS_1039._col0(Inner),Output:["_col5","_col8","_col9","_col10","_col11","_col15","_col17","_col24","_col25","_col29","_col31","_col33"] <-Map 48 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1039] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_1038] <-Reducer 11 [SIMPLE_EDGE] SHUFFLE [RS_78] - PartitionCols:_col3,null sort order:a,sort order:+ + PartitionCols:_col3 Merge Join Operator [MERGEJOIN_957] (rows=66897622 width=444) Conds:RS_75._col18=RS_984._col0(Inner),Output:["_col3","_col5","_col8","_col9","_col10","_col11","_col15","_col17","_col24","_col25","_col29","_col31"] <-Map 44 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_984] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_978] (rows=73049 width=8) Output:["_col0","_col1"] TableScan [TS_38] (rows=73049 width=8) default@date_dim,d3,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year"] <-Reducer 10 [SIMPLE_EDGE] SHUFFLE [RS_75] - PartitionCols:_col18,null sort order:a,sort order:+ + PartitionCols:_col18 Merge Join Operator [MERGEJOIN_956] (rows=66897622 width=444) Conds:RS_72._col19=RS_986._col0(Inner),Output:["_col3","_col5","_col8","_col9","_col10","_col11","_col15","_col17","_col18","_col24","_col25","_col29"] <-Map 44 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_986] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_980] (rows=73049 width=8) Output:["_col0","_col1"] Please refer to the previous TableScan [TS_38] <-Reducer 9 [SIMPLE_EDGE] SHUFFLE [RS_72] - PartitionCols:_col19,null sort order:a,sort order:+ + PartitionCols:_col19 Merge Join Operator [MERGEJOIN_955] (rows=66897622 width=444) Conds:RS_69._col16=RS_1035._col0(Inner),Output:["_col3","_col5","_col8","_col9","_col10","_col11","_col15","_col17","_col18","_col19","_col24","_col25"] <-Map 43 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1035] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_1033] (rows=7200 width=4) Output:["_col0"] Filter Operator [FIL_1032] (rows=7200 width=8) @@ -423,21 +422,21 @@ Stage-0 default@household_demographics,hd1,Tbl:COMPLETE,Col:COMPLETE,Output:["hd_demo_sk","hd_income_band_sk"] <-Reducer 8 [SIMPLE_EDGE] SHUFFLE [RS_69] - PartitionCols:_col16,null sort order:a,sort order:+ + PartitionCols:_col16 Merge Join Operator [MERGEJOIN_954] (rows=66897622 width=447) Conds:RS_66._col4=RS_1034._col0(Inner),Output:["_col3","_col5","_col8","_col9","_col10","_col11","_col15","_col16","_col17","_col18","_col19","_col24","_col25"] <-Map 43 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1034] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_1033] <-Reducer 7 [SIMPLE_EDGE] SHUFFLE [RS_66] - PartitionCols:_col4,null sort order:a,sort order:+ + PartitionCols:_col4 Merge Join Operator [MERGEJOIN_953] (rows=66897622 width=450) Conds:RS_63._col6=RS_1030._col0(Inner),Output:["_col3","_col4","_col5","_col8","_col9","_col10","_col11","_col15","_col16","_col17","_col18","_col19","_col24","_col25"] <-Map 42 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1030] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_1029] (rows=1704 width=181) Output:["_col0","_col1","_col2"] Filter Operator [FIL_1028] (rows=1704 width=181) @@ -446,24 +445,24 @@ Stage-0 default@store,store,Tbl:COMPLETE,Col:COMPLETE,Output:["s_store_sk","s_store_name","s_zip"] <-Reducer 6 [SIMPLE_EDGE] SHUFFLE [RS_63] - PartitionCols:_col6,null sort order:a,sort order:+ + PartitionCols:_col6 Merge Join Operator [MERGEJOIN_952] (rows=66897622 width=276) Conds:RS_60._col1, _col7=RS_1026._col0, _col1(Inner),Output:["_col3","_col4","_col5","_col6","_col8","_col9","_col10","_col11","_col15","_col16","_col17","_col18","_col19"] <-Map 41 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1026] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Select Operator [SEL_1025] (rows=57591150 width=8) Output:["_col0","_col1"] TableScan [TS_25] (rows=57591150 width=8) default@store_returns,store_returns,Tbl:COMPLETE,Col:COMPLETE,Output:["sr_item_sk","sr_ticket_number"] <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_60] - PartitionCols:_col1, _col7,null sort order:aa,sort order:++ + PartitionCols:_col1, _col7 Merge Join Operator [MERGEJOIN_951] (rows=40575792 width=220) Conds:RS_57._col1=RS_1024._col0(Inner),Output:["_col1","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col15","_col16","_col17","_col18","_col19"] <-Reducer 37 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1024] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_1023] (rows=13257 width=4) Output:["_col0"] Filter Operator [FIL_1022] (rows=13257 width=228) @@ -472,21 +471,21 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)"],keys:KEY._col0 <-Reducer 36 [SIMPLE_EDGE] SHUFFLE [RS_21] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_20] (rows=6482999 width=228) Output:["_col0","_col1","_col2"],aggregations:["sum(_col2)","sum(_col5)"],keys:_col0 Merge Join Operator [MERGEJOIN_950] (rows=183085709 width=227) Conds:RS_1017._col0, _col1=RS_1019._col0, _col1(Inner),Output:["_col0","_col2","_col5"] <-Map 38 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1019] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Select Operator [SEL_1018] (rows=28798881 width=120) Output:["_col0","_col1","_col2"] TableScan [TS_14] (rows=28798881 width=337) default@catalog_returns,catalog_returns,Tbl:COMPLETE,Col:COMPLETE,Output:["cr_item_sk","cr_order_number","cr_refunded_cash","cr_reversed_charge","cr_store_credit"] <-Map 35 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1017] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Select Operator [SEL_1016] (rows=287989836 width=119) Output:["_col0","_col1","_col2"] Filter Operator [FIL_1015] (rows=287989836 width=119) @@ -511,12 +510,12 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_current_price","i_color"] <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_57] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_949] (rows=40575792 width=220) Conds:RS_54._col2=RS_1011._col0(Inner),Output:["_col1","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col15","_col16","_col17","_col18","_col19"] <-Map 21 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1011] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_1010] (rows=69376329 width=23) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Filter Operator [FIL_1009] (rows=69376329 width=23) @@ -525,12 +524,12 @@ Stage-0 default@customer,customer,Tbl:COMPLETE,Col:COMPLETE,Output:["c_customer_sk","c_current_cdemo_sk","c_current_hdemo_sk","c_current_addr_sk","c_first_shipto_date_sk","c_first_sales_date_sk"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_54] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Merge Join Operator [MERGEJOIN_948] (rows=40575792 width=203) Conds:RS_51._col0=RS_990._col0(Inner),Output:["_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11"] <-Map 44 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_990] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_985] (rows=652 width=4) Output:["_col0"] Filter Operator [FIL_979] (rows=652 width=8) @@ -538,16 +537,16 @@ Stage-0 Please refer to the previous TableScan [TS_38] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_51] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_947] (rows=40575792 width=205) Conds:RS_1002._col1=RS_1005._col0(Inner),Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11"] <-Map 19 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_1005] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_1004] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1002] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_1001] (rows=417313408 width=351) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10"] Filter Operator [FIL_1000] (rows=417313408 width=355) @@ -567,7 +566,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_985] <-Reducer 34 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1077] - PartitionCols:_col2, _col1, _col3,null sort order:aaa,sort order:+++ + PartitionCols:_col2, _col1, _col3 Select Operator [SEL_1076] (rows=68803026 width=1354) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15"] Filter Operator [FIL_1075] (rows=68803026 width=1362) @@ -578,124 +577,124 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15","_col16","_col17"],aggregations:["count(VALUE._col0)","sum(VALUE._col1)","sum(VALUE._col2)","sum(VALUE._col3)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3, KEY._col4, KEY._col5, KEY._col6, KEY._col7, KEY._col8, KEY._col9, KEY._col10, KEY._col11, KEY._col12, KEY._col13 <-Reducer 33 [SIMPLE_EDGE] SHUFFLE [RS_191] - PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9, _col10, _col11, _col12, _col13,null sort order:aaaaaaaaaaaaaa,sort order:++++++++++++++ + PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9, _col10, _col11, _col12, _col13 Group By Operator [GBY_190] (rows=68803026 width=1362) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15","_col16","_col17"],aggregations:["count()","sum(_col8)","sum(_col9)","sum(_col10)"],keys:_col24, _col11, _col25, _col12, _col29, _col31, _col37, _col38, _col39, _col40, _col42, _col43, _col44, _col45 Merge Join Operator [MERGEJOIN_976] (rows=68803026 width=1262) Conds:RS_186._col17=RS_1047._col0(Inner),Output:["_col8","_col9","_col10","_col11","_col12","_col24","_col25","_col29","_col31","_col37","_col38","_col39","_col40","_col42","_col43","_col44","_col45"] <-Map 49 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1047] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_1043] <-Reducer 32 [SIMPLE_EDGE] SHUFFLE [RS_186] - PartitionCols:_col17,null sort order:a,sort order:+ + PartitionCols:_col17 Merge Join Operator [MERGEJOIN_975] (rows=68803026 width=905) Conds:RS_183._col5=RS_1046._col0(Inner),Output:["_col8","_col9","_col10","_col11","_col12","_col17","_col24","_col25","_col29","_col31","_col37","_col38","_col39","_col40"] <-Map 49 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1046] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_1043] <-Reducer 31 [SIMPLE_EDGE] SHUFFLE [RS_183] - PartitionCols:_col5,null sort order:a,sort order:+ + PartitionCols:_col5 Filter Operator [FIL_182] (rows=68803026 width=717) predicate:(_col33 <> _col35) Merge Join Operator [MERGEJOIN_974] (rows=68803026 width=717) Conds:RS_179._col15=RS_1042._col0(Inner),Output:["_col5","_col8","_col9","_col10","_col11","_col12","_col17","_col24","_col25","_col29","_col31","_col33","_col35"] <-Map 48 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1042] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_1038] <-Reducer 30 [SIMPLE_EDGE] SHUFFLE [RS_179] - PartitionCols:_col15,null sort order:a,sort order:+ + PartitionCols:_col15 Merge Join Operator [MERGEJOIN_973] (rows=67843635 width=634) Conds:RS_176._col3=RS_1041._col0(Inner),Output:["_col5","_col8","_col9","_col10","_col11","_col12","_col15","_col17","_col24","_col25","_col29","_col31","_col33"] <-Map 48 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1041] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_1038] <-Reducer 29 [SIMPLE_EDGE] SHUFFLE [RS_176] - PartitionCols:_col3,null sort order:a,sort order:+ + PartitionCols:_col3 Merge Join Operator [MERGEJOIN_972] (rows=66897622 width=551) Conds:RS_173._col18=RS_988._col0(Inner),Output:["_col3","_col5","_col8","_col9","_col10","_col11","_col12","_col15","_col17","_col24","_col25","_col29","_col31"] <-Map 44 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_988] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_982] (rows=73049 width=8) Output:["_col0","_col1"] Please refer to the previous TableScan [TS_38] <-Reducer 28 [SIMPLE_EDGE] SHUFFLE [RS_173] - PartitionCols:_col18,null sort order:a,sort order:+ + PartitionCols:_col18 Merge Join Operator [MERGEJOIN_971] (rows=66897622 width=551) Conds:RS_170._col19=RS_987._col0(Inner),Output:["_col3","_col5","_col8","_col9","_col10","_col11","_col12","_col15","_col17","_col18","_col24","_col25","_col29"] <-Map 44 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_987] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_981] (rows=73049 width=8) Output:["_col0","_col1"] Please refer to the previous TableScan [TS_38] <-Reducer 27 [SIMPLE_EDGE] SHUFFLE [RS_170] - PartitionCols:_col19,null sort order:a,sort order:+ + PartitionCols:_col19 Merge Join Operator [MERGEJOIN_970] (rows=66897622 width=551) Conds:RS_167._col16=RS_1037._col0(Inner),Output:["_col3","_col5","_col8","_col9","_col10","_col11","_col12","_col15","_col17","_col18","_col19","_col24","_col25"] <-Map 43 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1037] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_1033] <-Reducer 26 [SIMPLE_EDGE] SHUFFLE [RS_167] - PartitionCols:_col16,null sort order:a,sort order:+ + PartitionCols:_col16 Merge Join Operator [MERGEJOIN_969] (rows=66897622 width=554) Conds:RS_164._col4=RS_1036._col0(Inner),Output:["_col3","_col5","_col8","_col9","_col10","_col11","_col12","_col15","_col16","_col17","_col18","_col19","_col24","_col25"] <-Map 43 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1036] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_1033] <-Reducer 25 [SIMPLE_EDGE] SHUFFLE [RS_164] - PartitionCols:_col4,null sort order:a,sort order:+ + PartitionCols:_col4 Merge Join Operator [MERGEJOIN_968] (rows=66897622 width=557) Conds:RS_161._col6=RS_1031._col0(Inner),Output:["_col3","_col4","_col5","_col8","_col9","_col10","_col11","_col12","_col15","_col16","_col17","_col18","_col19","_col24","_col25"] <-Map 42 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1031] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_1029] <-Reducer 24 [SIMPLE_EDGE] SHUFFLE [RS_161] - PartitionCols:_col6,null sort order:a,sort order:+ + PartitionCols:_col6 Merge Join Operator [MERGEJOIN_967] (rows=66897622 width=383) Conds:RS_158._col1, _col7=RS_1027._col0, _col1(Inner),Output:["_col3","_col4","_col5","_col6","_col8","_col9","_col10","_col11","_col12","_col15","_col16","_col17","_col18","_col19"] <-Map 41 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1027] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Please refer to the previous Select Operator [SEL_1025] <-Reducer 23 [SIMPLE_EDGE] SHUFFLE [RS_158] - PartitionCols:_col1, _col7,null sort order:aa,sort order:++ + PartitionCols:_col1, _col7 Merge Join Operator [MERGEJOIN_966] (rows=40575792 width=327) Conds:RS_155._col1=RS_1072._col0(Inner),Output:["_col1","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col15","_col16","_col17","_col18","_col19"] <-Reducer 22 [SIMPLE_EDGE] SHUFFLE [RS_155] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_964] (rows=40575792 width=327) Conds:RS_152._col2=RS_1012._col0(Inner),Output:["_col1","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col15","_col16","_col17","_col18","_col19"] <-Map 21 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1012] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_1010] <-Reducer 46 [SIMPLE_EDGE] SHUFFLE [RS_152] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Merge Join Operator [MERGEJOIN_963] (rows=40575792 width=310) Conds:RS_149._col0=RS_992._col0(Inner),Output:["_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12"] <-Map 44 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_992] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_989] (rows=652 width=4) Output:["_col0"] Filter Operator [FIL_983] (rows=652 width=8) @@ -703,12 +702,12 @@ Stage-0 Please refer to the previous TableScan [TS_38] <-Reducer 51 [SIMPLE_EDGE] SHUFFLE [RS_149] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_962] (rows=40575792 width=312) Conds:RS_1057._col1=RS_1060._col0(Inner),Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12"] <-Map 52 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_1060] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_1059] (rows=4667 width=111) Output:["_col0","_col1"] Filter Operator [FIL_1058] (rows=4667 width=311) @@ -717,7 +716,7 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_current_price","i_color","i_product_name"] <-Map 50 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1057] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_1056] (rows=417313408 width=351) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10"] Filter Operator [FIL_1055] (rows=417313408 width=355) @@ -737,7 +736,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_989] <-Reducer 40 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1072] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_1071] (rows=13257 width=4) Output:["_col0"] Filter Operator [FIL_1070] (rows=13257 width=228) @@ -746,18 +745,18 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)"],keys:KEY._col0 <-Reducer 39 [SIMPLE_EDGE] SHUFFLE [RS_119] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_118] (rows=6482999 width=228) Output:["_col0","_col1","_col2"],aggregations:["sum(_col2)","sum(_col5)"],keys:_col0 Merge Join Operator [MERGEJOIN_965] (rows=183085709 width=227) Conds:RS_1068._col0, _col1=RS_1020._col0, _col1(Inner),Output:["_col0","_col2","_col5"] <-Map 38 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1020] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Please refer to the previous Select Operator [SEL_1018] <-Map 54 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1068] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Select Operator [SEL_1067] (rows=287989836 width=119) Output:["_col0","_col1","_col2"] Filter Operator [FIL_1066] (rows=287989836 width=119) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query65.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query65.q.out index 2d51312127..8b8a4146a6 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query65.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query65.q.out @@ -89,54 +89,53 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5"] <-Reducer 6 [SIMPLE_EDGE] SHUFFLE [RS_51] - null sort order:zz,sort order:++ Select Operator [SEL_50] (rows=1772841 width=707) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Merge Join Operator [MERGEJOIN_137] (rows=1772841 width=707) Conds:RS_47._col1=RS_161._col0(Inner),Output:["_col2","_col6","_col8","_col9","_col10","_col11"] <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_161] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_160] (rows=462000 width=511) Output:["_col0","_col1","_col2","_col3","_col4"] TableScan [TS_38] (rows=462000 width=511) default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_item_desc","i_current_price","i_wholesale_cost","i_brand"] <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_47] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_136] (rows=1772841 width=204) Conds:RS_44._col0=RS_159._col0(Inner),Output:["_col1","_col2","_col6"] <-Map 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_159] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_158] (rows=1704 width=92) Output:["_col0","_col1"] TableScan [TS_36] (rows=1704 width=92) default@store,store,Tbl:COMPLETE,Col:COMPLETE,Output:["s_store_sk","s_store_name"] <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_44] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Filter Operator [FIL_43] (rows=1772841 width=231) predicate:(_col2 <= _col4) Merge Join Operator [MERGEJOIN_135] (rows=5318523 width=231) Conds:RS_151._col0=RS_157._col0(Inner),Output:["_col0","_col1","_col2","_col4"] <-Reducer 3 [SIMPLE_EDGE] vectorized SHUFFLE [RS_151] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Filter Operator [FIL_150] (rows=5255208 width=119) predicate:_col2 is not null Group By Operator [GBY_149] (rows=5255208 width=119) Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1 <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_11] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_10] (rows=525329897 width=119) Output:["_col0","_col1","_col2"],aggregations:["sum(_col3)"],keys:_col2, _col1 Merge Join Operator [MERGEJOIN_133] (rows=525329897 width=114) Conds:RS_148._col0=RS_140._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_140] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_139] (rows=317 width=4) Output:["_col0"] Filter Operator [FIL_138] (rows=317 width=8) @@ -145,7 +144,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_month_seq"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_148] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_147] (rows=525329897 width=118) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_146] (rows=525329897 width=118) @@ -165,7 +164,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_139] <-Reducer 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_157] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_156] (rows=84 width=115) Output:["_col0","_col1"] Filter Operator [FIL_155] (rows=84 width=123) @@ -178,6 +177,6 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1 <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_27] - PartitionCols:_col0,null sort order:aa,sort order:++ + PartitionCols:_col0 Please refer to the previous Group By Operator [GBY_10] diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query66.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query66.q.out index 4889093f21..be612609cf 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query66.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query66.q.out @@ -488,24 +488,23 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15","_col16","_col17","_col18","_col19","_col20","_col21","_col22","_col23","_col24","_col25","_col26","_col27","_col28","_col29","_col30","_col31","_col32","_col33","_col34","_col35","_col36","_col37","_col38","_col39","_col40","_col41"] <-Reducer 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_247] - null sort order:z,sort order:+ Group By Operator [GBY_246] (rows=2423925 width=4510) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15","_col16","_col17","_col18","_col19","_col20","_col21","_col22","_col23","_col24","_col25","_col26","_col27","_col28","_col29","_col30","_col31","_col32","_col33","_col34","_col35","_col36","_col37","_col38","_col39","_col40","_col41"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)","sum(VALUE._col2)","sum(VALUE._col3)","sum(VALUE._col4)","sum(VALUE._col5)","sum(VALUE._col6)","sum(VALUE._col7)","sum(VALUE._col8)","sum(VALUE._col9)","sum(VALUE._col10)","sum(VALUE._col11)","sum(VALUE._col12)","sum(VALUE._col13)","sum(VALUE._col14)","sum(VALUE._col15)","sum(VALUE._col16)","sum(VALUE._col17)","sum(VALUE._col18)","sum(VALUE._col19)","sum(VALUE._col20)","sum(VALUE._col21)","sum(VALUE._col22)","sum(VALUE._col23)","sum(VALUE._col24)","sum(VALUE._col25)","sum(VALUE._col26)","sum(VALUE._col27)","sum(VALUE._col28)","sum(VALUE._col29)","sum(VALUE._col30)","sum(VALUE._col31)","sum(VALUE._col32)","sum(VALUE._col33)","sum(VALUE._col34)","sum(VALUE._col35)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3, KEY._col4, KEY._col5 <-Union 7 [SIMPLE_EDGE] <-Reducer 15 [CONTAINS] vectorized Reduce Output Operator [RS_261] - PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5,null sort order:zaaaaa,sort order:++++++ + PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5 Group By Operator [GBY_260] (rows=2513727 width=4510) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15","_col16","_col17","_col18","_col19","_col20","_col21","_col22","_col23","_col24","_col25","_col26","_col27","_col28","_col29","_col30","_col31","_col32","_col33","_col34","_col35","_col36","_col37","_col38","_col39","_col40","_col41"],aggregations:["sum(_col6)","sum(_col7)","sum(_col8)","sum(_col9)","sum(_col10)","sum(_col11)","sum(_col12)","sum(_col13)","sum(_col14)","sum(_col15)","sum(_col16)","sum(_col17)","sum(_col18)","sum(_col19)","sum(_col20)","sum(_col21)","sum(_col22)","sum(_col23)","sum(_col24)","sum(_col25)","sum(_col26)","sum(_col27)","sum(_col28)","sum(_col29)","sum(_col30)","sum(_col31)","sum(_col32)","sum(_col33)","sum(_col34)","sum(_col35)","sum(_col36)","sum(_col37)","sum(_col38)","sum(_col39)","sum(_col40)","sum(_col41)"],keys:_col0, _col1, _col2, _col3, _col4, _col5 Top N Key Operator [TNK_259] (rows=2513727 width=3166) - keys:_col0, _col1, _col2, _col3, _col4, _col5,null sort order:zaaaaa,sort order:++++++,top n:100 + keys:_col0, _col1, _col2, _col3, _col4, _col5,top n:100 Select Operator [SEL_258] (rows=2513727 width=3166) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15","_col16","_col17","_col18","_col19","_col20","_col21","_col22","_col23","_col24","_col25","_col26","_col27","_col28","_col29","_col30","_col31","_col32","_col33","_col34","_col35","_col36","_col37","_col38","_col39","_col40","_col41"] Group By Operator [GBY_257] (rows=2513700 width=3166) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15","_col16","_col17","_col18","_col19","_col20","_col21","_col22","_col23","_col24","_col25","_col26","_col27","_col28","_col29"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)","sum(VALUE._col2)","sum(VALUE._col3)","sum(VALUE._col4)","sum(VALUE._col5)","sum(VALUE._col6)","sum(VALUE._col7)","sum(VALUE._col8)","sum(VALUE._col9)","sum(VALUE._col10)","sum(VALUE._col11)","sum(VALUE._col12)","sum(VALUE._col13)","sum(VALUE._col14)","sum(VALUE._col15)","sum(VALUE._col16)","sum(VALUE._col17)","sum(VALUE._col18)","sum(VALUE._col19)","sum(VALUE._col20)","sum(VALUE._col21)","sum(VALUE._col22)","sum(VALUE._col23)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3, KEY._col4, KEY._col5 <-Reducer 14 [SIMPLE_EDGE] SHUFFLE [RS_61] - PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5,null sort order:aaaaaa,sort order:++++++ + PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5 Group By Operator [GBY_60] (rows=15681803 width=3166) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15","_col16","_col17","_col18","_col19","_col20","_col21","_col22","_col23","_col24","_col25","_col26","_col27","_col28","_col29"],aggregations:["sum(_col6)","sum(_col7)","sum(_col8)","sum(_col9)","sum(_col10)","sum(_col11)","sum(_col12)","sum(_col13)","sum(_col14)","sum(_col15)","sum(_col16)","sum(_col17)","sum(_col18)","sum(_col19)","sum(_col20)","sum(_col21)","sum(_col22)","sum(_col23)","sum(_col24)","sum(_col25)","sum(_col26)","sum(_col27)","sum(_col28)","sum(_col29)"],keys:_col0, _col1, _col2, _col3, _col4, _col5 Select Operator [SEL_58] (rows=15681803 width=750) @@ -514,19 +513,19 @@ Stage-0 Conds:RS_55._col3=RS_240._col0(Inner),Output:["_col4","_col5","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15","_col16","_col17","_col18","_col19","_col22","_col23","_col24","_col25","_col26","_col27"] <-Map 20 [SIMPLE_EDGE] vectorized SHUFFLE [RS_240] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_238] (rows=27 width=482) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"] TableScan [TS_12] (rows=27 width=482) default@warehouse,warehouse,Tbl:COMPLETE,Col:COMPLETE,Output:["w_warehouse_sk","w_warehouse_name","w_warehouse_sq_ft","w_city","w_county","w_state","w_country"] <-Reducer 13 [SIMPLE_EDGE] SHUFFLE [RS_55] - PartitionCols:_col3,null sort order:a,sort order:+ + PartitionCols:_col3 Merge Join Operator [MERGEJOIN_201] (rows=15681803 width=275) Conds:RS_52._col2=RS_219._col0(Inner),Output:["_col3","_col4","_col5","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15","_col16","_col17","_col18","_col19"] <-Map 17 [SIMPLE_EDGE] vectorized SHUFFLE [RS_219] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_216] (rows=1 width=4) Output:["_col0"] Filter Operator [FIL_215] (rows=1 width=88) @@ -535,12 +534,12 @@ Stage-0 default@ship_mode,ship_mode,Tbl:COMPLETE,Col:COMPLETE,Output:["sm_ship_mode_sk","sm_carrier"] <-Reducer 12 [SIMPLE_EDGE] SHUFFLE [RS_52] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Merge Join Operator [MERGEJOIN_200] (rows=282272460 width=279) Conds:RS_49._col0=RS_237._col0(Inner),Output:["_col2","_col3","_col4","_col5","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15","_col16","_col17","_col18","_col19"] <-Map 16 [SIMPLE_EDGE] vectorized SHUFFLE [RS_237] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_235] (rows=652 width=52) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12"] Filter Operator [FIL_234] (rows=652 width=12) @@ -549,12 +548,12 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_moy"] <-Reducer 11 [SIMPLE_EDGE] SHUFFLE [RS_49] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_199] (rows=282272460 width=235) Conds:RS_256._col1=RS_233._col0(Inner),Output:["_col0","_col2","_col3","_col4","_col5"] <-Map 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_233] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_231] (rows=33426 width=4) Output:["_col0"] Filter Operator [FIL_230] (rows=33426 width=8) @@ -563,7 +562,7 @@ Stage-0 default@time_dim,time_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["t_time_sk","t_time"] <-Map 21 [SIMPLE_EDGE] vectorized SHUFFLE [RS_256] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_255] (rows=282272460 width=239) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Filter Operator [FIL_254] (rows=282272460 width=243) @@ -583,18 +582,18 @@ Stage-0 Please refer to the previous Select Operator [SEL_216] <-Reducer 6 [CONTAINS] vectorized Reduce Output Operator [RS_245] - PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5,null sort order:zaaaaa,sort order:++++++ + PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5 Group By Operator [GBY_244] (rows=2513727 width=4510) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15","_col16","_col17","_col18","_col19","_col20","_col21","_col22","_col23","_col24","_col25","_col26","_col27","_col28","_col29","_col30","_col31","_col32","_col33","_col34","_col35","_col36","_col37","_col38","_col39","_col40","_col41"],aggregations:["sum(_col6)","sum(_col7)","sum(_col8)","sum(_col9)","sum(_col10)","sum(_col11)","sum(_col12)","sum(_col13)","sum(_col14)","sum(_col15)","sum(_col16)","sum(_col17)","sum(_col18)","sum(_col19)","sum(_col20)","sum(_col21)","sum(_col22)","sum(_col23)","sum(_col24)","sum(_col25)","sum(_col26)","sum(_col27)","sum(_col28)","sum(_col29)","sum(_col30)","sum(_col31)","sum(_col32)","sum(_col33)","sum(_col34)","sum(_col35)","sum(_col36)","sum(_col37)","sum(_col38)","sum(_col39)","sum(_col40)","sum(_col41)"],keys:_col0, _col1, _col2, _col3, _col4, _col5 Top N Key Operator [TNK_243] (rows=2513727 width=3166) - keys:_col0, _col1, _col2, _col3, _col4, _col5,null sort order:zaaaaa,sort order:++++++,top n:100 + keys:_col0, _col1, _col2, _col3, _col4, _col5,top n:100 Select Operator [SEL_242] (rows=2513727 width=3166) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15","_col16","_col17","_col18","_col19","_col20","_col21","_col22","_col23","_col24","_col25","_col26","_col27","_col28","_col29","_col30","_col31","_col32","_col33","_col34","_col35","_col36","_col37","_col38","_col39","_col40","_col41"] Group By Operator [GBY_241] (rows=27 width=3166) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15","_col16","_col17","_col18","_col19","_col20","_col21","_col22","_col23","_col24","_col25","_col26","_col27","_col28","_col29"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)","sum(VALUE._col2)","sum(VALUE._col3)","sum(VALUE._col4)","sum(VALUE._col5)","sum(VALUE._col6)","sum(VALUE._col7)","sum(VALUE._col8)","sum(VALUE._col9)","sum(VALUE._col10)","sum(VALUE._col11)","sum(VALUE._col12)","sum(VALUE._col13)","sum(VALUE._col14)","sum(VALUE._col15)","sum(VALUE._col16)","sum(VALUE._col17)","sum(VALUE._col18)","sum(VALUE._col19)","sum(VALUE._col20)","sum(VALUE._col21)","sum(VALUE._col22)","sum(VALUE._col23)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3, KEY._col4, KEY._col5 <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_29] - PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5,null sort order:aaaaaa,sort order:++++++ + PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5 Group By Operator [GBY_28] (rows=27 width=3166) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15","_col16","_col17","_col18","_col19","_col20","_col21","_col22","_col23","_col24","_col25","_col26","_col27","_col28","_col29"],aggregations:["sum(_col6)","sum(_col7)","sum(_col8)","sum(_col9)","sum(_col10)","sum(_col11)","sum(_col12)","sum(_col13)","sum(_col14)","sum(_col15)","sum(_col16)","sum(_col17)","sum(_col18)","sum(_col19)","sum(_col20)","sum(_col21)","sum(_col22)","sum(_col23)","sum(_col24)","sum(_col25)","sum(_col26)","sum(_col27)","sum(_col28)","sum(_col29)"],keys:_col0, _col1, _col2, _col3, _col4, _col5 Select Operator [SEL_26] (rows=7992175 width=750) @@ -603,38 +602,38 @@ Stage-0 Conds:RS_23._col3=RS_239._col0(Inner),Output:["_col4","_col5","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15","_col16","_col17","_col18","_col19","_col22","_col23","_col24","_col25","_col26","_col27"] <-Map 20 [SIMPLE_EDGE] vectorized SHUFFLE [RS_239] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_238] <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_23] - PartitionCols:_col3,null sort order:a,sort order:+ + PartitionCols:_col3 Merge Join Operator [MERGEJOIN_197] (rows=7992175 width=275) Conds:RS_20._col2=RS_217._col0(Inner),Output:["_col3","_col4","_col5","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15","_col16","_col17","_col18","_col19"] <-Map 17 [SIMPLE_EDGE] vectorized SHUFFLE [RS_217] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_216] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_20] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Merge Join Operator [MERGEJOIN_196] (rows=143859154 width=279) Conds:RS_17._col0=RS_236._col0(Inner),Output:["_col2","_col3","_col4","_col5","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15","_col16","_col17","_col18","_col19"] <-Map 16 [SIMPLE_EDGE] vectorized SHUFFLE [RS_236] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_235] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_17] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_195] (rows=143859154 width=235) Conds:RS_229._col1=RS_232._col0(Inner),Output:["_col0","_col2","_col3","_col4","_col5"] <-Map 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_232] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_231] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_229] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_228] (rows=143859154 width=239) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Filter Operator [FIL_227] (rows=143859154 width=243) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query67.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query67.q.out index 3156a2798b..ee1bf12068 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query67.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query67.q.out @@ -118,7 +118,6 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9"] <-Reducer 6 [SIMPLE_EDGE] vectorized SHUFFLE [RS_104] - null sort order:zzzzzzzzzz,sort order:++++++++++ Select Operator [SEL_103] (rows=1575989691 width=617) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9"] Filter Operator [FIL_102] (rows=1575989691 width=613) @@ -129,45 +128,45 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8"] <-Reducer 5 [SIMPLE_EDGE] vectorized SHUFFLE [RS_99] - PartitionCols:_col6,null sort order:az,sort order:+- + PartitionCols:_col6 Select Operator [SEL_98] (rows=4727969073 width=613) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8"] Group By Operator [GBY_97] (rows=4727969073 width=621) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col9"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3, KEY._col4, KEY._col5, KEY._col6, KEY._col7, KEY._col8 <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_21] - PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8,null sort order:aaaaaaaaa,sort order:+++++++++ + PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8 Group By Operator [GBY_20] (rows=4727969073 width=621) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9"],aggregations:["sum(_col3)"],keys:_col5, _col6, _col7, _col9, _col11, _col12, _col13, _col14, 0L Merge Join Operator [MERGEJOIN_81] (rows=525329897 width=613) Conds:RS_16._col1=RS_96._col0(Inner),Output:["_col3","_col5","_col6","_col7","_col9","_col11","_col12","_col13","_col14"] <-Map 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_96] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_95] (rows=462000 width=393) Output:["_col0","_col1","_col2","_col3","_col4"] TableScan [TS_8] (rows=462000 width=393) default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_brand","i_class","i_category","i_product_name"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_16] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_80] (rows=525329897 width=228) Conds:RS_13._col2=RS_94._col0(Inner),Output:["_col1","_col3","_col5","_col6","_col7","_col9"] <-Map 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_94] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_93] (rows=1704 width=104) Output:["_col0","_col1"] TableScan [TS_6] (rows=1704 width=104) default@store,store,Tbl:COMPLETE,Col:COMPLETE,Output:["s_store_sk","s_store_id"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_13] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Merge Join Operator [MERGEJOIN_79] (rows=525329897 width=131) Conds:RS_92._col0=RS_84._col0(Inner),Output:["_col1","_col2","_col3","_col5","_col6","_col7"] <-Map 8 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_84] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_83] (rows=317 width=16) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_82] (rows=317 width=20) @@ -176,7 +175,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_month_seq","d_year","d_moy","d_qoy"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_92] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_91] (rows=525329897 width=123) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_90] (rows=525329897 width=122) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query68.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query68.q.out index 9abe8e1a05..97b97ce19d 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query68.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query68.q.out @@ -120,7 +120,6 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_44] - null sort order:zz,sort order:++ Select Operator [SEL_43] (rows=457565061 width=706) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"] Filter Operator [FIL_42] (rows=457565061 width=706) @@ -129,19 +128,19 @@ Stage-0 Conds:RS_39._col0=RS_169._col1(Inner),Output:["_col2","_col3","_col5","_col6","_col8","_col9","_col10","_col11"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_39] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_138] (rows=80000000 width=277) Conds:RS_146._col1=RS_148._col0(Inner),Output:["_col0","_col2","_col3","_col5"] <-Map 5 [SIMPLE_EDGE] vectorized SHUFFLE [RS_148] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_147] (rows=40000000 width=97) Output:["_col0","_col1"] TableScan [TS_3] (rows=40000000 width=97) default@customer_address,current_addr,Tbl:COMPLETE,Col:COMPLETE,Output:["ca_address_sk","ca_city"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_146] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_145] (rows=80000000 width=188) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_144] (rows=80000000 width=188) @@ -150,30 +149,30 @@ Stage-0 default@customer,customer,Tbl:COMPLETE,Col:COMPLETE,Output:["c_customer_sk","c_current_addr_sk","c_first_name","c_last_name"] <-Reducer 7 [SIMPLE_EDGE] vectorized SHUFFLE [RS_169] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_168] (rows=457565061 width=436) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Group By Operator [GBY_167] (rows=457565061 width=440) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)","sum(VALUE._col2)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3 <-Reducer 6 [SIMPLE_EDGE] SHUFFLE [RS_33] - PartitionCols:_col0, _col1, _col2, _col3,null sort order:aaaa,sort order:++++ + PartitionCols:_col0, _col1, _col2, _col3 Group By Operator [GBY_32] (rows=457565061 width=440) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"],aggregations:["sum(_col6)","sum(_col7)","sum(_col8)"],keys:_col1, _col13, _col3, _col5 Merge Join Operator [MERGEJOIN_142] (rows=457565061 width=425) Conds:RS_28._col3=RS_149._col0(Inner),Output:["_col1","_col3","_col5","_col6","_col7","_col8","_col13"] <-Map 5 [SIMPLE_EDGE] vectorized SHUFFLE [RS_149] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_147] <-Reducer 11 [SIMPLE_EDGE] SHUFFLE [RS_28] - PartitionCols:_col3,null sort order:a,sort order:+ + PartitionCols:_col3 Merge Join Operator [MERGEJOIN_141] (rows=457565061 width=332) Conds:RS_25._col2=RS_166._col0(Inner),Output:["_col1","_col3","_col5","_col6","_col7","_col8"] <-Map 15 [SIMPLE_EDGE] vectorized SHUFFLE [RS_166] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_165] (rows=1855 width=4) Output:["_col0"] Filter Operator [FIL_164] (rows=1855 width=12) @@ -182,12 +181,12 @@ Stage-0 default@household_demographics,household_demographics,Tbl:COMPLETE,Col:COMPLETE,Output:["hd_demo_sk","hd_dep_count","hd_vehicle_count"] <-Reducer 10 [SIMPLE_EDGE] SHUFFLE [RS_25] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Merge Join Operator [MERGEJOIN_140] (rows=457565061 width=336) Conds:RS_22._col4=RS_163._col0(Inner),Output:["_col1","_col2","_col3","_col5","_col6","_col7","_col8"] <-Map 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_163] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_162] (rows=14 width=4) Output:["_col0"] Filter Operator [FIL_161] (rows=14 width=97) @@ -196,12 +195,12 @@ Stage-0 default@store,store,Tbl:COMPLETE,Col:COMPLETE,Output:["s_store_sk","s_city"] <-Reducer 9 [SIMPLE_EDGE] SHUFFLE [RS_22] - PartitionCols:_col4,null sort order:a,sort order:+ + PartitionCols:_col4 Merge Join Operator [MERGEJOIN_139] (rows=457565061 width=340) Conds:RS_160._col0=RS_152._col0(Inner),Output:["_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8"] <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_152] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_151] (rows=170 width=4) Output:["_col0"] Filter Operator [FIL_150] (rows=170 width=12) @@ -210,7 +209,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_dom"] <-Map 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_160] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_159] (rows=457565061 width=343) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8"] Filter Operator [FIL_158] (rows=457565061 width=343) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query69.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query69.q.out index 71bb17e27a..d7469ae5a9 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query69.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query69.q.out @@ -140,18 +140,17 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"] <-Reducer 7 [SIMPLE_EDGE] vectorized SHUFFLE [RS_226] - null sort order:zzzzz,sort order:+++++ Select Operator [SEL_225] (rows=1 width=383) Output:["_col0","_col1","_col2","_col3","_col4","_col6"] Group By Operator [GBY_224] (rows=1 width=367) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],aggregations:["count(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3, KEY._col4 <-Reducer 6 [SIMPLE_EDGE] SHUFFLE [RS_68] - PartitionCols:_col0, _col1, _col2, _col3, _col4,null sort order:zzzzz,sort order:+++++ + PartitionCols:_col0, _col1, _col2, _col3, _col4 Group By Operator [GBY_67] (rows=1 width=367) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],aggregations:["count()"],keys:_col6, _col7, _col8, _col9, _col10 Top N Key Operator [TNK_104] (rows=1 width=363) - keys:_col6, _col7, _col8, _col9, _col10,null sort order:zzzzz,sort order:+++++,top n:100 + keys:_col6, _col7, _col8, _col9, _col10,top n:100 Select Operator [SEL_66] (rows=1 width=363) Output:["_col6","_col7","_col8","_col9","_col10"] Filter Operator [FIL_65] (rows=1 width=363) @@ -160,7 +159,7 @@ Stage-0 Conds:RS_62._col0=RS_223._col1(Left Outer),Output:["_col6","_col7","_col8","_col9","_col10","_col13"] <-Reducer 5 [SIMPLE_EDGE] PARTITION_ONLY_SHUFFLE [RS_62] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_47] (rows=1 width=367) Output:["_col0","_col6","_col7","_col8","_col9","_col10"] Filter Operator [FIL_46] (rows=1 width=367) @@ -169,21 +168,21 @@ Stage-0 Conds:RS_43._col0=RS_215._col1(Left Outer),Output:["_col0","_col6","_col7","_col8","_col9","_col10","_col11"] <-Reducer 17 [SIMPLE_EDGE] vectorized SHUFFLE [RS_215] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_214] (rows=1414922 width=7) Output:["_col0","_col1"] Group By Operator [GBY_213] (rows=1414922 width=3) Output:["_col0"],keys:KEY._col0 <-Reducer 16 [SIMPLE_EDGE] SHUFFLE [RS_29] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_28] (rows=143930993 width=3) Output:["_col0"],keys:_col1 Merge Join Operator [MERGEJOIN_179] (rows=143930993 width=3) Conds:RS_212._col0=RS_196._col0(Inner),Output:["_col1"] <-Map 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_196] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_193] (rows=150 width=4) Output:["_col0"] Filter Operator [FIL_192] (rows=150 width=12) @@ -192,7 +191,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_moy"] <-Map 21 [SIMPLE_EDGE] vectorized SHUFFLE [RS_212] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_211] (rows=143930993 width=7) Output:["_col0","_col1"] Filter Operator [FIL_210] (rows=143930993 width=7) @@ -212,12 +211,12 @@ Stage-0 Please refer to the previous Select Operator [SEL_193] <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_43] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_181] (rows=525327388 width=363) Conds:RS_40._col0=RS_41._col0(Left Semi),Output:["_col0","_col6","_col7","_col8","_col9","_col10"] <-Reducer 13 [SIMPLE_EDGE] SHUFFLE [RS_41] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_39] (rows=525327388 width=3) Output:["_col0"],keys:_col0 Select Operator [SEL_17] (rows=525327388 width=3) @@ -226,11 +225,11 @@ Stage-0 Conds:RS_207._col0=RS_194._col0(Inner),Output:["_col1"] <-Map 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_194] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_193] <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_207] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_206] (rows=525327388 width=7) Output:["_col0","_col1"] Filter Operator [FIL_205] (rows=525327388 width=7) @@ -250,24 +249,24 @@ Stage-0 Please refer to the previous Select Operator [SEL_193] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_40] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_177] (rows=4605476 width=363) Conds:RS_35._col1=RS_191._col0(Inner),Output:["_col0","_col6","_col7","_col8","_col9","_col10"] <-Map 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_191] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_190] (rows=1861800 width=363) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] TableScan [TS_6] (rows=1861800 width=363) default@customer_demographics,customer_demographics,Tbl:COMPLETE,Col:COMPLETE,Output:["cd_demo_sk","cd_gender","cd_marital_status","cd_education_status","cd_purchase_estimate","cd_credit_rating"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_35] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_176] (rows=4541258 width=5) Conds:RS_186._col2=RS_189._col0(Inner),Output:["_col0","_col1"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_186] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Select Operator [SEL_185] (rows=77201384 width=11) Output:["_col0","_col1","_col2"] Filter Operator [FIL_184] (rows=77201384 width=11) @@ -276,7 +275,7 @@ Stage-0 default@customer,c,Tbl:COMPLETE,Col:COMPLETE,Output:["c_customer_sk","c_current_cdemo_sk","c_current_addr_sk"] <-Map 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_189] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_188] (rows=2352941 width=90) Output:["_col0"] Filter Operator [FIL_187] (rows=2352941 width=90) @@ -285,25 +284,25 @@ Stage-0 default@customer_address,ca,Tbl:COMPLETE,Col:COMPLETE,Output:["ca_address_sk","ca_state"] <-Reducer 20 [SIMPLE_EDGE] vectorized SHUFFLE [RS_223] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_222] (rows=1401496 width=7) Output:["_col0","_col1"] Group By Operator [GBY_221] (rows=1401496 width=3) Output:["_col0"],keys:KEY._col0 <-Reducer 19 [SIMPLE_EDGE] SHUFFLE [RS_59] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_58] (rows=285115246 width=3) Output:["_col0"],keys:_col1 Merge Join Operator [MERGEJOIN_180] (rows=285115246 width=3) Conds:RS_220._col0=RS_198._col0(Inner),Output:["_col1"] <-Map 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_198] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_193] <-Map 22 [SIMPLE_EDGE] vectorized SHUFFLE [RS_220] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_219] (rows=285115246 width=7) Output:["_col0","_col1"] Filter Operator [FIL_218] (rows=285115246 width=7) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query7.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query7.q.out index e4e28188dd..b2eccdbe90 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query7.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query7.q.out @@ -74,35 +74,34 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4"] <-Reducer 6 [SIMPLE_EDGE] vectorized SHUFFLE [RS_120] - null sort order:z,sort order:+ Select Operator [SEL_119] (rows=310774 width=444) Output:["_col0","_col1","_col2","_col3","_col4"] Group By Operator [GBY_118] (rows=310774 width=476) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8"],aggregations:["sum(VALUE._col0)","count(VALUE._col1)","sum(VALUE._col2)","count(VALUE._col3)","sum(VALUE._col4)","count(VALUE._col5)","sum(VALUE._col6)","count(VALUE._col7)"],keys:KEY._col0 <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_28] - PartitionCols:_col0,null sort order:z,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_27] (rows=462000 width=476) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8"],aggregations:["sum(_col4)","count(_col4)","sum(_col5)","count(_col5)","sum(_col7)","count(_col7)","sum(_col6)","count(_col6)"],keys:_col12 Top N Key Operator [TNK_54] (rows=4635977 width=100) - keys:_col12,null sort order:z,sort order:+,top n:100 + keys:_col12,top n:100 Merge Join Operator [MERGEJOIN_98] (rows=4635977 width=100) Conds:RS_23._col1=RS_117._col0(Inner),Output:["_col4","_col5","_col6","_col7","_col12"] <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_117] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_116] (rows=462000 width=104) Output:["_col0","_col1"] TableScan [TS_12] (rows=462000 width=104) default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_item_id"] <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_23] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_97] (rows=4635977 width=4) Conds:RS_20._col3=RS_115._col0(Inner),Output:["_col1","_col4","_col5","_col6","_col7"] <-Map 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_115] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_114] (rows=2300 width=4) Output:["_col0"] Filter Operator [FIL_113] (rows=2300 width=174) @@ -111,12 +110,12 @@ Stage-0 default@promotion,promotion,Tbl:COMPLETE,Col:COMPLETE,Output:["p_promo_sk","p_channel_email","p_channel_event"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_20] - PartitionCols:_col3,null sort order:a,sort order:+ + PartitionCols:_col3 Merge Join Operator [MERGEJOIN_96] (rows=4635977 width=4) Conds:RS_17._col0=RS_112._col0(Inner),Output:["_col1","_col3","_col4","_col5","_col6","_col7"] <-Map 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_112] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_111] (rows=652 width=4) Output:["_col0"] Filter Operator [FIL_110] (rows=652 width=8) @@ -125,12 +124,12 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_17] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_95] (rows=4635977 width=4) Conds:RS_109._col2=RS_101._col0(Inner),Output:["_col0","_col1","_col3","_col4","_col5","_col6","_col7"] <-Map 8 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_101] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_100] (rows=14776 width=4) Output:["_col0"] Filter Operator [FIL_99] (rows=14776 width=268) @@ -139,7 +138,7 @@ Stage-0 default@customer_demographics,customer_demographics,Tbl:COMPLETE,Col:COMPLETE,Output:["cd_demo_sk","cd_gender","cd_marital_status","cd_education_status"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_109] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Select Operator [SEL_108] (rows=501686735 width=340) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"] Filter Operator [FIL_107] (rows=501686735 width=340) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query70.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query70.q.out index b209ccde61..d5efae9aeb 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query70.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query70.q.out @@ -107,7 +107,6 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4"] <-Reducer 5 [SIMPLE_EDGE] vectorized SHUFFLE [RS_167] - null sort order:zzz,sort order:-++ Select Operator [SEL_166] (rows=720 width=492) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] PTF Operator [PTF_165] (rows=720 width=304) @@ -116,14 +115,14 @@ Stage-0 Output:["_col0","_col1","_col2","_col3"] <-Reducer 4 [SIMPLE_EDGE] vectorized SHUFFLE [RS_163] - PartitionCols:(grouping(_col3, 1L) + grouping(_col3, 0L)), CASE WHEN ((grouping(_col3, 0L) = UDFToLong(0))) THEN (_col0) ELSE (CAST( null AS STRING)) END,null sort order:aaz,sort order:++- + PartitionCols:(grouping(_col3, 1L) + grouping(_col3, 0L)), CASE WHEN ((grouping(_col3, 0L) = UDFToLong(0))) THEN (_col0) ELSE (CAST( null AS STRING)) END Select Operator [SEL_162] (rows=720 width=304) Output:["_col0","_col1","_col2","_col3"] Group By Operator [GBY_161] (rows=720 width=304) Output:["_col0","_col1","_col2","_col3"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_50] - PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_49] (rows=430560 width=304) Output:["_col0","_col1","_col2","_col3"],aggregations:["sum(_col2)"],keys:_col0, _col1, 0L Select Operator [SEL_47] (rows=525329897 width=290) @@ -132,12 +131,12 @@ Stage-0 Conds:RS_44._col1=RS_45._col0(Inner),Output:["_col2","_col6","_col7"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_44] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_132] (rows=525329897 width=110) Conds:RS_147._col0=RS_139._col0(Inner),Output:["_col1","_col2"] <-Map 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_139] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_138] (rows=317 width=8) Output:["_col0"] Filter Operator [FIL_137] (rows=317 width=8) @@ -146,7 +145,7 @@ Stage-0 default@date_dim,d1,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_month_seq"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_147] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_146] (rows=525329897 width=114) Output:["_col0","_col1","_col2"] Filter Operator [FIL_145] (rows=525329897 width=114) @@ -166,12 +165,12 @@ Stage-0 Please refer to the previous Select Operator [SEL_138] <-Reducer 10 [SIMPLE_EDGE] SHUFFLE [RS_45] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_135] (rows=556 width=188) Conds:RS_160._col2=RS_157._col0(Inner),Output:["_col0","_col1","_col2"] <-Map 13 [SIMPLE_EDGE] vectorized SHUFFLE [RS_160] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Select Operator [SEL_159] (rows=1704 width=188) Output:["_col0","_col1","_col2"] Filter Operator [FIL_158] (rows=1704 width=188) @@ -180,7 +179,7 @@ Stage-0 default@store,store,Tbl:COMPLETE,Col:COMPLETE,Output:["s_store_sk","s_county","s_state"] <-Reducer 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_157] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_156] (rows=16 width=86) Output:["_col0"] Filter Operator [FIL_155] (rows=16 width=198) @@ -191,23 +190,23 @@ Stage-0 Output:["_col0","_col1"] <-Reducer 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_152] - PartitionCols:_col0,null sort order:az,sort order:+- + PartitionCols:_col0 Group By Operator [GBY_151] (rows=49 width=198) Output:["_col0","_col1"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0 <-Reducer 7 [SIMPLE_EDGE] SHUFFLE [RS_26] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_25] (rows=19404 width=198) Output:["_col0","_col1"],aggregations:["sum(_col2)"],keys:_col5 Merge Join Operator [MERGEJOIN_134] (rows=525329897 width=192) Conds:RS_21._col1=RS_150._col0(Inner),Output:["_col2","_col5"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_21] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Please refer to the previous Merge Join Operator [MERGEJOIN_132] <-Map 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_150] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_149] (rows=1704 width=90) Output:["_col0","_col1"] Filter Operator [FIL_148] (rows=1704 width=90) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query71.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query71.q.out index 53fe483956..1238e6aa45 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query71.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query71.q.out @@ -115,21 +115,20 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4"] <-Reducer 6 [SIMPLE_EDGE] vectorized SHUFFLE [RS_172] - null sort order:zz,sort order:-+ Select Operator [SEL_171] (rows=145803092 width=227) Output:["_col1","_col2","_col3","_col4","_col5"] Group By Operator [GBY_170] (rows=145803092 width=223) Output:["_col0","_col1","_col2","_col3","_col4"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3 <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_46] - PartitionCols:_col0, _col1, _col2, _col3,null sort order:aaaa,sort order:++++ + PartitionCols:_col0, _col1, _col2, _col3 Group By Operator [GBY_45] (rows=145803092 width=223) Output:["_col0","_col1","_col2","_col3","_col4"],aggregations:["sum(_col0)"],keys:_col4, _col7, _col8, _col5 Merge Join Operator [MERGEJOIN_140] (rows=145803092 width=204) Conds:RS_41._col2=RS_169._col0(Inner),Output:["_col0","_col4","_col5","_col7","_col8"] <-Map 19 [SIMPLE_EDGE] vectorized SHUFFLE [RS_169] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_168] (rows=43200 width=12) Output:["_col0","_col1","_col2"] Filter Operator [FIL_167] (rows=43200 width=99) @@ -138,12 +137,12 @@ Stage-0 default@time_dim,time_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["t_time_sk","t_hour","t_minute","t_meal_time"] <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_41] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Merge Join Operator [MERGEJOIN_139] (rows=145803092 width=200) Conds:Union 3._col1=RS_166._col0(Inner),Output:["_col0","_col2","_col4","_col5"] <-Map 18 [SIMPLE_EDGE] vectorized SHUFFLE [RS_166] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_165] (rows=7333 width=107) Output:["_col0","_col1","_col2"] Filter Operator [FIL_164] (rows=7333 width=111) @@ -153,14 +152,14 @@ Stage-0 <-Union 3 [SIMPLE_EDGE] <-Reducer 11 [CONTAINS] Reduce Output Operator [RS_148] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_146] (rows=285116947 width=119) Output:["_col0","_col1","_col2"] Merge Join Operator [MERGEJOIN_145] (rows=285116947 width=119) Conds:RS_185._col0=RS_177._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 12 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_177] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_176] (rows=50 width=4) Output:["_col0"] Filter Operator [FIL_175] (rows=50 width=12) @@ -169,7 +168,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_moy"] <-Map 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_185] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_184] (rows=285116947 width=123) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_183] (rows=285116947 width=123) @@ -189,14 +188,14 @@ Stage-0 Please refer to the previous Select Operator [SEL_176] <-Reducer 15 [CONTAINS] Reduce Output Operator [RS_152] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_150] (rows=525325345 width=114) Output:["_col0","_col1","_col2"] Merge Join Operator [MERGEJOIN_149] (rows=525325345 width=114) Conds:RS_196._col0=RS_188._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 16 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_188] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_187] (rows=50 width=4) Output:["_col0"] Filter Operator [FIL_186] (rows=50 width=12) @@ -205,7 +204,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_moy"] <-Map 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_196] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_195] (rows=525325345 width=118) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_194] (rows=525325345 width=118) @@ -225,14 +224,14 @@ Stage-0 Please refer to the previous Select Operator [SEL_187] <-Reducer 2 [CONTAINS] Reduce Output Operator [RS_144] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_142] (rows=143930836 width=119) Output:["_col0","_col1","_col2"] Merge Join Operator [MERGEJOIN_141] (rows=143930836 width=119) Conds:RS_163._col0=RS_155._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 8 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_155] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_154] (rows=50 width=4) Output:["_col0"] Filter Operator [FIL_153] (rows=50 width=12) @@ -241,7 +240,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_moy"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_163] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_162] (rows=143930836 width=123) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_161] (rows=143930836 width=123) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query72.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query72.q.out index 218d8f72b3..9d6a3f6a00 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query72.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query72.q.out @@ -108,12 +108,11 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5"] <-Reducer 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_280] - null sort order:zzzz,sort order:-+++ Group By Operator [GBY_279] (rows=2645646117 width=312) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],aggregations:["count(VALUE._col0)","count(VALUE._col1)","count(VALUE._col2)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 10 [SIMPLE_EDGE] SHUFFLE [RS_66] - PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_65] (rows=2645646117 width=312) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],aggregations:["count(_col3)","count(_col4)","count()"],keys:_col0, _col1, _col2 Select Operator [SEL_63] (rows=6823092784 width=292) @@ -122,35 +121,35 @@ Stage-0 Conds:RS_60._col4, _col6=RS_278._col0, _col1(Left Outer),Output:["_col13","_col15","_col19","_col25"] <-Map 24 [SIMPLE_EDGE] vectorized SHUFFLE [RS_278] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Select Operator [SEL_277] (rows=28798881 width=8) Output:["_col0","_col1"] TableScan [TS_58] (rows=28798881 width=8) default@catalog_returns,catalog_returns,Tbl:COMPLETE,Col:COMPLETE,Output:["cr_item_sk","cr_order_number"] <-Reducer 9 [SIMPLE_EDGE] SHUFFLE [RS_60] - PartitionCols:_col4, _col6,null sort order:aa,sort order:++ + PartitionCols:_col4, _col6 Select Operator [SEL_57] (rows=2645646117 width=300) Output:["_col4","_col6","_col13","_col15","_col19","_col25"] Merge Join Operator [MERGEJOIN_246] (rows=2645646117 width=300) Conds:RS_54._col4=RS_276._col0(Inner),Output:["_col4","_col6","_col13","_col20","_col21","_col25"] <-Map 23 [SIMPLE_EDGE] vectorized SHUFFLE [RS_276] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_275] (rows=462000 width=188) Output:["_col0","_col1"] TableScan [TS_29] (rows=462000 width=188) default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_item_desc"] <-Reducer 8 [SIMPLE_EDGE] SHUFFLE [RS_54] - PartitionCols:_col4,null sort order:a,sort order:+ + PartitionCols:_col4 Filter Operator [FIL_53] (rows=2645646117 width=132) predicate:(_col23 > _col14) Merge Join Operator [MERGEJOIN_245] (rows=7936938353 width=132) Conds:RS_50._col1=RS_274._col0(Inner),Output:["_col4","_col6","_col13","_col14","_col20","_col21","_col23"] <-Map 22 [SIMPLE_EDGE] vectorized SHUFFLE [RS_274] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_273] (rows=73049 width=12) Output:["_col0","_col1"] Filter Operator [FIL_272] (rows=73049 width=98) @@ -159,38 +158,38 @@ Stage-0 default@date_dim,d3,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_date"] <-Reducer 7 [SIMPLE_EDGE] SHUFFLE [RS_50] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_244] (rows=7936938353 width=127) Conds:RS_47._col5=RS_271._col0(Left Outer),Output:["_col1","_col4","_col6","_col13","_col14","_col20","_col21"] <-Map 21 [SIMPLE_EDGE] vectorized SHUFFLE [RS_271] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_270] (rows=2300 width=4) Output:["_col0"] TableScan [TS_24] (rows=2300 width=4) default@promotion,promotion,Tbl:COMPLETE,Col:COMPLETE,Output:["p_promo_sk"] <-Reducer 6 [SIMPLE_EDGE] SHUFFLE [RS_47] - PartitionCols:_col5,null sort order:a,sort order:+ + PartitionCols:_col5 Merge Join Operator [MERGEJOIN_243] (rows=7936938353 width=127) Conds:RS_44._col17=RS_269._col0(Inner),Output:["_col1","_col4","_col5","_col6","_col13","_col14","_col20"] <-Map 20 [SIMPLE_EDGE] vectorized SHUFFLE [RS_269] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_268] (rows=27 width=104) Output:["_col0","_col1"] TableScan [TS_22] (rows=27 width=104) default@warehouse,warehouse,Tbl:COMPLETE,Col:COMPLETE,Output:["w_warehouse_sk","w_warehouse_name"] <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_44] - PartitionCols:_col17,null sort order:a,sort order:+ + PartitionCols:_col17 Filter Operator [FIL_43] (rows=7936938353 width=39) predicate:(_col18 < _col7) Merge Join Operator [MERGEJOIN_242] (rows=23810815059 width=39) Conds:RS_40._col10, _col4=RS_267._col0, _col1(Inner),Output:["_col1","_col4","_col5","_col6","_col7","_col13","_col14","_col17","_col18"] <-Map 19 [SIMPLE_EDGE] vectorized SHUFFLE [RS_267] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Select Operator [SEL_266] (rows=35703276 width=15) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_265] (rows=35703276 width=15) @@ -199,17 +198,17 @@ Stage-0 default@inventory,inventory,Tbl:COMPLETE,Col:COMPLETE,Output:["inv_date_sk","inv_item_sk","inv_warehouse_sk","inv_quantity_on_hand"] <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_40] - PartitionCols:_col10, _col4,null sort order:aa,sort order:++ + PartitionCols:_col10, _col4 Merge Join Operator [MERGEJOIN_241] (rows=41723124 width=35) Conds:RS_37._col0=RS_38._col2(Inner),Output:["_col1","_col4","_col5","_col6","_col7","_col10","_col13","_col14"] <-Reducer 16 [SIMPLE_EDGE] SHUFFLE [RS_38] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Merge Join Operator [MERGEJOIN_240] (rows=3621 width=20) Conds:RS_250._col1=RS_253._col1(Inner),Output:["_col0","_col2","_col3","_col4"] <-Map 15 [SIMPLE_EDGE] vectorized SHUFFLE [RS_250] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_249] (rows=73049 width=8) Output:["_col0","_col1"] Filter Operator [FIL_248] (rows=73049 width=8) @@ -218,7 +217,7 @@ Stage-0 default@date_dim,d2,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_week_seq"] <-Map 18 [SIMPLE_EDGE] vectorized SHUFFLE [RS_253] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_252] (rows=652 width=16) Output:["_col0","_col1","_col2"] Filter Operator [FIL_251] (rows=652 width=106) @@ -227,12 +226,12 @@ Stage-0 default@date_dim,d1,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_date","d_week_seq","d_year"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_37] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_239] (rows=41723124 width=23) Conds:RS_34._col3=RS_264._col0(Inner),Output:["_col0","_col1","_col4","_col5","_col6","_col7"] <-Map 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_264] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_263] (rows=1440 width=4) Output:["_col0"] Filter Operator [FIL_262] (rows=1440 width=96) @@ -241,12 +240,12 @@ Stage-0 default@household_demographics,household_demographics,Tbl:COMPLETE,Col:COMPLETE,Output:["hd_demo_sk","hd_buy_potential"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_34] - PartitionCols:_col3,null sort order:a,sort order:+ + PartitionCols:_col3 Merge Join Operator [MERGEJOIN_238] (rows=41723124 width=27) Conds:RS_258._col2=RS_261._col0(Inner),Output:["_col0","_col1","_col3","_col4","_col5","_col6","_col7"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_258] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Select Operator [SEL_257] (rows=280863798 width=31) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"] Filter Operator [FIL_256] (rows=280863798 width=31) @@ -266,7 +265,7 @@ Stage-0 Please refer to the previous Merge Join Operator [MERGEJOIN_240] <-Map 13 [SIMPLE_EDGE] vectorized SHUFFLE [RS_261] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_260] (rows=265971 width=4) Output:["_col0"] Filter Operator [FIL_259] (rows=265971 width=89) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query73.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query73.q.out index 9cd36c4927..b00fce2530 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query73.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query73.q.out @@ -86,21 +86,20 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_34] - null sort order:z,sort order:- Select Operator [SEL_33] (rows=5 width=364) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Merge Join Operator [MERGEJOIN_99] (rows=5 width=364) Conds:RS_101._col0=RS_122._col1(Inner),Output:["_col1","_col2","_col3","_col4","_col5","_col7"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_101] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_100] (rows=80000000 width=356) Output:["_col0","_col1","_col2","_col3","_col4"] TableScan [TS_0] (rows=80000000 width=356) default@customer,customer,Tbl:COMPLETE,Col:COMPLETE,Output:["c_customer_sk","c_salutation","c_first_name","c_last_name","c_preferred_cust_flag"] <-Reducer 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_122] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Filter Operator [FIL_121] (rows=5 width=16) predicate:_col2 BETWEEN 1L AND 5L Select Operator [SEL_120] (rows=479121995 width=15) @@ -109,14 +108,14 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["count(VALUE._col0)"],keys:KEY._col0, KEY._col1 <-Reducer 7 [SIMPLE_EDGE] SHUFFLE [RS_25] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_24] (rows=479121995 width=15) Output:["_col0","_col1","_col2"],aggregations:["count()"],keys:_col1, _col4 Merge Join Operator [MERGEJOIN_98] (rows=479121995 width=7) Conds:RS_20._col3=RS_118._col0(Inner),Output:["_col1","_col4"] <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_118] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_117] (rows=56 width=4) Output:["_col0"] Filter Operator [FIL_116] (rows=56 width=102) @@ -125,12 +124,12 @@ Stage-0 default@store,store,Tbl:COMPLETE,Col:COMPLETE,Output:["s_store_sk","s_county"] <-Reducer 6 [SIMPLE_EDGE] SHUFFLE [RS_20] - PartitionCols:_col3,null sort order:a,sort order:+ + PartitionCols:_col3 Merge Join Operator [MERGEJOIN_97] (rows=479121995 width=11) Conds:RS_17._col2=RS_115._col0(Inner),Output:["_col1","_col3","_col4"] <-Map 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_115] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_114] (rows=1152 width=4) Output:["_col0"] Filter Operator [FIL_113] (rows=1152 width=104) @@ -139,12 +138,12 @@ Stage-0 default@household_demographics,household_demographics,Tbl:COMPLETE,Col:COMPLETE,Output:["hd_demo_sk","hd_buy_potential","hd_dep_count","hd_vehicle_count"] <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_17] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Merge Join Operator [MERGEJOIN_96] (rows=479121995 width=15) Conds:RS_112._col0=RS_104._col0(Inner),Output:["_col1","_col2","_col3","_col4"] <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_104] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_103] (rows=170 width=4) Output:["_col0"] Filter Operator [FIL_102] (rows=170 width=12) @@ -153,7 +152,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_dom"] <-Map 4 [SIMPLE_EDGE] vectorized SHUFFLE [RS_112] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_111] (rows=479121995 width=19) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_110] (rows=479121995 width=19) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query74.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query74.q.out index ac4d42dc70..68ff9ebf26 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query74.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query74.q.out @@ -168,7 +168,6 @@ Stage-0 Output:["_col0","_col1","_col2"] <-Reducer 7 [SIMPLE_EDGE] SHUFFLE [RS_89] - null sort order:zzz,sort order:+++ Select Operator [SEL_88] (rows=19066162 width=280) Output:["_col0","_col1","_col2"] Filter Operator [FIL_87] (rows=19066162 width=732) @@ -177,31 +176,31 @@ Stage-0 Conds:RS_84._col3=RS_345._col0(Inner),Output:["_col1","_col2","_col4","_col6","_col7","_col8","_col9","_col10"] <-Reducer 20 [SIMPLE_EDGE] vectorized SHUFFLE [RS_345] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_344] (rows=80000000 width=392) Output:["_col0","_col1","_col2","_col3"],aggregations:["max(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 19 [SIMPLE_EDGE] SHUFFLE [RS_75] - PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_74] (rows=80000000 width=392) Output:["_col0","_col1","_col2","_col3"],aggregations:["max(_col2)"],keys:_col5, _col6, _col7 Merge Join Operator [MERGEJOIN_280] (rows=525327388 width=386) Conds:RS_70._col1=RS_312._col0(Inner),Output:["_col2","_col5","_col6","_col7"] <-Map 26 [SIMPLE_EDGE] vectorized SHUFFLE [RS_312] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_311] (rows=80000000 width=284) Output:["_col0","_col1","_col2","_col3"] TableScan [TS_65] (rows=80000000 width=284) default@customer,customer,Tbl:COMPLETE,Col:COMPLETE,Output:["c_customer_sk","c_customer_id","c_first_name","c_last_name"] <-Reducer 18 [SIMPLE_EDGE] SHUFFLE [RS_70] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_279] (rows=525327388 width=110) Conds:RS_343._col0=RS_290._col0(Inner),Output:["_col1","_col2"] <-Map 21 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_290] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_287] (rows=652 width=4) Output:["_col0"] Filter Operator [FIL_284] (rows=652 width=8) @@ -210,7 +209,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year"] <-Map 17 [SIMPLE_EDGE] vectorized SHUFFLE [RS_343] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_342] (rows=525327388 width=114) Output:["_col0","_col1","_col2"] Filter Operator [FIL_341] (rows=525327388 width=114) @@ -230,39 +229,39 @@ Stage-0 Please refer to the previous Select Operator [SEL_287] <-Reducer 6 [SIMPLE_EDGE] SHUFFLE [RS_84] - PartitionCols:_col3,null sort order:a,sort order:+ + PartitionCols:_col3 Merge Join Operator [MERGEJOIN_282] (rows=31888273 width=440) Conds:RS_81._col3=RS_338._col0(Inner),Output:["_col1","_col2","_col3","_col4","_col6"] <-Reducer 16 [SIMPLE_EDGE] vectorized SHUFFLE [RS_338] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_337] (rows=80000000 width=212) Output:["_col0","_col1"] Group By Operator [GBY_336] (rows=80000000 width=392) Output:["_col0","_col1","_col2","_col3"],aggregations:["max(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 15 [SIMPLE_EDGE] SHUFFLE [RS_56] - PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_55] (rows=80000000 width=392) Output:["_col0","_col1","_col2","_col3"],aggregations:["max(_col2)"],keys:_col5, _col6, _col7 Merge Join Operator [MERGEJOIN_278] (rows=143930993 width=391) Conds:RS_51._col1=RS_313._col0(Inner),Output:["_col2","_col5","_col6","_col7"] <-Map 26 [SIMPLE_EDGE] vectorized SHUFFLE [RS_313] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_311] <-Reducer 14 [SIMPLE_EDGE] SHUFFLE [RS_51] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_277] (rows=143930993 width=115) Conds:RS_335._col0=RS_292._col0(Inner),Output:["_col1","_col2"] <-Map 21 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_292] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_287] <-Map 13 [SIMPLE_EDGE] vectorized SHUFFLE [RS_335] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_334] (rows=143930993 width=119) Output:["_col0","_col1","_col2"] Filter Operator [FIL_333] (rows=143930993 width=119) @@ -282,12 +281,12 @@ Stage-0 Please refer to the previous Select Operator [SEL_287] <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_81] - PartitionCols:_col3,null sort order:a,sort order:+ + PartitionCols:_col3 Merge Join Operator [MERGEJOIN_281] (rows=26666666 width=328) Conds:RS_320._col0=RS_330._col0(Inner),Output:["_col1","_col2","_col3","_col4"] <-Reducer 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_330] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_329] (rows=26666666 width=212) Output:["_col0","_col1"] Filter Operator [FIL_328] (rows=26666666 width=212) @@ -298,23 +297,23 @@ Stage-0 Output:["_col0","_col1","_col2","_col3"],aggregations:["max(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 11 [SIMPLE_EDGE] SHUFFLE [RS_36] - PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_35] (rows=80000000 width=392) Output:["_col0","_col1","_col2","_col3"],aggregations:["max(_col2)"],keys:_col5, _col6, _col7 Merge Join Operator [MERGEJOIN_276] (rows=525327388 width=386) Conds:RS_31._col1=RS_315._col0(Inner),Output:["_col2","_col5","_col6","_col7"] <-Map 26 [SIMPLE_EDGE] vectorized SHUFFLE [RS_315] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_311] <-Reducer 10 [SIMPLE_EDGE] SHUFFLE [RS_31] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_275] (rows=525327388 width=110) Conds:RS_325._col0=RS_296._col0(Inner),Output:["_col1","_col2"] <-Map 21 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_296] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_289] (rows=652 width=4) Output:["_col0"] Filter Operator [FIL_286] (rows=652 width=8) @@ -322,7 +321,7 @@ Stage-0 Please refer to the previous TableScan [TS_62] <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_325] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_324] (rows=525327388 width=114) Output:["_col0","_col1","_col2"] Filter Operator [FIL_323] (rows=525327388 width=114) @@ -342,7 +341,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_289] <-Reducer 4 [SIMPLE_EDGE] vectorized SHUFFLE [RS_320] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_319] (rows=26666666 width=216) Output:["_col0","_col1","_col2"] Filter Operator [FIL_318] (rows=26666666 width=212) @@ -353,23 +352,23 @@ Stage-0 Output:["_col0","_col1","_col2","_col3"],aggregations:["max(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_16] - PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_15] (rows=80000000 width=392) Output:["_col0","_col1","_col2","_col3"],aggregations:["max(_col2)"],keys:_col5, _col6, _col7 Merge Join Operator [MERGEJOIN_274] (rows=143930993 width=391) Conds:RS_11._col1=RS_314._col0(Inner),Output:["_col2","_col5","_col6","_col7"] <-Map 26 [SIMPLE_EDGE] vectorized SHUFFLE [RS_314] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_311] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_11] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_273] (rows=143930993 width=115) Conds:RS_310._col0=RS_294._col0(Inner),Output:["_col1","_col2"] <-Map 21 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_294] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_288] (rows=652 width=4) Output:["_col0"] Filter Operator [FIL_285] (rows=652 width=8) @@ -377,7 +376,7 @@ Stage-0 Please refer to the previous TableScan [TS_62] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_310] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_309] (rows=143930993 width=119) Output:["_col0","_col1","_col2"] Filter Operator [FIL_308] (rows=143930993 width=119) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query75.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query75.q.out index 95635060c8..b1341a2fdb 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query75.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query75.q.out @@ -208,7 +208,6 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"] <-Reducer 9 [SIMPLE_EDGE] SHUFFLE [RS_169] - null sort order:z,sort order:+ Select Operator [SEL_168] (rows=7853634 width=152) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"] Filter Operator [FIL_167] (rows=7853634 width=256) @@ -217,7 +216,7 @@ Stage-0 Conds:RS_604._col0, _col1, _col2, _col3=RS_607._col0, _col1, _col2, _col3(Inner),Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col10","_col11"] <-Reducer 27 [SIMPLE_EDGE] vectorized SHUFFLE [RS_607] - PartitionCols:_col0, _col1, _col2, _col3,null sort order:aaaa,sort order:++++ + PartitionCols:_col0, _col1, _col2, _col3 Group By Operator [GBY_606] (rows=40320 width=136) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],aggregations:["sum(_col4)","sum(_col5)"],keys:_col0, _col1, _col2, _col3 Group By Operator [GBY_605] (rows=1541596122 width=131) @@ -225,7 +224,7 @@ Stage-0 <-Union 26 [SIMPLE_EDGE] <-Reducer 25 [CONTAINS] vectorized Reduce Output Operator [RS_635] - PartitionCols:_col0, _col1, _col2, _col3,null sort order:aaaaaa,sort order:++++++ + PartitionCols:_col0, _col1, _col2, _col3 Group By Operator [GBY_634] (rows=1541596122 width=131) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],keys:_col0, _col1, _col2, _col3, _col4, _col5 Group By Operator [GBY_633] (rows=1298641485 width=131) @@ -233,7 +232,7 @@ Stage-0 <-Union 24 [SIMPLE_EDGE] <-Reducer 23 [CONTAINS] Reduce Output Operator [RS_536] - PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5,null sort order:aaaaaa,sort order:++++++ + PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5 Group By Operator [GBY_535] (rows=1298641485 width=131) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],keys:_col0, _col1, _col2, _col3, _col4, _col5 Select Operator [SEL_533] (rows=455263131 width=131) @@ -242,19 +241,19 @@ Stage-0 Conds:RS_99._col1, _col2=RS_598._col0, _col1(Left Outer),Output:["_col3","_col4","_col7","_col8","_col9","_col10","_col13","_col14"] <-Map 38 [SIMPLE_EDGE] vectorized SHUFFLE [RS_598] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Select Operator [SEL_596] (rows=28798881 width=121) Output:["_col0","_col1","_col2","_col3"] TableScan [TS_9] (rows=28798881 width=121) default@catalog_returns,catalog_returns,Tbl:COMPLETE,Col:COMPLETE,Output:["cr_item_sk","cr_order_number","cr_return_quantity","cr_return_amount"] <-Reducer 22 [SIMPLE_EDGE] SHUFFLE [RS_99] - PartitionCols:_col1, _col2,null sort order:aa,sort order:++ + PartitionCols:_col1, _col2 Merge Join Operator [MERGEJOIN_504] (rows=273092954 width=139) Conds:RS_96._col1=RS_593._col0(Inner),Output:["_col1","_col2","_col3","_col4","_col7","_col8","_col9","_col10"] <-Map 37 [SIMPLE_EDGE] vectorized SHUFFLE [RS_593] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_589] (rows=45745 width=19) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_588] (rows=45745 width=109) @@ -263,12 +262,12 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_brand_id","i_class_id","i_category_id","i_category","i_manufact_id"] <-Reducer 21 [SIMPLE_EDGE] SHUFFLE [RS_96] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_503] (rows=286549727 width=123) Conds:RS_632._col0=RS_565._col0(Inner),Output:["_col1","_col2","_col3","_col4"] <-Map 11 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_565] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_556] (rows=652 width=4) Output:["_col0"] Filter Operator [FIL_552] (rows=652 width=8) @@ -277,7 +276,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year"] <-Map 43 [SIMPLE_EDGE] vectorized SHUFFLE [RS_632] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_631] (rows=286549727 width=127) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_630] (rows=286549727 width=127) @@ -297,7 +296,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_556] <-Reducer 31 [CONTAINS] Reduce Output Operator [RS_545] - PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5,null sort order:aaaaaa,sort order:++++++ + PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5 Group By Operator [GBY_544] (rows=1298641485 width=131) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],keys:_col0, _col1, _col2, _col3, _col4, _col5 Select Operator [SEL_542] (rows=843378354 width=131) @@ -306,28 +305,28 @@ Stage-0 Conds:RS_120._col1, _col2=RS_619._col0, _col1(Left Outer),Output:["_col3","_col4","_col7","_col8","_col9","_col10","_col13","_col14"] <-Map 40 [SIMPLE_EDGE] vectorized SHUFFLE [RS_619] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Select Operator [SEL_617] (rows=57591150 width=119) Output:["_col0","_col1","_col2","_col3"] TableScan [TS_30] (rows=57591150 width=119) default@store_returns,store_returns,Tbl:COMPLETE,Col:COMPLETE,Output:["sr_item_sk","sr_ticket_number","sr_return_quantity","sr_return_amt"] <-Reducer 30 [SIMPLE_EDGE] SHUFFLE [RS_120] - PartitionCols:_col1, _col2,null sort order:aa,sort order:++ + PartitionCols:_col1, _col2 Merge Join Operator [MERGEJOIN_507] (rows=524244194 width=134) Conds:RS_117._col1=RS_594._col0(Inner),Output:["_col1","_col2","_col3","_col4","_col7","_col8","_col9","_col10"] <-Map 37 [SIMPLE_EDGE] vectorized SHUFFLE [RS_594] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_589] <-Reducer 29 [SIMPLE_EDGE] SHUFFLE [RS_117] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_506] (rows=550076554 width=118) Conds:RS_640._col0=RS_567._col0(Inner),Output:["_col1","_col2","_col3","_col4"] <-Map 11 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_567] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_557] (rows=652 width=4) Output:["_col0"] Filter Operator [FIL_553] (rows=652 width=8) @@ -335,7 +334,7 @@ Stage-0 Please refer to the previous TableScan [TS_3] <-Map 44 [SIMPLE_EDGE] vectorized SHUFFLE [RS_640] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_639] (rows=550076554 width=122) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_638] (rows=550076554 width=122) @@ -355,7 +354,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_557] <-Reducer 35 [CONTAINS] Reduce Output Operator [RS_550] - PartitionCols:_col0, _col1, _col2, _col3,null sort order:aaaaaa,sort order:++++++ + PartitionCols:_col0, _col1, _col2, _col3 Group By Operator [GBY_549] (rows=1541596122 width=131) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],keys:_col0, _col1, _col2, _col3, _col4, _col5 Select Operator [SEL_547] (rows=242954637 width=131) @@ -364,28 +363,28 @@ Stage-0 Conds:RS_148._col1, _col2=RS_627._col0, _col1(Left Outer),Output:["_col3","_col4","_col7","_col8","_col9","_col10","_col13","_col14"] <-Map 42 [SIMPLE_EDGE] vectorized SHUFFLE [RS_627] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Select Operator [SEL_625] (rows=14398467 width=118) Output:["_col0","_col1","_col2","_col3"] TableScan [TS_58] (rows=14398467 width=118) default@web_returns,web_returns,Tbl:COMPLETE,Col:COMPLETE,Output:["wr_item_sk","wr_order_number","wr_return_quantity","wr_return_amt"] <-Reducer 34 [SIMPLE_EDGE] SHUFFLE [RS_148] - PartitionCols:_col1, _col2,null sort order:aa,sort order:++ + PartitionCols:_col1, _col2 Merge Join Operator [MERGEJOIN_510] (rows=137205980 width=139) Conds:RS_145._col1=RS_595._col0(Inner),Output:["_col1","_col2","_col3","_col4","_col7","_col8","_col9","_col10"] <-Map 37 [SIMPLE_EDGE] vectorized SHUFFLE [RS_595] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_589] <-Reducer 33 [SIMPLE_EDGE] SHUFFLE [RS_145] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_509] (rows=143966864 width=123) Conds:RS_645._col0=RS_569._col0(Inner),Output:["_col1","_col2","_col3","_col4"] <-Map 11 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_569] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_558] (rows=652 width=4) Output:["_col0"] Filter Operator [FIL_554] (rows=652 width=8) @@ -393,7 +392,7 @@ Stage-0 Please refer to the previous TableScan [TS_3] <-Map 45 [SIMPLE_EDGE] vectorized SHUFFLE [RS_645] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_644] (rows=143966864 width=127) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_643] (rows=143966864 width=127) @@ -413,7 +412,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_558] <-Reducer 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_604] - PartitionCols:_col0, _col1, _col2, _col3,null sort order:aaaa,sort order:++++ + PartitionCols:_col0, _col1, _col2, _col3 Group By Operator [GBY_603] (rows=40320 width=136) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],aggregations:["sum(_col4)","sum(_col5)"],keys:_col0, _col1, _col2, _col3 Group By Operator [GBY_602] (rows=1541596122 width=131) @@ -421,7 +420,7 @@ Stage-0 <-Union 7 [SIMPLE_EDGE] <-Reducer 19 [CONTAINS] Reduce Output Operator [RS_531] - PartitionCols:_col0, _col1, _col2, _col3,null sort order:aaaaaa,sort order:++++++ + PartitionCols:_col0, _col1, _col2, _col3 Group By Operator [GBY_530] (rows=1541596122 width=131) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],keys:_col0, _col1, _col2, _col3, _col4, _col5 Select Operator [SEL_528] (rows=242954637 width=131) @@ -430,25 +429,25 @@ Stage-0 Conds:RS_66._col1, _col2=RS_626._col0, _col1(Left Outer),Output:["_col3","_col4","_col7","_col8","_col9","_col10","_col13","_col14"] <-Map 42 [SIMPLE_EDGE] vectorized SHUFFLE [RS_626] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Please refer to the previous Select Operator [SEL_625] <-Reducer 18 [SIMPLE_EDGE] SHUFFLE [RS_66] - PartitionCols:_col1, _col2,null sort order:aa,sort order:++ + PartitionCols:_col1, _col2 Merge Join Operator [MERGEJOIN_501] (rows=137205980 width=139) Conds:RS_63._col1=RS_592._col0(Inner),Output:["_col1","_col2","_col3","_col4","_col7","_col8","_col9","_col10"] <-Map 37 [SIMPLE_EDGE] vectorized SHUFFLE [RS_592] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_589] <-Reducer 17 [SIMPLE_EDGE] SHUFFLE [RS_63] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_500] (rows=143966864 width=123) Conds:RS_624._col0=RS_563._col0(Inner),Output:["_col1","_col2","_col3","_col4"] <-Map 11 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_563] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_555] (rows=652 width=4) Output:["_col0"] Filter Operator [FIL_551] (rows=652 width=8) @@ -456,7 +455,7 @@ Stage-0 Please refer to the previous TableScan [TS_3] <-Map 41 [SIMPLE_EDGE] vectorized SHUFFLE [RS_624] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_623] (rows=143966864 width=127) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_622] (rows=143966864 width=127) @@ -476,7 +475,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_555] <-Reducer 6 [CONTAINS] vectorized Reduce Output Operator [RS_601] - PartitionCols:_col0, _col1, _col2, _col3,null sort order:aaaaaa,sort order:++++++ + PartitionCols:_col0, _col1, _col2, _col3 Group By Operator [GBY_600] (rows=1541596122 width=131) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],keys:_col0, _col1, _col2, _col3, _col4, _col5 Group By Operator [GBY_599] (rows=1298641485 width=131) @@ -484,7 +483,7 @@ Stage-0 <-Union 5 [SIMPLE_EDGE] <-Reducer 15 [CONTAINS] Reduce Output Operator [RS_526] - PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5,null sort order:aaaaaa,sort order:++++++ + PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5 Group By Operator [GBY_525] (rows=1298641485 width=131) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],keys:_col0, _col1, _col2, _col3, _col4, _col5 Select Operator [SEL_523] (rows=843378354 width=131) @@ -493,29 +492,29 @@ Stage-0 Conds:RS_38._col1, _col2=RS_618._col0, _col1(Left Outer),Output:["_col3","_col4","_col7","_col8","_col9","_col10","_col13","_col14"] <-Map 40 [SIMPLE_EDGE] vectorized SHUFFLE [RS_618] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Please refer to the previous Select Operator [SEL_617] <-Reducer 14 [SIMPLE_EDGE] SHUFFLE [RS_38] - PartitionCols:_col1, _col2,null sort order:aa,sort order:++ + PartitionCols:_col1, _col2 Merge Join Operator [MERGEJOIN_498] (rows=524244194 width=134) Conds:RS_35._col1=RS_591._col0(Inner),Output:["_col1","_col2","_col3","_col4","_col7","_col8","_col9","_col10"] <-Map 37 [SIMPLE_EDGE] vectorized SHUFFLE [RS_591] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_589] <-Reducer 13 [SIMPLE_EDGE] SHUFFLE [RS_35] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_497] (rows=550076554 width=118) Conds:RS_616._col0=RS_561._col0(Inner),Output:["_col1","_col2","_col3","_col4"] <-Map 11 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_561] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_555] <-Map 39 [SIMPLE_EDGE] vectorized SHUFFLE [RS_616] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_615] (rows=550076554 width=122) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_614] (rows=550076554 width=122) @@ -535,7 +534,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_555] <-Reducer 4 [CONTAINS] Reduce Output Operator [RS_517] - PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5,null sort order:aaaaaa,sort order:++++++ + PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5 Group By Operator [GBY_516] (rows=1298641485 width=131) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],keys:_col0, _col1, _col2, _col3, _col4, _col5 Select Operator [SEL_514] (rows=455263131 width=131) @@ -544,29 +543,29 @@ Stage-0 Conds:RS_17._col1, _col2=RS_597._col0, _col1(Left Outer),Output:["_col3","_col4","_col7","_col8","_col9","_col10","_col13","_col14"] <-Map 38 [SIMPLE_EDGE] vectorized SHUFFLE [RS_597] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Please refer to the previous Select Operator [SEL_596] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_17] - PartitionCols:_col1, _col2,null sort order:aa,sort order:++ + PartitionCols:_col1, _col2 Merge Join Operator [MERGEJOIN_495] (rows=273092954 width=139) Conds:RS_14._col1=RS_590._col0(Inner),Output:["_col1","_col2","_col3","_col4","_col7","_col8","_col9","_col10"] <-Map 37 [SIMPLE_EDGE] vectorized SHUFFLE [RS_590] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_589] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_14] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_494] (rows=286549727 width=123) Conds:RS_587._col0=RS_559._col0(Inner),Output:["_col1","_col2","_col3","_col4"] <-Map 11 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_559] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_555] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_587] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_586] (rows=286549727 width=127) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_585] (rows=286549727 width=127) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query76.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query76.q.out index 08c26cf74f..ce4f7cb061 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query76.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query76.q.out @@ -80,43 +80,42 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"] <-Reducer 5 [SIMPLE_EDGE] vectorized SHUFFLE [RS_172] - null sort order:zzzzz,sort order:+++++ Group By Operator [GBY_171] (rows=5600 width=408) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"],aggregations:["count(VALUE._col0)","sum(VALUE._col1)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3, KEY._col4 <-Union 4 [SIMPLE_EDGE] <-Reducer 10 [CONTAINS] Reduce Output Operator [RS_161] - PartitionCols:_col0, _col1, _col2, _col3, _col4,null sort order:zzzzz,sort order:+++++ + PartitionCols:_col0, _col1, _col2, _col3, _col4 Group By Operator [GBY_160] (rows=224000 width=408) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"],aggregations:["count()","sum(_col5)"],keys:_col0, _col1, _col2, _col3, _col4 Top N Key Operator [TNK_159] (rows=26219002 width=388) - keys:_col0, _col1, _col2, _col3, _col4,null sort order:zzzzz,sort order:+++++,top n:100 + keys:_col0, _col1, _col2, _col3, _col4,top n:100 Select Operator [SEL_157] (rows=1433911 width=399) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Merge Join Operator [MERGEJOIN_156] (rows=1433911 width=209) Conds:RS_39._col1=RS_185._col0(Inner),Output:["_col2","_col4","_col5","_col7"] <-Map 16 [SIMPLE_EDGE] vectorized SHUFFLE [RS_185] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_184] (rows=462000 width=94) Output:["_col0","_col1"] TableScan [TS_34] (rows=462000 width=94) default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_category"] <-Reducer 9 [SIMPLE_EDGE] SHUFFLE [RS_39] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_142] (rows=1433911 width=123) Conds:RS_183._col0=RS_165._col0(Inner),Output:["_col1","_col2","_col4","_col5"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_165] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_162] (rows=73049 width=12) Output:["_col0","_col1","_col2"] TableScan [TS_0] (rows=73049 width=12) default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_qoy"] <-Map 15 [SIMPLE_EDGE] vectorized SHUFFLE [RS_183] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_182] (rows=1433911 width=119) Output:["_col0","_col1","_col2"] Filter Operator [FIL_181] (rows=1433911 width=123) @@ -125,34 +124,34 @@ Stage-0 default@catalog_sales,catalog_sales,Tbl:COMPLETE,Col:COMPLETE,Output:["cs_sold_date_sk","cs_warehouse_sk","cs_item_sk","cs_ext_sales_price"] <-Reducer 3 [CONTAINS] Reduce Output Operator [RS_149] - PartitionCols:_col0, _col1, _col2, _col3, _col4,null sort order:zzzzz,sort order:+++++ + PartitionCols:_col0, _col1, _col2, _col3, _col4 Group By Operator [GBY_148] (rows=224000 width=408) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"],aggregations:["count()","sum(_col5)"],keys:_col0, _col1, _col2, _col3, _col4 Top N Key Operator [TNK_147] (rows=26219002 width=388) - keys:_col0, _col1, _col2, _col3, _col4,null sort order:zzzzz,sort order:+++++,top n:100 + keys:_col0, _col1, _col2, _col3, _col4,top n:100 Select Operator [SEL_145] (rows=24749363 width=387) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Merge Join Operator [MERGEJOIN_144] (rows=24749363 width=204) Conds:RS_10._col4=RS_170._col0(Inner),Output:["_col1","_col2","_col5","_col7"] <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_170] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_169] (rows=462000 width=94) Output:["_col0","_col1"] TableScan [TS_5] (rows=462000 width=94) default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_category"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_10] - PartitionCols:_col4,null sort order:a,sort order:+ + PartitionCols:_col4 Merge Join Operator [MERGEJOIN_138] (rows=24749363 width=118) Conds:RS_163._col0=RS_168._col0(Inner),Output:["_col1","_col2","_col4","_col5"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_163] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_162] <-Map 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_168] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_167] (rows=24749363 width=114) Output:["_col0","_col1","_col2"] Filter Operator [FIL_166] (rows=24749363 width=118) @@ -161,34 +160,34 @@ Stage-0 default@store_sales,store_sales,Tbl:COMPLETE,Col:COMPLETE,Output:["ss_sold_date_sk","ss_item_sk","ss_addr_sk","ss_ext_sales_price"] <-Reducer 8 [CONTAINS] Reduce Output Operator [RS_155] - PartitionCols:_col0, _col1, _col2, _col3, _col4,null sort order:zzzzz,sort order:+++++ + PartitionCols:_col0, _col1, _col2, _col3, _col4 Group By Operator [GBY_154] (rows=224000 width=408) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"],aggregations:["count()","sum(_col5)"],keys:_col0, _col1, _col2, _col3, _col4 Top N Key Operator [TNK_153] (rows=26219002 width=388) - keys:_col0, _col1, _col2, _col3, _col4,null sort order:zzzzz,sort order:+++++,top n:100 + keys:_col0, _col1, _col2, _col3, _col4,top n:100 Select Operator [SEL_151] (rows=35728 width=394) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Merge Join Operator [MERGEJOIN_150] (rows=35728 width=209) Conds:RS_24._col1=RS_180._col0(Inner),Output:["_col2","_col4","_col5","_col7"] <-Map 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_180] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_179] (rows=462000 width=94) Output:["_col0","_col1"] TableScan [TS_19] (rows=462000 width=94) default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_category"] <-Reducer 7 [SIMPLE_EDGE] SHUFFLE [RS_24] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_140] (rows=35728 width=123) Conds:RS_178._col0=RS_164._col0(Inner),Output:["_col1","_col2","_col4","_col5"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_164] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_162] <-Map 13 [SIMPLE_EDGE] vectorized SHUFFLE [RS_178] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_177] (rows=35728 width=119) Output:["_col0","_col1","_col2"] Filter Operator [FIL_176] (rows=35728 width=123) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query77.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query77.q.out index 0f1eafc4d8..95ab61bed2 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query77.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query77.q.out @@ -270,7 +270,6 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4"] <-Reducer 6 [SIMPLE_EDGE] vectorized SHUFFLE [RS_268] - null sort order:zz,sort order:++ Select Operator [SEL_267] (rows=564 width=438) Output:["_col0","_col1","_col2","_col3","_col4"] Group By Operator [GBY_266] (rows=564 width=446) @@ -278,11 +277,11 @@ Stage-0 <-Union 5 [SIMPLE_EDGE] <-Reducer 14 [CONTAINS] Reduce Output Operator [RS_230] - PartitionCols:_col0, _col1, _col2,null sort order:zza,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_229] (rows=564 width=446) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],aggregations:["sum(_col2)","sum(_col3)","sum(_col4)"],keys:_col0, _col1, 0L Top N Key Operator [TNK_228] (rows=531 width=435) - keys:_col0, _col1, 0L,null sort order:zza,sort order:+++,top n:100 + keys:_col0, _col1, 0L,top n:100 Select Operator [SEL_226] (rows=10 width=439) Output:["_col0","_col1","_col2","_col3","_col4"] Merge Join Operator [MERGEJOIN_225] (rows=10 width=452) @@ -293,14 +292,14 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)"],keys:KEY._col0 <-Reducer 12 [SIMPLE_EDGE] SHUFFLE [RS_45] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_44] (rows=2550 width=227) Output:["_col0","_col1","_col2"],aggregations:["sum(_col2)","sum(_col3)"],keys:_col1 Merge Join Operator [MERGEJOIN_212] (rows=286549727 width=227) Conds:RS_276._col0=RS_242._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 8 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_242] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_238] (rows=8116 width=4) Output:["_col0"] Filter Operator [FIL_237] (rows=8116 width=98) @@ -309,7 +308,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_date"] <-Map 25 [SIMPLE_EDGE] vectorized SHUFFLE [RS_276] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_275] (rows=286549727 width=231) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_274] (rows=286549727 width=231) @@ -339,11 +338,11 @@ Stage-0 Conds:RS_281._col0=RS_244._col0(Inner),Output:["_col1","_col2"] <-Map 8 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_244] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_238] <-Map 26 [SIMPLE_EDGE] vectorized SHUFFLE [RS_281] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_280] (rows=28798881 width=223) Output:["_col0","_col1","_col2"] Filter Operator [FIL_279] (rows=28798881 width=223) @@ -352,23 +351,23 @@ Stage-0 default@catalog_returns,catalog_returns,Tbl:COMPLETE,Col:COMPLETE,Output:["cr_returned_date_sk","cr_return_amount","cr_net_loss"] <-Reducer 20 [CONTAINS] Reduce Output Operator [RS_236] - PartitionCols:_col0, _col1, _col2,null sort order:zza,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_235] (rows=564 width=446) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],aggregations:["sum(_col2)","sum(_col3)","sum(_col4)"],keys:_col0, _col1, 0L Top N Key Operator [TNK_234] (rows=531 width=435) - keys:_col0, _col1, 0L,null sort order:zza,sort order:+++,top n:100 + keys:_col0, _col1, 0L,top n:100 Select Operator [SEL_232] (rows=394 width=435) Output:["_col0","_col1","_col2","_col3","_col4"] Merge Join Operator [MERGEJOIN_231] (rows=394 width=335) Conds:RS_290._col0=RS_295._col0(Left Outer),Output:["_col0","_col1","_col2","_col4","_col5"] <-Reducer 19 [SIMPLE_EDGE] vectorized SHUFFLE [RS_290] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_289] (rows=206 width=228) Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)"],keys:KEY._col0 <-Reducer 18 [SIMPLE_EDGE] SHUFFLE [RS_79] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_78] (rows=26574 width=227) Output:["_col0","_col1","_col2"],aggregations:["sum(_col1)","sum(_col2)"],keys:_col0 Select Operator [SEL_76] (rows=143931136 width=227) @@ -377,11 +376,11 @@ Stage-0 Conds:RS_288._col0=RS_245._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 8 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_245] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_238] <-Map 27 [SIMPLE_EDGE] vectorized SHUFFLE [RS_288] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_287] (rows=143931136 width=231) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_286] (rows=143931136 width=231) @@ -401,12 +400,12 @@ Stage-0 Please refer to the previous Select Operator [SEL_238] <-Reducer 23 [SIMPLE_EDGE] vectorized SHUFFLE [RS_295] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_294] (rows=188 width=227) Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)"],keys:KEY._col0 <-Reducer 22 [SIMPLE_EDGE] SHUFFLE [RS_94] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_93] (rows=2256 width=227) Output:["_col0","_col1","_col2"],aggregations:["sum(_col1)","sum(_col2)"],keys:_col0 Select Operator [SEL_91] (rows=13129719 width=217) @@ -415,11 +414,11 @@ Stage-0 Conds:RS_293._col0=RS_247._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 8 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_247] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_238] <-Map 28 [SIMPLE_EDGE] vectorized SHUFFLE [RS_293] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_292] (rows=13129719 width=221) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_291] (rows=13129719 width=221) @@ -428,23 +427,23 @@ Stage-0 default@web_returns,web_returns,Tbl:COMPLETE,Col:COMPLETE,Output:["wr_returned_date_sk","wr_web_page_sk","wr_return_amt","wr_net_loss"] <-Reducer 4 [CONTAINS] Reduce Output Operator [RS_224] - PartitionCols:_col0, _col1, _col2,null sort order:zza,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_223] (rows=564 width=446) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],aggregations:["sum(_col2)","sum(_col3)","sum(_col4)"],keys:_col0, _col1, 0L Top N Key Operator [TNK_222] (rows=531 width=435) - keys:_col0, _col1, 0L,null sort order:zza,sort order:+++,top n:100 + keys:_col0, _col1, 0L,top n:100 Select Operator [SEL_220] (rows=127 width=436) Output:["_col0","_col1","_col2","_col3","_col4"] Merge Join Operator [MERGEJOIN_219] (rows=127 width=379) Conds:RS_260._col0=RS_265._col0(Left Outer),Output:["_col0","_col1","_col2","_col4","_col5"] <-Reducer 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_265] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_264] (rows=85 width=227) Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)"],keys:KEY._col0 <-Reducer 10 [SIMPLE_EDGE] SHUFFLE [RS_27] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_26] (rows=3995 width=227) Output:["_col0","_col1","_col2"],aggregations:["sum(_col1)","sum(_col2)"],keys:_col0 Select Operator [SEL_24] (rows=53634860 width=220) @@ -453,11 +452,11 @@ Stage-0 Conds:RS_263._col0=RS_241._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 8 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_241] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_238] <-Map 24 [SIMPLE_EDGE] vectorized SHUFFLE [RS_263] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_262] (rows=53634860 width=223) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_261] (rows=53634860 width=223) @@ -466,12 +465,12 @@ Stage-0 default@store_returns,store_returns,Tbl:COMPLETE,Col:COMPLETE,Output:["sr_returned_date_sk","sr_store_sk","sr_return_amt","sr_net_loss"] <-Reducer 3 [SIMPLE_EDGE] vectorized SHUFFLE [RS_260] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_259] (rows=84 width=227) Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)"],keys:KEY._col0 <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_12] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_11] (rows=37548 width=227) Output:["_col0","_col1","_col2"],aggregations:["sum(_col1)","sum(_col2)"],keys:_col0 Select Operator [SEL_9] (rows=525329897 width=217) @@ -480,11 +479,11 @@ Stage-0 Conds:RS_258._col0=RS_239._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 8 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_239] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_238] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_258] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_257] (rows=525329897 width=221) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_256] (rows=525329897 width=221) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query78.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query78.q.out index 193f546782..ecb434d3cd 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query78.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query78.q.out @@ -162,28 +162,27 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9"] <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_73] - null sort order:zzzzzzzzz,sort order:++---++++ Select Operator [SEL_72] (rows=5221812635288 width=719) Output:["_col0","_col1","_col6","_col7","_col8","_col9","_col10","_col11","_col12"] Merge Join Operator [MERGEJOIN_220] (rows=5221812635288 width=703) Conds:RS_69._col0, _col1=RS_266._col0, _col1(Inner),Output:["_col0","_col1","_col2","_col3","_col4","_col6","_col7","_col8","_col11","_col12","_col13"] <-Reducer 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_266] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Filter Operator [FIL_265] (rows=113538342 width=239) predicate:(_col2 > 0L) Group By Operator [GBY_264] (rows=113538342 width=239) Output:["_col0","_col1","_col2","_col3","_col4"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)","sum(VALUE._col2)"],keys:KEY._col0, KEY._col1 <-Reducer 11 [SIMPLE_EDGE] SHUFFLE [RS_62] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_61] (rows=113538342 width=239) Output:["_col0","_col1","_col2","_col3","_col4"],aggregations:["sum(_col4)","sum(_col5)","sum(_col6)"],keys:_col2, _col3 Merge Join Operator [MERGEJOIN_218] (rows=113538342 width=235) Conds:RS_227._col0=RS_58._col0(Inner),Output:["_col2","_col3","_col4","_col5","_col6"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_227] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_222] (rows=652 width=4) Output:["_col0"] Filter Operator [FIL_221] (rows=652 width=8) @@ -192,7 +191,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year"] <-Reducer 21 [SIMPLE_EDGE] SHUFFLE [RS_58] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_56] (rows=113538342 width=239) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Filter Operator [FIL_55] (rows=113538342 width=242) @@ -201,7 +200,7 @@ Stage-0 Conds:RS_261._col1, _col3=RS_263._col0, _col1(Left Outer),Output:["_col0","_col1","_col2","_col4","_col5","_col6","_col8"] <-Map 20 [SIMPLE_EDGE] vectorized SHUFFLE [RS_261] - PartitionCols:_col1, _col3,null sort order:aa,sort order:++ + PartitionCols:_col1, _col3 Select Operator [SEL_260] (rows=143930993 width=243) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"] Filter Operator [FIL_259] (rows=143930993 width=243) @@ -221,37 +220,37 @@ Stage-0 Please refer to the previous Select Operator [SEL_222] <-Map 22 [SIMPLE_EDGE] vectorized SHUFFLE [RS_263] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Select Operator [SEL_262] (rows=14398467 width=8) Output:["_col0","_col1"] TableScan [TS_50] (rows=14398467 width=8) default@web_returns,web_returns,Tbl:COMPLETE,Col:COMPLETE,Output:["wr_item_sk","wr_order_number"] <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_69] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Merge Join Operator [MERGEJOIN_219] (rows=65074513381 width=471) Conds:RS_244._col1=RS_256._col0(Inner),Output:["_col0","_col1","_col2","_col3","_col4","_col6","_col7","_col8"] <-Reducer 3 [SIMPLE_EDGE] vectorized SHUFFLE [RS_244] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_243] (rows=319876350 width=239) Output:["_col0","_col1","_col2","_col3","_col4"] Group By Operator [GBY_242] (rows=319876350 width=239) Output:["_col0","_col1","_col2","_col3","_col4"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)","sum(VALUE._col2)"],keys:KEY._col0, KEY._col1 <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_18] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_17] (rows=319876350 width=239) Output:["_col0","_col1","_col2","_col3","_col4"],aggregations:["sum(_col4)","sum(_col5)","sum(_col6)"],keys:_col3, _col2 Merge Join Operator [MERGEJOIN_214] (rows=319876350 width=229) Conds:RS_223._col0=RS_14._col0(Inner),Output:["_col2","_col3","_col4","_col5","_col6"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_223] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_222] <-Reducer 15 [SIMPLE_EDGE] SHUFFLE [RS_14] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_12] (rows=319876350 width=233) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Filter Operator [FIL_11] (rows=319876350 width=236) @@ -260,7 +259,7 @@ Stage-0 Conds:RS_239._col1, _col3=RS_241._col0, _col1(Left Outer),Output:["_col0","_col1","_col2","_col4","_col5","_col6","_col8"] <-Map 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_239] - PartitionCols:_col1, _col3,null sort order:aa,sort order:++ + PartitionCols:_col1, _col3 Select Operator [SEL_238] (rows=525327388 width=233) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"] Filter Operator [FIL_237] (rows=525327388 width=233) @@ -280,14 +279,14 @@ Stage-0 Please refer to the previous Select Operator [SEL_222] <-Map 16 [SIMPLE_EDGE] vectorized SHUFFLE [RS_241] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Select Operator [SEL_240] (rows=57591150 width=8) Output:["_col0","_col1"] TableScan [TS_6] (rows=57591150 width=8) default@store_returns,store_returns,Tbl:COMPLETE,Col:COMPLETE,Output:["sr_item_sk","sr_ticket_number"] <-Reducer 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_256] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_255] (rows=285117831 width=235) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_254] (rows=285117831 width=239) @@ -298,18 +297,18 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)","sum(VALUE._col2)"],keys:KEY._col0, KEY._col1 <-Reducer 8 [SIMPLE_EDGE] SHUFFLE [RS_39] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_38] (rows=285117831 width=239) Output:["_col0","_col1","_col2","_col3","_col4"],aggregations:["sum(_col4)","sum(_col5)","sum(_col6)"],keys:_col2, _col3 Merge Join Operator [MERGEJOIN_216] (rows=285117831 width=235) Conds:RS_225._col0=RS_35._col0(Inner),Output:["_col2","_col3","_col4","_col5","_col6"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_225] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_222] <-Reducer 18 [SIMPLE_EDGE] SHUFFLE [RS_35] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_33] (rows=285117831 width=239) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Filter Operator [FIL_32] (rows=285117831 width=240) @@ -318,7 +317,7 @@ Stage-0 Conds:RS_249._col2, _col3=RS_251._col0, _col1(Left Outer),Output:["_col0","_col1","_col2","_col4","_col5","_col6","_col8"] <-Map 17 [SIMPLE_EDGE] vectorized SHUFFLE [RS_249] - PartitionCols:_col2, _col3,null sort order:aa,sort order:++ + PartitionCols:_col2, _col3 Select Operator [SEL_248] (rows=285117831 width=242) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"] Filter Operator [FIL_247] (rows=285117831 width=242) @@ -338,7 +337,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_222] <-Map 19 [SIMPLE_EDGE] vectorized SHUFFLE [RS_251] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Select Operator [SEL_250] (rows=28798881 width=8) Output:["_col0","_col1"] TableScan [TS_27] (rows=28798881 width=8) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query79.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query79.q.out index 6677b7f3e1..9e9bbec9e2 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query79.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query79.q.out @@ -78,35 +78,34 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_32] - null sort order:zzzz,sort order:++++ Select Operator [SEL_31] (rows=479121995 width=776) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"] Merge Join Operator [MERGEJOIN_99] (rows=479121995 width=685) Conds:RS_101._col0=RS_121._col1(Inner),Output:["_col1","_col2","_col3","_col5","_col6","_col7","_col8"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_101] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_100] (rows=80000000 width=184) Output:["_col0","_col1","_col2"] TableScan [TS_0] (rows=80000000 width=184) default@customer,customer,Tbl:COMPLETE,Col:COMPLETE,Output:["c_customer_sk","c_first_name","c_last_name"] <-Reducer 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_121] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_120] (rows=479121995 width=508) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Group By Operator [GBY_119] (rows=479121995 width=328) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3 <-Reducer 7 [SIMPLE_EDGE] SHUFFLE [RS_25] - PartitionCols:_col0, _col1, _col2, _col3,null sort order:aaaa,sort order:++++ + PartitionCols:_col0, _col1, _col2, _col3 Group By Operator [GBY_24] (rows=479121995 width=328) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],aggregations:["sum(_col6)","sum(_col7)"],keys:_col1, _col3, _col5, _col10 Merge Join Operator [MERGEJOIN_98] (rows=479121995 width=318) Conds:RS_20._col2=RS_118._col0(Inner),Output:["_col1","_col3","_col5","_col6","_col7","_col10"] <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_118] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_117] (rows=6415 width=4) Output:["_col0"] Filter Operator [FIL_116] (rows=6415 width=12) @@ -115,12 +114,12 @@ Stage-0 default@household_demographics,household_demographics,Tbl:COMPLETE,Col:COMPLETE,Output:["hd_demo_sk","hd_dep_count","hd_vehicle_count"] <-Reducer 6 [SIMPLE_EDGE] SHUFFLE [RS_20] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Merge Join Operator [MERGEJOIN_97] (rows=479121995 width=322) Conds:RS_17._col4=RS_115._col0(Inner),Output:["_col1","_col2","_col3","_col5","_col6","_col7","_col10"] <-Map 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_115] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_114] (rows=1704 width=97) Output:["_col0","_col1"] Filter Operator [FIL_113] (rows=1704 width=100) @@ -129,12 +128,12 @@ Stage-0 default@store,store,Tbl:COMPLETE,Col:COMPLETE,Output:["s_store_sk","s_number_employees","s_city"] <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_17] - PartitionCols:_col4,null sort order:a,sort order:+ + PartitionCols:_col4 Merge Join Operator [MERGEJOIN_96] (rows=479121995 width=233) Conds:RS_112._col0=RS_104._col0(Inner),Output:["_col1","_col2","_col3","_col4","_col5","_col6","_col7"] <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_104] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_103] (rows=391 width=4) Output:["_col0"] Filter Operator [FIL_102] (rows=391 width=12) @@ -143,7 +142,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_dow"] <-Map 4 [SIMPLE_EDGE] vectorized SHUFFLE [RS_112] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_111] (rows=479121995 width=237) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"] Filter Operator [FIL_110] (rows=479121995 width=237) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query8.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query8.q.out index f036baf048..170bccf406 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query8.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query8.q.out @@ -252,26 +252,25 @@ Stage-0 Output:["_col0","_col1"] <-Reducer 4 [SIMPLE_EDGE] vectorized SHUFFLE [RS_146] - null sort order:z,sort order:+ Group By Operator [GBY_145] (rows=1 width=200) Output:["_col0","_col1"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0 <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_57] - PartitionCols:_col0,null sort order:z,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_56] (rows=401 width=200) Output:["_col0","_col1"],aggregations:["sum(_col2)"],keys:_col6 Top N Key Operator [TNK_84] (rows=525329897 width=194) - keys:_col6,null sort order:z,sort order:+,top n:100 + keys:_col6,top n:100 Merge Join Operator [MERGEJOIN_118] (rows=525329897 width=194) Conds:RS_52._col1=RS_53._col1(Inner),Output:["_col2","_col6"] <-Reducer 12 [SIMPLE_EDGE] SHUFFLE [RS_53] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_117] (rows=1 width=92) Conds:RS_141._col0=RS_144._col2(Inner),Output:["_col1","_col2"] <-Map 18 [SIMPLE_EDGE] vectorized SHUFFLE [RS_144] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Select Operator [SEL_143] (rows=1704 width=276) Output:["_col0","_col1","_col2"] Filter Operator [FIL_142] (rows=1704 width=181) @@ -280,7 +279,7 @@ Stage-0 default@store,store,Tbl:COMPLETE,Col:COMPLETE,Output:["s_store_sk","s_store_name","s_zip"] <-Reducer 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_141] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_140] (rows=1 width=184) Output:["_col0"] Filter Operator [FIL_139] (rows=1 width=192) @@ -290,14 +289,14 @@ Stage-0 <-Union 10 [SIMPLE_EDGE] <-Reducer 16 [CONTAINS] vectorized Reduce Output Operator [RS_170] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_169] (rows=5633 width=192) Output:["_col0","_col1"],aggregations:["count(_col1)"],keys:_col0 Group By Operator [GBY_168] (rows=1126 width=192) Output:["_col0","_col1"],aggregations:["count(VALUE._col0)"],keys:KEY._col0 <-Reducer 15 [SIMPLE_EDGE] vectorized SHUFFLE [RS_167] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_166] (rows=1126 width=192) Output:["_col0","_col1"],aggregations:["count()"],keys:_col0 Select Operator [SEL_165] (rows=2253 width=97) @@ -308,14 +307,14 @@ Stage-0 Output:["_col0","_col1"],aggregations:["count(VALUE._col0)"],keys:KEY._col0 <-Reducer 14 [SIMPLE_EDGE] SHUFFLE [RS_25] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_24] (rows=67610 width=97) Output:["_col0","_col1"],aggregations:["count()"],keys:_col1 Merge Join Operator [MERGEJOIN_116] (rows=26666667 width=89) Conds:RS_159._col0=RS_162._col0(Inner),Output:["_col1"] <-Map 13 [SIMPLE_EDGE] vectorized SHUFFLE [RS_159] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_158] (rows=40000000 width=93) Output:["_col0","_col1"] Filter Operator [FIL_157] (rows=40000000 width=93) @@ -324,7 +323,7 @@ Stage-0 default@customer_address,customer_address,Tbl:COMPLETE,Col:COMPLETE,Output:["ca_address_sk","ca_zip"] <-Map 17 [SIMPLE_EDGE] vectorized SHUFFLE [RS_162] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_161] (rows=26666667 width=4) Output:["_col0"] Filter Operator [FIL_160] (rows=26666667 width=89) @@ -333,14 +332,14 @@ Stage-0 default@customer,customer,Tbl:COMPLETE,Col:COMPLETE,Output:["c_current_addr_sk","c_preferred_cust_flag"] <-Reducer 9 [CONTAINS] vectorized Reduce Output Operator [RS_156] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_155] (rows=5633 width=192) Output:["_col0","_col1"],aggregations:["count(_col1)"],keys:_col0 Group By Operator [GBY_154] (rows=10141 width=192) Output:["_col0","_col1"],aggregations:["count(VALUE._col0)"],keys:KEY._col0 <-Map 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_153] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_152] (rows=141974 width=192) Output:["_col0","_col1"],aggregations:["count()"],keys:_col0 Select Operator [SEL_151] (rows=20000000 width=89) @@ -351,12 +350,12 @@ Stage-0 default@customer_address,customer_address,Tbl:COMPLETE,Col:COMPLETE,Output:["ca_zip"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_52] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_115] (rows=525329897 width=110) Conds:RS_137._col0=RS_129._col0(Inner),Output:["_col1","_col2"] <-Map 6 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_129] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_128] (rows=130 width=4) Output:["_col0"] Filter Operator [FIL_127] (rows=130 width=12) @@ -365,7 +364,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_qoy"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_137] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_136] (rows=525329897 width=114) Output:["_col0","_col1","_col2"] Filter Operator [FIL_135] (rows=525329897 width=114) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query80.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query80.q.out index d4e913cb4f..b18f89373c 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query80.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query80.q.out @@ -256,7 +256,6 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4"] <-Reducer 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_427] - null sort order:zz,sort order:++ Select Operator [SEL_426] (rows=59581 width=619) Output:["_col0","_col1","_col2","_col3","_col4"] Group By Operator [GBY_425] (rows=59581 width=627) @@ -264,18 +263,18 @@ Stage-0 <-Union 8 [SIMPLE_EDGE] <-Reducer 18 [CONTAINS] vectorized Reduce Output Operator [RS_444] - PartitionCols:_col0, _col1, _col2,null sort order:zza,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_443] (rows=59581 width=627) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],aggregations:["sum(_col2)","sum(_col3)","sum(_col4)"],keys:_col0, _col1, 0L Top N Key Operator [TNK_442] (rows=39721 width=618) - keys:_col0, _col1, 0L,null sort order:zza,sort order:+++,top n:100 + keys:_col0, _col1, 0L,top n:100 Select Operator [SEL_441] (rows=38846 width=619) Output:["_col0","_col1","_col2","_col3","_col4"] Group By Operator [GBY_440] (rows=38846 width=436) Output:["_col0","_col1","_col2","_col3"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)","sum(VALUE._col2)"],keys:KEY._col0 <-Reducer 17 [SIMPLE_EDGE] SHUFFLE [RS_71] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_70] (rows=7613816 width=436) Output:["_col0","_col1","_col2","_col3"],aggregations:["sum(_col1)","sum(_col2)","sum(_col3)"],keys:_col0 Select Operator [SEL_68] (rows=154681759 width=322) @@ -284,19 +283,19 @@ Stage-0 Conds:RS_65._col1=RS_439._col0(Inner),Output:["_col5","_col6","_col9","_col10","_col15"] <-Map 32 [SIMPLE_EDGE] vectorized SHUFFLE [RS_439] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_438] (rows=46000 width=104) Output:["_col0","_col1"] TableScan [TS_51] (rows=46000 width=104) default@catalog_page,catalog_page,Tbl:COMPLETE,Col:COMPLETE,Output:["cp_catalog_page_sk","cp_catalog_page_id"] <-Reducer 16 [SIMPLE_EDGE] SHUFFLE [RS_65] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_362] (rows=154681759 width=226) Conds:RS_62._col3=RS_416._col0(Inner),Output:["_col1","_col5","_col6","_col9","_col10"] <-Map 27 [SIMPLE_EDGE] vectorized SHUFFLE [RS_416] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_414] (rows=1150 width=4) Output:["_col0"] Filter Operator [FIL_413] (rows=1150 width=89) @@ -305,12 +304,12 @@ Stage-0 default@promotion,promotion,Tbl:COMPLETE,Col:COMPLETE,Output:["p_promo_sk","p_channel_tv"] <-Reducer 15 [SIMPLE_EDGE] SHUFFLE [RS_62] - PartitionCols:_col3,null sort order:a,sort order:+ + PartitionCols:_col3 Merge Join Operator [MERGEJOIN_361] (rows=154681759 width=230) Conds:RS_59._col2=RS_411._col0(Inner),Output:["_col1","_col3","_col5","_col6","_col9","_col10"] <-Map 26 [SIMPLE_EDGE] vectorized SHUFFLE [RS_411] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_409] (rows=154000 width=4) Output:["_col0"] Filter Operator [FIL_408] (rows=154000 width=115) @@ -319,12 +318,12 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_current_price"] <-Reducer 14 [SIMPLE_EDGE] SHUFFLE [RS_59] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Merge Join Operator [MERGEJOIN_360] (rows=464045263 width=322) Conds:RS_56._col0=RS_391._col0(Inner),Output:["_col1","_col2","_col3","_col5","_col6","_col9","_col10"] <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_391] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_388] (rows=8116 width=4) Output:["_col0"] Filter Operator [FIL_387] (rows=8116 width=98) @@ -333,12 +332,12 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_date"] <-Reducer 30 [SIMPLE_EDGE] SHUFFLE [RS_56] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_359] (rows=464045263 width=326) Conds:RS_435._col2, _col4=RS_437._col0, _col1(Left Outer),Output:["_col0","_col1","_col2","_col3","_col5","_col6","_col9","_col10"] <-Map 29 [SIMPLE_EDGE] vectorized SHUFFLE [RS_435] - PartitionCols:_col2, _col4,null sort order:aa,sort order:++ + PartitionCols:_col2, _col4 Select Operator [SEL_434] (rows=283691906 width=243) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"] Filter Operator [FIL_433] (rows=283691906 width=243) @@ -358,25 +357,25 @@ Stage-0 Please refer to the previous Select Operator [SEL_388] <-Map 31 [SIMPLE_EDGE] vectorized SHUFFLE [RS_437] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Select Operator [SEL_436] (rows=28798881 width=227) Output:["_col0","_col1","_col2","_col3"] TableScan [TS_40] (rows=28798881 width=227) default@catalog_returns,catalog_returns,Tbl:COMPLETE,Col:COMPLETE,Output:["cr_item_sk","cr_order_number","cr_return_amount","cr_net_loss"] <-Reducer 24 [CONTAINS] vectorized Reduce Output Operator [RS_458] - PartitionCols:_col0, _col1, _col2,null sort order:zza,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_457] (rows=59581 width=627) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],aggregations:["sum(_col2)","sum(_col3)","sum(_col4)"],keys:_col0, _col1, 0L Top N Key Operator [TNK_456] (rows=39721 width=618) - keys:_col0, _col1, 0L,null sort order:zza,sort order:+++,top n:100 + keys:_col0, _col1, 0L,top n:100 Select Operator [SEL_455] (rows=53 width=615) Output:["_col0","_col1","_col2","_col3","_col4"] Group By Operator [GBY_454] (rows=53 width=436) Output:["_col0","_col1","_col2","_col3"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)","sum(VALUE._col2)"],keys:KEY._col0 <-Reducer 23 [SIMPLE_EDGE] SHUFFLE [RS_109] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_108] (rows=5724 width=436) Output:["_col0","_col1","_col2","_col3"],aggregations:["sum(_col1)","sum(_col2)","sum(_col3)"],keys:_col0 Select Operator [SEL_106] (rows=84869669 width=323) @@ -385,46 +384,46 @@ Stage-0 Conds:RS_103._col2=RS_453._col0(Inner),Output:["_col5","_col6","_col9","_col10","_col15"] <-Map 36 [SIMPLE_EDGE] vectorized SHUFFLE [RS_453] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_452] (rows=84 width=104) Output:["_col0","_col1"] TableScan [TS_89] (rows=84 width=104) default@web_site,web_site,Tbl:COMPLETE,Col:COMPLETE,Output:["web_site_sk","web_site_id"] <-Reducer 22 [SIMPLE_EDGE] SHUFFLE [RS_103] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Merge Join Operator [MERGEJOIN_367] (rows=84869669 width=227) Conds:RS_100._col3=RS_417._col0(Inner),Output:["_col2","_col5","_col6","_col9","_col10"] <-Map 27 [SIMPLE_EDGE] vectorized SHUFFLE [RS_417] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_414] <-Reducer 21 [SIMPLE_EDGE] SHUFFLE [RS_100] - PartitionCols:_col3,null sort order:a,sort order:+ + PartitionCols:_col3 Merge Join Operator [MERGEJOIN_366] (rows=84869669 width=231) Conds:RS_97._col1=RS_412._col0(Inner),Output:["_col2","_col3","_col5","_col6","_col9","_col10"] <-Map 26 [SIMPLE_EDGE] vectorized SHUFFLE [RS_412] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_409] <-Reducer 20 [SIMPLE_EDGE] SHUFFLE [RS_97] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_365] (rows=254608997 width=359) Conds:RS_94._col0=RS_393._col0(Inner),Output:["_col1","_col2","_col3","_col5","_col6","_col9","_col10"] <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_393] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_388] <-Reducer 34 [SIMPLE_EDGE] SHUFFLE [RS_94] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_364] (rows=254608997 width=363) Conds:RS_449._col1, _col4=RS_451._col0, _col1(Left Outer),Output:["_col0","_col1","_col2","_col3","_col5","_col6","_col9","_col10"] <-Map 33 [SIMPLE_EDGE] vectorized SHUFFLE [RS_449] - PartitionCols:_col1, _col4,null sort order:aa,sort order:++ + PartitionCols:_col1, _col4 Select Operator [SEL_448] (rows=143894769 width=243) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"] Filter Operator [FIL_447] (rows=143894769 width=243) @@ -444,25 +443,25 @@ Stage-0 Please refer to the previous Select Operator [SEL_388] <-Map 35 [SIMPLE_EDGE] vectorized SHUFFLE [RS_451] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Select Operator [SEL_450] (rows=14398467 width=221) Output:["_col0","_col1","_col2","_col3"] TableScan [TS_78] (rows=14398467 width=221) default@web_returns,web_returns,Tbl:COMPLETE,Col:COMPLETE,Output:["wr_item_sk","wr_order_number","wr_return_amt","wr_net_loss"] <-Reducer 7 [CONTAINS] vectorized Reduce Output Operator [RS_424] - PartitionCols:_col0, _col1, _col2,null sort order:zza,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_423] (rows=59581 width=627) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],aggregations:["sum(_col2)","sum(_col3)","sum(_col4)"],keys:_col0, _col1, 0L Top N Key Operator [TNK_422] (rows=39721 width=618) - keys:_col0, _col1, 0L,null sort order:zza,sort order:+++,top n:100 + keys:_col0, _col1, 0L,top n:100 Select Operator [SEL_421] (rows=822 width=617) Output:["_col0","_col1","_col2","_col3","_col4"] Group By Operator [GBY_420] (rows=822 width=436) Output:["_col0","_col1","_col2","_col3"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)","sum(VALUE._col2)"],keys:KEY._col0 <-Reducer 6 [SIMPLE_EDGE] SHUFFLE [RS_34] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_33] (rows=265506 width=436) Output:["_col0","_col1","_col2","_col3"],aggregations:["sum(_col1)","sum(_col2)","sum(_col3)"],keys:_col0 Select Operator [SEL_31] (rows=270716624 width=305) @@ -471,46 +470,46 @@ Stage-0 Conds:RS_28._col2=RS_419._col0(Inner),Output:["_col5","_col6","_col9","_col10","_col15"] <-Map 28 [SIMPLE_EDGE] vectorized SHUFFLE [RS_419] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_418] (rows=1704 width=104) Output:["_col0","_col1"] TableScan [TS_14] (rows=1704 width=104) default@store,store,Tbl:COMPLETE,Col:COMPLETE,Output:["s_store_sk","s_store_id"] <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_28] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Merge Join Operator [MERGEJOIN_357] (rows=270716624 width=208) Conds:RS_25._col3=RS_415._col0(Inner),Output:["_col2","_col5","_col6","_col9","_col10"] <-Map 27 [SIMPLE_EDGE] vectorized SHUFFLE [RS_415] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_414] <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_25] - PartitionCols:_col3,null sort order:a,sort order:+ + PartitionCols:_col3 Merge Join Operator [MERGEJOIN_356] (rows=270716624 width=212) Conds:RS_22._col1=RS_410._col0(Inner),Output:["_col2","_col3","_col5","_col6","_col9","_col10"] <-Map 26 [SIMPLE_EDGE] vectorized SHUFFLE [RS_410] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_409] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_22] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_355] (rows=812149846 width=370) Conds:RS_19._col0=RS_389._col0(Inner),Output:["_col1","_col2","_col3","_col5","_col6","_col9","_col10"] <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_389] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_388] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_19] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_354] (rows=812149846 width=374) Conds:RS_405._col1, _col4=RS_407._col0, _col1(Left Outer),Output:["_col0","_col1","_col2","_col3","_col5","_col6","_col9","_col10"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_405] - PartitionCols:_col1, _col4,null sort order:aa,sort order:++ + PartitionCols:_col1, _col4 Select Operator [SEL_404] (rows=501693263 width=233) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"] Filter Operator [FIL_403] (rows=501693263 width=233) @@ -530,7 +529,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_388] <-Map 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_407] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Select Operator [SEL_406] (rows=57591150 width=224) Output:["_col0","_col1","_col2","_col3"] TableScan [TS_3] (rows=57591150 width=224) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query81.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query81.q.out index 57a420583f..2b859c230c 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query81.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query81.q.out @@ -96,14 +96,13 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_66] - null sort order:zzzzzzzzzzzzzzz,sort order:+++++++++++++++ Select Operator [SEL_65] (rows=1545467 width=1418) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14"] Merge Join Operator [MERGEJOIN_181] (rows=1545467 width=1418) Conds:RS_62._col0=RS_63._col0(Inner),Output:["_col1","_col3","_col4","_col5","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15","_col16","_col19"] <-Reducer 10 [SIMPLE_EDGE] SHUFFLE [RS_63] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_58] (rows=1545467 width=227) Output:["_col0","_col2"] Filter Operator [FIL_57] (rows=1545467 width=227) @@ -112,7 +111,7 @@ Stage-0 Conds:RS_205._col1=RS_211._col1(Inner),Output:["_col0","_col2","_col3"] <-Reducer 13 [SIMPLE_EDGE] vectorized SHUFFLE [RS_211] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_210] (rows=12 width=198) Output:["_col0","_col1"] Filter Operator [FIL_209] (rows=12 width=206) @@ -125,14 +124,14 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1 <-Reducer 12 [SIMPLE_EDGE] SHUFFLE [RS_45] - PartitionCols:_col0,null sort order:aa,sort order:++ + PartitionCols:_col0 Group By Operator [GBY_44] (rows=8749496 width=201) Output:["_col0","_col1","_col2"],aggregations:["sum(_col3)"],keys:_col6, _col1 Merge Join Operator [MERGEJOIN_179] (rows=8749496 width=194) Conds:RS_40._col2=RS_201._col0(Inner),Output:["_col1","_col3","_col6"] <-Map 15 [SIMPLE_EDGE] vectorized SHUFFLE [RS_201] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_199] (rows=40000000 width=90) Output:["_col0","_col1"] Filter Operator [FIL_198] (rows=40000000 width=90) @@ -141,12 +140,12 @@ Stage-0 default@customer_address,customer_address,Tbl:COMPLETE,Col:COMPLETE,Output:["ca_address_sk","ca_state"] <-Reducer 11 [SIMPLE_EDGE] SHUFFLE [RS_40] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Merge Join Operator [MERGEJOIN_178] (rows=8749496 width=112) Conds:RS_193._col0=RS_197._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_197] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_195] (rows=652 width=4) Output:["_col0"] Filter Operator [FIL_194] (rows=652 width=8) @@ -155,7 +154,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year"] <-Map 6 [SIMPLE_EDGE] vectorized SHUFFLE [RS_193] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_191] (rows=28221532 width=121) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_189] (rows=28221532 width=121) @@ -164,7 +163,7 @@ Stage-0 default@catalog_returns,catalog_returns,Tbl:COMPLETE,Col:COMPLETE,Output:["cr_returned_date_sk","cr_returning_customer_sk","cr_returning_addr_sk","cr_return_amt_inc_tax"] <-Reducer 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_205] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Filter Operator [FIL_204] (rows=4636401 width=201) predicate:_col2 is not null Select Operator [SEL_203] (rows=4636401 width=201) @@ -173,27 +172,27 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1 <-Reducer 8 [SIMPLE_EDGE] SHUFFLE [RS_23] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_22] (rows=8574602 width=201) Output:["_col0","_col1","_col2"],aggregations:["sum(_col3)"],keys:_col6, _col1 Merge Join Operator [MERGEJOIN_177] (rows=8574602 width=194) Conds:RS_18._col2=RS_200._col0(Inner),Output:["_col1","_col3","_col6"] <-Map 15 [SIMPLE_EDGE] vectorized SHUFFLE [RS_200] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_199] <-Reducer 7 [SIMPLE_EDGE] SHUFFLE [RS_18] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Merge Join Operator [MERGEJOIN_176] (rows=8574602 width=112) Conds:RS_192._col0=RS_196._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_196] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_195] <-Map 6 [SIMPLE_EDGE] vectorized SHUFFLE [RS_192] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_190] (rows=27657410 width=121) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_188] (rows=27657410 width=121) @@ -201,12 +200,12 @@ Stage-0 Please refer to the previous TableScan [TS_6] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_62] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_175] (rows=1568628 width=1310) Conds:RS_184._col2=RS_187._col0(Inner),Output:["_col0","_col1","_col3","_col4","_col5","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15","_col16"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_184] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Select Operator [SEL_183] (rows=80000000 width=375) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Filter Operator [FIL_182] (rows=80000000 width=375) @@ -215,7 +214,7 @@ Stage-0 default@customer,customer,Tbl:COMPLETE,Col:COMPLETE,Output:["c_customer_sk","c_customer_id","c_current_addr_sk","c_salutation","c_first_name","c_last_name"] <-Map 5 [SIMPLE_EDGE] vectorized SHUFFLE [RS_187] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_186] (rows=784314 width=941) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10"] Filter Operator [FIL_185] (rows=784314 width=1027) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query82.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query82.q.out index 185629c47c..8dd6ae9f0f 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query82.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query82.q.out @@ -63,26 +63,25 @@ Stage-0 Output:["_col0","_col1","_col2"] <-Reducer 4 [SIMPLE_EDGE] vectorized SHUFFLE [RS_97] - null sort order:z,sort order:+ Group By Operator [GBY_96] (rows=1 width=396) Output:["_col0","_col1","_col2"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_23] - PartitionCols:_col0, _col1, _col2,null sort order:zaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_22] (rows=2 width=396) Output:["_col0","_col1","_col2"],keys:_col2, _col3, _col4 Top N Key Operator [TNK_42] (rows=11627 width=396) - keys:_col2, _col3, _col4,null sort order:zaa,sort order:+++,top n:100 + keys:_col2, _col3, _col4,top n:100 Merge Join Operator [MERGEJOIN_78] (rows=11627 width=396) Conds:RS_18._col1=RS_19._col1(Inner),Output:["_col2","_col3","_col4"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_18] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_76] (rows=3564040 width=400) Conds:RS_89._col0=RS_81._col0(Inner),Output:["_col1","_col2","_col3","_col4"] <-Map 6 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_81] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_80] (rows=297 width=400) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_79] (rows=297 width=404) @@ -91,7 +90,7 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_item_id","i_item_desc","i_current_price","i_manufact_id"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_89] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_88] (rows=575995635 width=4) Output:["_col0"] Filter Operator [FIL_87] (rows=575995635 width=4) @@ -111,12 +110,12 @@ Stage-0 Please refer to the previous Select Operator [SEL_80] <-Reducer 9 [SIMPLE_EDGE] SHUFFLE [RS_19] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_77] (rows=1879072 width=4) Conds:RS_92._col0=RS_95._col0(Inner),Output:["_col1"] <-Map 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_95] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_94] (rows=8116 width=4) Output:["_col0"] Filter Operator [FIL_93] (rows=8116 width=98) @@ -125,7 +124,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_date"] <-Map 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_92] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_91] (rows=16912800 width=8) Output:["_col0","_col1"] Filter Operator [FIL_90] (rows=16912800 width=11) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query83.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query83.q.out index a8d5c90ab7..a2163802ad 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query83.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query83.q.out @@ -173,45 +173,44 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"] <-Reducer 7 [SIMPLE_EDGE] SHUFFLE [RS_121] - null sort order:zz,sort order:++ Select Operator [SEL_120] (rows=2739 width=260) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"] Merge Join Operator [MERGEJOIN_363] (rows=2739 width=132) Conds:RS_117._col0=RS_395._col0(Inner),Output:["_col0","_col1","_col3","_col5","_col6"] <-Reducer 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_395] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_394] (rows=310774 width=116) Output:["_col0","_col1","_col2"] Group By Operator [GBY_393] (rows=310774 width=108) Output:["_col0","_col1"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0 <-Reducer 13 [SIMPLE_EDGE] SHUFFLE [RS_111] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_110] (rows=1864644 width=108) Output:["_col0","_col1"],aggregations:["sum(_col5)"],keys:_col7 Merge Join Operator [MERGEJOIN_361] (rows=13749816 width=103) Conds:RS_106._col4=RS_382._col0(Inner),Output:["_col5","_col7"] <-Map 20 [SIMPLE_EDGE] vectorized SHUFFLE [RS_382] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_379] (rows=462000 width=104) Output:["_col0","_col1"] TableScan [TS_22] (rows=462000 width=104) default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_item_id"] <-Reducer 12 [SIMPLE_EDGE] SHUFFLE [RS_106] - PartitionCols:_col4,null sort order:a,sort order:+ + PartitionCols:_col4 Merge Join Operator [MERGEJOIN_360] (rows=13749816 width=7) Conds:RS_103._col0=RS_392._col0(Inner),Output:["_col4","_col5"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_103] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_351] (rows=2 width=4) Conds:RS_366._col1=RS_375._col0(Inner),Output:["_col0"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_366] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_365] (rows=73049 width=98) Output:["_col0","_col1"] Filter Operator [FIL_364] (rows=73049 width=98) @@ -220,19 +219,19 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_date"] <-Reducer 17 [SIMPLE_EDGE] vectorized SHUFFLE [RS_375] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_374] (rows=2 width=94) Output:["_col0"],keys:KEY._col0 <-Reducer 16 [SIMPLE_EDGE] SHUFFLE [RS_16] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_15] (rows=2 width=94) Output:["_col0"],keys:_col0 Merge Join Operator [MERGEJOIN_350] (rows=5 width=94) Conds:RS_369._col1=RS_373._col0(Left Semi),Output:["_col0"] <-Map 15 [SIMPLE_EDGE] vectorized SHUFFLE [RS_369] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_368] (rows=73049 width=98) Output:["_col0","_col1"] Filter Operator [FIL_367] (rows=73049 width=98) @@ -241,7 +240,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date","d_week_seq"] <-Map 18 [SIMPLE_EDGE] vectorized SHUFFLE [RS_373] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_372] (rows=1 width=4) Output:["_col0"],keys:_col0 Select Operator [SEL_371] (rows=2 width=4) @@ -252,7 +251,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date","d_week_seq"] <-Map 22 [SIMPLE_EDGE] vectorized SHUFFLE [RS_392] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_391] (rows=13749816 width=11) Output:["_col0","_col1","_col2"] Filter Operator [FIL_390] (rows=13749816 width=11) @@ -261,37 +260,37 @@ Stage-0 default@web_returns,web_returns,Tbl:COMPLETE,Col:COMPLETE,Output:["wr_returned_date_sk","wr_item_sk","wr_return_quantity"] <-Reducer 6 [SIMPLE_EDGE] SHUFFLE [RS_117] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_362] (rows=2739 width=116) Conds:RS_384._col0=RS_389._col0(Inner),Output:["_col0","_col1","_col3"] <-Reducer 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_389] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_388] (rows=310774 width=108) Output:["_col0","_col1"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0 <-Reducer 10 [SIMPLE_EDGE] SHUFFLE [RS_73] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_72] (rows=7147802 width=108) Output:["_col0","_col1"],aggregations:["sum(_col5)"],keys:_col7 Merge Join Operator [MERGEJOIN_357] (rows=55578005 width=103) Conds:RS_68._col4=RS_381._col0(Inner),Output:["_col5","_col7"] <-Map 20 [SIMPLE_EDGE] vectorized SHUFFLE [RS_381] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_379] <-Reducer 9 [SIMPLE_EDGE] SHUFFLE [RS_68] - PartitionCols:_col4,null sort order:a,sort order:+ + PartitionCols:_col4 Merge Join Operator [MERGEJOIN_356] (rows=55578005 width=7) Conds:RS_65._col0=RS_387._col0(Inner),Output:["_col4","_col5"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_65] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Merge Join Operator [MERGEJOIN_351] <-Map 21 [SIMPLE_EDGE] vectorized SHUFFLE [RS_387] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_386] (rows=55578005 width=11) Output:["_col0","_col1","_col2"] Filter Operator [FIL_385] (rows=55578005 width=11) @@ -300,32 +299,32 @@ Stage-0 default@store_returns,store_returns,Tbl:COMPLETE,Col:COMPLETE,Output:["sr_returned_date_sk","sr_item_sk","sr_return_quantity"] <-Reducer 5 [SIMPLE_EDGE] vectorized SHUFFLE [RS_384] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_383] (rows=2739 width=108) Output:["_col0","_col1"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0 <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_35] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_34] (rows=2739 width=108) Output:["_col0","_col1"],aggregations:["sum(_col5)"],keys:_col7 Merge Join Operator [MERGEJOIN_353] (rows=5478 width=100) Conds:RS_30._col4=RS_380._col0(Inner),Output:["_col5","_col7"] <-Map 20 [SIMPLE_EDGE] vectorized SHUFFLE [RS_380] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_379] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_30] - PartitionCols:_col4,null sort order:a,sort order:+ + PartitionCols:_col4 Merge Join Operator [MERGEJOIN_352] (rows=5478 width=4) Conds:RS_27._col0=RS_378._col0(Inner),Output:["_col4","_col5"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_27] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Merge Join Operator [MERGEJOIN_351] <-Map 19 [SIMPLE_EDGE] vectorized SHUFFLE [RS_378] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_377] (rows=28798881 width=11) Output:["_col0","_col1","_col2"] Filter Operator [FIL_376] (rows=28798881 width=11) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query84.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query84.q.out index d0e0631737..89b11e66e2 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query84.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query84.q.out @@ -74,19 +74,18 @@ Stage-0 Output:["_col0","_col1"] <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_35] - null sort order:z,sort order:+ Select Operator [SEL_34] (rows=2645278 width=384) Output:["_col1","_col2"] Merge Join Operator [MERGEJOIN_119] (rows=2645278 width=284) Conds:RS_31._col4=RS_32._col0(Inner),Output:["_col2","_col6"] <-Reducer 11 [SIMPLE_EDGE] SHUFFLE [RS_32] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_117] (rows=2161 width=4) Conds:RS_133._col1=RS_136._col0(Inner),Output:["_col0"] <-Map 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_133] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_132] (rows=7200 width=8) Output:["_col0","_col1"] Filter Operator [FIL_131] (rows=7200 width=8) @@ -95,7 +94,7 @@ Stage-0 default@household_demographics,household_demographics,Tbl:COMPLETE,Col:COMPLETE,Output:["hd_demo_sk","hd_income_band_sk"] <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_136] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_135] (rows=6 width=4) Output:["_col0"] Filter Operator [FIL_134] (rows=6 width=12) @@ -104,17 +103,17 @@ Stage-0 default@income_band,income_band,Tbl:COMPLETE,Col:COMPLETE,Output:["ib_income_band_sk","ib_lower_bound","ib_upper_bound"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_31] - PartitionCols:_col4,null sort order:a,sort order:+ + PartitionCols:_col4 Merge Join Operator [MERGEJOIN_118] (rows=2645278 width=287) Conds:RS_28._col1=RS_29._col1(Inner),Output:["_col2","_col4","_col6"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_28] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_115] (rows=56363634 width=4) Conds:RS_122._col0=RS_124._col0(Inner),Output:["_col1"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_122] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_121] (rows=55577698 width=3) Output:["_col0"] Filter Operator [FIL_120] (rows=55577698 width=3) @@ -123,19 +122,19 @@ Stage-0 default@store_returns,store_returns,Tbl:COMPLETE,Col:COMPLETE,Output:["sr_cdemo_sk"] <-Map 6 [SIMPLE_EDGE] vectorized SHUFFLE [RS_124] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_123] (rows=1861800 width=4) Output:["_col0"] TableScan [TS_3] (rows=1861800 width=4) default@customer_demographics,customer_demographics,Tbl:COMPLETE,Col:COMPLETE,Output:["cd_demo_sk"] <-Reducer 8 [SIMPLE_EDGE] SHUFFLE [RS_29] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_116] (rows=83148 width=284) Conds:RS_127._col3=RS_130._col0(Inner),Output:["_col0","_col1","_col2","_col4"] <-Map 7 [SIMPLE_EDGE] vectorized SHUFFLE [RS_127] - PartitionCols:_col3,null sort order:a,sort order:+ + PartitionCols:_col3 Select Operator [SEL_126] (rows=74500295 width=295) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_125] (rows=74500295 width=291) @@ -144,7 +143,7 @@ Stage-0 default@customer,customer,Tbl:COMPLETE,Col:COMPLETE,Output:["c_customer_id","c_current_cdemo_sk","c_current_hdemo_sk","c_current_addr_sk","c_first_name","c_last_name"] <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_130] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_129] (rows=44643 width=4) Output:["_col0"] Filter Operator [FIL_128] (rows=44643 width=97) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query85.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query85.q.out index d4bc6d59c0..6bd833fd12 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query85.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query85.q.out @@ -206,42 +206,41 @@ Stage-0 Output:["_col0","_col1","_col2","_col3"] <-Reducer 5 [SIMPLE_EDGE] vectorized SHUFFLE [RS_204] - null sort order:zzzz,sort order:++++ Select Operator [SEL_203] (rows=72 width=832) Output:["_col4","_col5","_col6","_col7"] Group By Operator [GBY_202] (rows=72 width=353) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"],aggregations:["sum(VALUE._col0)","count(VALUE._col1)","sum(VALUE._col2)","count(VALUE._col3)","sum(VALUE._col4)","count(VALUE._col5)"],keys:KEY._col0 <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_43] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_42] (rows=576 width=353) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"],aggregations:["sum(_col3)","count(_col3)","sum(_col27)","count(_col27)","sum(_col26)","count(_col26)"],keys:_col36 Merge Join Operator [MERGEJOIN_177] (rows=5749608 width=319) Conds:RS_38._col24=RS_201._col0(Inner),Output:["_col3","_col26","_col27","_col36"] <-Map 15 [SIMPLE_EDGE] vectorized SHUFFLE [RS_201] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_200] (rows=72 width=101) Output:["_col0","_col1"] TableScan [TS_28] (rows=72 width=101) default@reason,reason,Tbl:COMPLETE,Col:COMPLETE,Output:["r_reason_sk","r_reason_desc"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_38] - PartitionCols:_col24,null sort order:a,sort order:+ + PartitionCols:_col24 Filter Operator [FIL_36] (rows=5749608 width=285) predicate:(((_col29 and _col4) or (_col30 and _col5) or (_col31 and _col6)) and ((_col14 and _col15 and _col7) or (_col16 and _col17 and _col8) or (_col18 and _col19 and _col9))) Merge Join Operator [MERGEJOIN_176] (rows=20443061 width=285) Conds:RS_33._col1, _col2=RS_34._col9, _col14(Inner),Output:["_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col14","_col15","_col16","_col17","_col18","_col19","_col24","_col26","_col27","_col29","_col30","_col31"] <-Reducer 12 [SIMPLE_EDGE] SHUFFLE [RS_34] - PartitionCols:_col9, _col14,null sort order:aa,sort order:++ + PartitionCols:_col9, _col14 Select Operator [SEL_27] (rows=2086007 width=213) Output:["_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col13","_col14","_col15","_col16","_col18","_col19","_col20"] Merge Join Operator [MERGEJOIN_175] (rows=2086007 width=213) Conds:RS_24._col1, _col13, _col14=RS_198._col0, _col1, _col2(Inner),Output:["_col0","_col4","_col5","_col6","_col7","_col9","_col10","_col11","_col18","_col19","_col20","_col21","_col22","_col23"] <-Map 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_198] - PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Select Operator [SEL_196] (rows=265971 width=207) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8"] Filter Operator [FIL_195] (rows=265971 width=183) @@ -250,23 +249,23 @@ Stage-0 default@customer_demographics,cd1,Tbl:COMPLETE,Col:COMPLETE,Output:["cd_demo_sk","cd_marital_status","cd_education_status"] <-Reducer 11 [SIMPLE_EDGE] SHUFFLE [RS_24] - PartitionCols:_col1, _col13, _col14,null sort order:aaa,sort order:+++ + PartitionCols:_col1, _col13, _col14 Merge Join Operator [MERGEJOIN_174] (rows=2086007 width=371) Conds:RS_21._col3=RS_199._col0(Inner),Output:["_col0","_col1","_col4","_col5","_col6","_col7","_col9","_col10","_col11","_col13","_col14"] <-Map 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_199] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_197] (rows=265971 width=183) Output:["_col0","_col1","_col2"] Please refer to the previous Filter Operator [FIL_195] <-Reducer 10 [SIMPLE_EDGE] SHUFFLE [RS_21] - PartitionCols:_col3,null sort order:a,sort order:+ + PartitionCols:_col3 Merge Join Operator [MERGEJOIN_173] (rows=11975292 width=245) Conds:RS_191._col2=RS_194._col0(Inner),Output:["_col0","_col1","_col3","_col4","_col5","_col6","_col7","_col9","_col10","_col11"] <-Map 13 [SIMPLE_EDGE] vectorized SHUFFLE [RS_194] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_193] (rows=3529412 width=16) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_192] (rows=3529412 width=187) @@ -275,7 +274,7 @@ Stage-0 default@customer_address,customer_address,Tbl:COMPLETE,Col:COMPLETE,Output:["ca_address_sk","ca_state","ca_country"] <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_191] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Select Operator [SEL_190] (rows=11975292 width=237) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"] Filter Operator [FIL_189] (rows=11975292 width=237) @@ -284,12 +283,12 @@ Stage-0 default@web_returns,web_returns,Tbl:COMPLETE,Col:COMPLETE,Output:["wr_item_sk","wr_refunded_cdemo_sk","wr_refunded_addr_sk","wr_returning_cdemo_sk","wr_reason_sk","wr_order_number","wr_fee","wr_refunded_cash"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_33] - PartitionCols:_col1, _col2,null sort order:aa,sort order:++ + PartitionCols:_col1, _col2 Merge Join Operator [MERGEJOIN_172] (rows=143931136 width=35) Conds:RS_188._col0=RS_180._col0(Inner),Output:["_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9"] <-Map 7 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_180] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_179] (rows=652 width=4) Output:["_col0"] Filter Operator [FIL_178] (rows=652 width=8) @@ -298,7 +297,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_188] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_187] (rows=143931136 width=39) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9"] Filter Operator [FIL_186] (rows=143931136 width=243) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query86.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query86.q.out index 1263a5c649..0b6ee2c156 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query86.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query86.q.out @@ -79,7 +79,6 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4"] <-Reducer 5 [SIMPLE_EDGE] vectorized SHUFFLE [RS_79] - null sort order:zzz,sort order:-++ Select Operator [SEL_78] (rows=3060 width=490) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] PTF Operator [PTF_77] (rows=3060 width=302) @@ -88,14 +87,14 @@ Stage-0 Output:["_col0","_col1","_col2","_col3"] <-Reducer 4 [SIMPLE_EDGE] vectorized SHUFFLE [RS_75] - PartitionCols:(grouping(_col3, 1L) + grouping(_col3, 0L)), CASE WHEN ((grouping(_col3, 0L) = UDFToLong(0))) THEN (_col0) ELSE (CAST( null AS STRING)) END,null sort order:aaz,sort order:++- + PartitionCols:(grouping(_col3, 1L) + grouping(_col3, 0L)), CASE WHEN ((grouping(_col3, 0L) = UDFToLong(0))) THEN (_col0) ELSE (CAST( null AS STRING)) END Select Operator [SEL_74] (rows=3060 width=302) Output:["_col0","_col1","_col2","_col3"] Group By Operator [GBY_73] (rows=3060 width=302) Output:["_col0","_col1","_col2","_col3"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_17] - PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_16] (rows=507960 width=302) Output:["_col0","_col1","_col2","_col3"],aggregations:["sum(_col2)"],keys:_col0, _col1, 0L Select Operator [SEL_14] (rows=143966864 width=293) @@ -104,19 +103,19 @@ Stage-0 Conds:RS_11._col1=RS_72._col0(Inner),Output:["_col2","_col5","_col6"] <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_72] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_71] (rows=462000 width=186) Output:["_col0","_col1","_col2"] TableScan [TS_6] (rows=462000 width=186) default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_class","i_category"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_11] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_58] (rows=143966864 width=115) Conds:RS_70._col0=RS_62._col0(Inner),Output:["_col1","_col2"] <-Map 7 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_62] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_61] (rows=317 width=4) Output:["_col0"] Filter Operator [FIL_60] (rows=317 width=8) @@ -125,7 +124,7 @@ Stage-0 default@date_dim,d1,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_month_seq"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_70] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_69] (rows=143966864 width=119) Output:["_col0","_col1","_col2"] Filter Operator [FIL_68] (rows=143966864 width=119) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query87.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query87.q.out index b121f07e25..0bb3ad51c5 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query87.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query87.q.out @@ -96,7 +96,7 @@ Stage-0 <-Union 7 [SIMPLE_EDGE] <-Reducer 18 [CONTAINS] vectorized Reduce Output Operator [RS_292] - PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_291] (rows=279005196 width=290) Output:["_col0","_col1","_col2","_col3","_col4"],aggregations:["sum(_col3)","sum(_col4)"],keys:_col0, _col1, _col2 Select Operator [SEL_290] (rows=279005196 width=290) @@ -111,26 +111,26 @@ Stage-0 Output:["_col0","_col1","_col2"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 17 [SIMPLE_EDGE] SHUFFLE [RS_77] - PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_76] (rows=143930993 width=274) Output:["_col0","_col1","_col2"],keys:_col6, _col5, _col3 Merge Join Operator [MERGEJOIN_189] (rows=143930993 width=274) Conds:RS_72._col1=RS_245._col0(Inner),Output:["_col3","_col5","_col6"] <-Map 20 [SIMPLE_EDGE] vectorized SHUFFLE [RS_245] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_242] (rows=80000000 width=184) Output:["_col0","_col1","_col2"] TableScan [TS_6] (rows=80000000 width=184) default@customer,customer,Tbl:COMPLETE,Col:COMPLETE,Output:["c_customer_sk","c_first_name","c_last_name"] <-Reducer 16 [SIMPLE_EDGE] SHUFFLE [RS_72] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_188] (rows=143930993 width=97) Conds:RS_285._col0=RS_229._col0(Inner),Output:["_col1","_col3"] <-Map 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_229] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_224] (rows=317 width=98) Output:["_col0","_col1"] Filter Operator [FIL_223] (rows=317 width=102) @@ -139,7 +139,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_date","d_month_seq"] <-Map 22 [SIMPLE_EDGE] vectorized SHUFFLE [RS_285] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_284] (rows=143930993 width=7) Output:["_col0","_col1"] Filter Operator [FIL_283] (rows=143930993 width=7) @@ -159,7 +159,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_224] <-Reducer 6 [CONTAINS] vectorized Reduce Output Operator [RS_260] - PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_259] (rows=279005196 width=290) Output:["_col0","_col1","_col2","_col3","_col4"],aggregations:["sum(_col3)","sum(_col4)"],keys:_col0, _col1, _col2 Select Operator [SEL_258] (rows=279005196 width=290) @@ -177,7 +177,7 @@ Stage-0 <-Union 5 [SIMPLE_EDGE] <-Reducer 14 [CONTAINS] vectorized Reduce Output Operator [RS_280] - PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_279] (rows=810445219 width=290) Output:["_col0","_col1","_col2","_col3","_col4"],aggregations:["sum(_col3)","sum(_col4)"],keys:_col0, _col1, _col2 Select Operator [SEL_278] (rows=810445219 width=290) @@ -192,27 +192,27 @@ Stage-0 Output:["_col0","_col1","_col2"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 13 [SIMPLE_EDGE] SHUFFLE [RS_40] - PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_39] (rows=285117831 width=274) Output:["_col0","_col1","_col2"],keys:_col6, _col5, _col3 Merge Join Operator [MERGEJOIN_187] (rows=285117831 width=274) Conds:RS_35._col1=RS_244._col0(Inner),Output:["_col3","_col5","_col6"] <-Map 20 [SIMPLE_EDGE] vectorized SHUFFLE [RS_244] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_242] <-Reducer 12 [SIMPLE_EDGE] SHUFFLE [RS_35] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_186] (rows=285117831 width=97) Conds:RS_273._col0=RS_227._col0(Inner),Output:["_col1","_col3"] <-Map 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_227] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_224] <-Map 21 [SIMPLE_EDGE] vectorized SHUFFLE [RS_273] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_272] (rows=285117831 width=7) Output:["_col0","_col1"] Filter Operator [FIL_271] (rows=285117831 width=7) @@ -232,7 +232,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_224] <-Reducer 4 [CONTAINS] vectorized Reduce Output Operator [RS_252] - PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_251] (rows=810445219 width=290) Output:["_col0","_col1","_col2","_col3","_col4"],aggregations:["sum(_col3)","sum(_col4)"],keys:_col0, _col1, _col2 Select Operator [SEL_250] (rows=810445219 width=290) @@ -247,27 +247,27 @@ Stage-0 Output:["_col0","_col1","_col2"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_16] - PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_15] (rows=525327388 width=274) Output:["_col0","_col1","_col2"],keys:_col6, _col5, _col3 Merge Join Operator [MERGEJOIN_185] (rows=525327388 width=274) Conds:RS_11._col1=RS_243._col0(Inner),Output:["_col3","_col5","_col6"] <-Map 20 [SIMPLE_EDGE] vectorized SHUFFLE [RS_243] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_242] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_11] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_184] (rows=525327388 width=97) Conds:RS_241._col0=RS_225._col0(Inner),Output:["_col1","_col3"] <-Map 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_225] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_224] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_241] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_240] (rows=525327388 width=7) Output:["_col0","_col1"] Filter Operator [FIL_239] (rows=525327388 width=7) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query88.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query88.q.out index f5e518fbb0..93f440e3c4 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query88.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query88.q.out @@ -288,7 +288,7 @@ Stage-0 Conds:RS_148._col2=RS_676._col0(Inner) <-Map 51 [SIMPLE_EDGE] vectorized SHUFFLE [RS_676] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_670] (rows=155 width=4) Output:["_col0"] Filter Operator [FIL_669] (rows=155 width=92) @@ -297,12 +297,12 @@ Stage-0 default@store,store,Tbl:COMPLETE,Col:COMPLETE,Output:["s_store_sk","s_store_name"] <-Reducer 31 [SIMPLE_EDGE] SHUFFLE [RS_148] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Merge Join Operator [MERGEJOIN_591] (rows=501695814 width=3) Conds:RS_145._col0=RS_632._col0(Inner),Output:["_col2"] <-Map 42 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_632] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_619] (rows=2312 width=4) Output:["_col0"] Filter Operator [FIL_611] (rows=2312 width=12) @@ -311,12 +311,12 @@ Stage-0 default@time_dim,time_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["t_time_sk","t_hour","t_minute"] <-Reducer 30 [SIMPLE_EDGE] SHUFFLE [RS_145] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_590] (rows=501695814 width=7) Conds:RS_713._col1=RS_666._col0(Inner),Output:["_col0","_col2"] <-Map 13 [SIMPLE_EDGE] vectorized SHUFFLE [RS_666] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_660] (rows=1179 width=4) Output:["_col0"] Filter Operator [FIL_659] (rows=1179 width=12) @@ -325,7 +325,7 @@ Stage-0 default@household_demographics,household_demographics,Tbl:COMPLETE,Col:COMPLETE,Output:["hd_demo_sk","hd_dep_count","hd_vehicle_count"] <-Map 56 [SIMPLE_EDGE] vectorized SHUFFLE [RS_713] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_712] (rows=501695814 width=11) Output:["_col0","_col1","_col2"] Filter Operator [FIL_711] (rows=501695814 width=11) @@ -359,16 +359,16 @@ Stage-0 Conds:RS_122._col2=RS_675._col0(Inner) <-Map 51 [SIMPLE_EDGE] vectorized SHUFFLE [RS_675] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_670] <-Reducer 27 [SIMPLE_EDGE] SHUFFLE [RS_122] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Merge Join Operator [MERGEJOIN_588] (rows=501695814 width=3) Conds:RS_119._col0=RS_630._col0(Inner),Output:["_col2"] <-Map 42 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_630] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_618] (rows=2235 width=4) Output:["_col0"] Filter Operator [FIL_610] (rows=2235 width=12) @@ -376,16 +376,16 @@ Stage-0 Please refer to the previous TableScan [TS_6] <-Reducer 26 [SIMPLE_EDGE] SHUFFLE [RS_119] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_587] (rows=501695814 width=7) Conds:RS_706._col1=RS_665._col0(Inner),Output:["_col0","_col2"] <-Map 13 [SIMPLE_EDGE] vectorized SHUFFLE [RS_665] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_660] <-Map 55 [SIMPLE_EDGE] vectorized SHUFFLE [RS_706] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_705] (rows=501695814 width=11) Output:["_col0","_col1","_col2"] Filter Operator [FIL_704] (rows=501695814 width=11) @@ -419,16 +419,16 @@ Stage-0 Conds:RS_96._col2=RS_674._col0(Inner) <-Map 51 [SIMPLE_EDGE] vectorized SHUFFLE [RS_674] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_670] <-Reducer 23 [SIMPLE_EDGE] SHUFFLE [RS_96] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Merge Join Operator [MERGEJOIN_585] (rows=501695814 width=3) Conds:RS_93._col0=RS_628._col0(Inner),Output:["_col2"] <-Map 42 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_628] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_617] (rows=2312 width=4) Output:["_col0"] Filter Operator [FIL_609] (rows=2312 width=12) @@ -436,16 +436,16 @@ Stage-0 Please refer to the previous TableScan [TS_6] <-Reducer 22 [SIMPLE_EDGE] SHUFFLE [RS_93] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_584] (rows=501695814 width=7) Conds:RS_699._col1=RS_664._col0(Inner),Output:["_col0","_col2"] <-Map 13 [SIMPLE_EDGE] vectorized SHUFFLE [RS_664] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_660] <-Map 54 [SIMPLE_EDGE] vectorized SHUFFLE [RS_699] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_698] (rows=501695814 width=11) Output:["_col0","_col1","_col2"] Filter Operator [FIL_697] (rows=501695814 width=11) @@ -479,16 +479,16 @@ Stage-0 Conds:RS_70._col2=RS_673._col0(Inner) <-Map 51 [SIMPLE_EDGE] vectorized SHUFFLE [RS_673] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_670] <-Reducer 19 [SIMPLE_EDGE] SHUFFLE [RS_70] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Merge Join Operator [MERGEJOIN_582] (rows=501695814 width=3) Conds:RS_67._col0=RS_626._col0(Inner),Output:["_col2"] <-Map 42 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_626] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_616] (rows=2235 width=4) Output:["_col0"] Filter Operator [FIL_608] (rows=2235 width=12) @@ -496,16 +496,16 @@ Stage-0 Please refer to the previous TableScan [TS_6] <-Reducer 18 [SIMPLE_EDGE] SHUFFLE [RS_67] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_581] (rows=501695814 width=7) Conds:RS_692._col1=RS_663._col0(Inner),Output:["_col0","_col2"] <-Map 13 [SIMPLE_EDGE] vectorized SHUFFLE [RS_663] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_660] <-Map 53 [SIMPLE_EDGE] vectorized SHUFFLE [RS_692] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_691] (rows=501695814 width=11) Output:["_col0","_col1","_col2"] Filter Operator [FIL_690] (rows=501695814 width=11) @@ -539,16 +539,16 @@ Stage-0 Conds:RS_44._col2=RS_672._col0(Inner) <-Map 51 [SIMPLE_EDGE] vectorized SHUFFLE [RS_672] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_670] <-Reducer 15 [SIMPLE_EDGE] SHUFFLE [RS_44] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Merge Join Operator [MERGEJOIN_579] (rows=501695814 width=3) Conds:RS_41._col0=RS_624._col0(Inner),Output:["_col2"] <-Map 42 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_624] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_615] (rows=2312 width=4) Output:["_col0"] Filter Operator [FIL_607] (rows=2312 width=12) @@ -556,16 +556,16 @@ Stage-0 Please refer to the previous TableScan [TS_6] <-Reducer 14 [SIMPLE_EDGE] SHUFFLE [RS_41] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_578] (rows=501695814 width=7) Conds:RS_685._col1=RS_662._col0(Inner),Output:["_col0","_col2"] <-Map 13 [SIMPLE_EDGE] vectorized SHUFFLE [RS_662] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_660] <-Map 52 [SIMPLE_EDGE] vectorized SHUFFLE [RS_685] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_684] (rows=501695814 width=11) Output:["_col0","_col1","_col2"] Filter Operator [FIL_683] (rows=501695814 width=11) @@ -595,16 +595,16 @@ Stage-0 Conds:RS_18._col2=RS_671._col0(Inner) <-Map 51 [SIMPLE_EDGE] vectorized SHUFFLE [RS_671] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_670] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_18] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Merge Join Operator [MERGEJOIN_576] (rows=501695814 width=3) Conds:RS_15._col0=RS_622._col0(Inner),Output:["_col2"] <-Map 42 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_622] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_614] (rows=2235 width=4) Output:["_col0"] Filter Operator [FIL_606] (rows=2235 width=12) @@ -612,16 +612,16 @@ Stage-0 Please refer to the previous TableScan [TS_6] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_15] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_575] (rows=501695814 width=7) Conds:RS_658._col1=RS_661._col0(Inner),Output:["_col0","_col2"] <-Map 13 [SIMPLE_EDGE] vectorized SHUFFLE [RS_661] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_660] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_658] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_657] (rows=501695814 width=11) Output:["_col0","_col1","_col2"] Filter Operator [FIL_656] (rows=501695814 width=11) @@ -651,16 +651,16 @@ Stage-0 Conds:RS_174._col2=RS_677._col0(Inner) <-Map 51 [SIMPLE_EDGE] vectorized SHUFFLE [RS_677] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_670] <-Reducer 35 [SIMPLE_EDGE] SHUFFLE [RS_174] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Merge Join Operator [MERGEJOIN_594] (rows=501695814 width=3) Conds:RS_171._col0=RS_634._col0(Inner),Output:["_col2"] <-Map 42 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_634] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_620] (rows=2235 width=4) Output:["_col0"] Filter Operator [FIL_612] (rows=2235 width=12) @@ -668,16 +668,16 @@ Stage-0 Please refer to the previous TableScan [TS_6] <-Reducer 34 [SIMPLE_EDGE] SHUFFLE [RS_171] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_593] (rows=501695814 width=7) Conds:RS_720._col1=RS_667._col0(Inner),Output:["_col0","_col2"] <-Map 13 [SIMPLE_EDGE] vectorized SHUFFLE [RS_667] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_660] <-Map 57 [SIMPLE_EDGE] vectorized SHUFFLE [RS_720] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_719] (rows=501695814 width=11) Output:["_col0","_col1","_col2"] Filter Operator [FIL_718] (rows=501695814 width=11) @@ -707,16 +707,16 @@ Stage-0 Conds:RS_200._col2=RS_678._col0(Inner) <-Map 51 [SIMPLE_EDGE] vectorized SHUFFLE [RS_678] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_670] <-Reducer 39 [SIMPLE_EDGE] SHUFFLE [RS_200] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Merge Join Operator [MERGEJOIN_597] (rows=501695814 width=3) Conds:RS_197._col0=RS_636._col0(Inner),Output:["_col2"] <-Map 42 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_636] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_621] (rows=2312 width=4) Output:["_col0"] Filter Operator [FIL_613] (rows=2312 width=12) @@ -724,16 +724,16 @@ Stage-0 Please refer to the previous TableScan [TS_6] <-Reducer 38 [SIMPLE_EDGE] SHUFFLE [RS_197] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_596] (rows=501695814 width=7) Conds:RS_727._col1=RS_668._col0(Inner),Output:["_col0","_col2"] <-Map 13 [SIMPLE_EDGE] vectorized SHUFFLE [RS_668] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_660] <-Map 58 [SIMPLE_EDGE] vectorized SHUFFLE [RS_727] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_726] (rows=501695814 width=11) Output:["_col0","_col1","_col2"] Filter Operator [FIL_725] (rows=501695814 width=11) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query89.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query89.q.out index 3b5165e2fb..28d604a433 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query89.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query89.q.out @@ -86,7 +86,6 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"] <-Reducer 6 [SIMPLE_EDGE] vectorized SHUFFLE [RS_107] - null sort order:zz,sort order:++ Select Operator [SEL_106] (rows=181038 width=801) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8"] Filter Operator [FIL_105] (rows=181038 width=689) @@ -99,31 +98,31 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"] <-Reducer 5 [SIMPLE_EDGE] vectorized SHUFFLE [RS_101] - PartitionCols:_col2, _col0, _col4, _col5,null sort order:aaaa,sort order:++++ + PartitionCols:_col2, _col0, _col4, _col5 Group By Operator [GBY_100] (rows=362076 width=577) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3, KEY._col4, KEY._col5 <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_22] - PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5,null sort order:aaaaaa,sort order:++++++ + PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5 Group By Operator [GBY_21] (rows=76480702 width=577) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"],aggregations:["sum(_col3)"],keys:_col5, _col6, _col7, _col9, _col11, _col12 Merge Join Operator [MERGEJOIN_83] (rows=76480702 width=542) Conds:RS_17._col2=RS_99._col0(Inner),Output:["_col3","_col5","_col6","_col7","_col9","_col11","_col12"] <-Map 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_99] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_98] (rows=1704 width=183) Output:["_col0","_col1","_col2"] TableScan [TS_9] (rows=1704 width=183) default@store,store,Tbl:COMPLETE,Col:COMPLETE,Output:["s_store_sk","s_store_name","s_company_name"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_17] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Merge Join Operator [MERGEJOIN_82] (rows=76480702 width=366) Conds:RS_14._col0=RS_86._col0(Inner),Output:["_col2","_col3","_col5","_col6","_col7","_col9"] <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_86] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_85] (rows=652 width=8) Output:["_col0","_col1"] Filter Operator [FIL_84] (rows=652 width=12) @@ -132,12 +131,12 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_moy"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_14] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_81] (rows=76480702 width=364) Conds:RS_94._col1=RS_97._col0(Inner),Output:["_col0","_col2","_col3","_col5","_col6","_col7"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_94] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_93] (rows=525329897 width=118) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_92] (rows=525329897 width=118) @@ -157,7 +156,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_85] <-Map 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_97] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_96] (rows=6988 width=286) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_95] (rows=6988 width=286) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query90.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query90.q.out index 17cf02cc73..2a5824179b 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query90.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query90.q.out @@ -87,7 +87,7 @@ Stage-0 Conds:RS_18._col1=RS_152._col0(Inner) <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_152] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_151] (rows=655 width=4) Output:["_col0"] Filter Operator [FIL_150] (rows=655 width=8) @@ -96,12 +96,12 @@ Stage-0 default@household_demographics,household_demographics,Tbl:COMPLETE,Col:COMPLETE,Output:["hd_demo_sk","hd_dep_count"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_18] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_144] (rows=143895111 width=3) Conds:RS_15._col0=RS_169._col0(Inner),Output:["_col1"] <-Map 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_169] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_167] (rows=9095 width=4) Output:["_col0"] Filter Operator [FIL_165] (rows=9095 width=8) @@ -110,12 +110,12 @@ Stage-0 default@time_dim,time_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["t_time_sk","t_hour"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_15] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_143] (rows=143895111 width=7) Conds:RS_161._col2=RS_164._col0(Inner),Output:["_col0","_col1"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_161] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Select Operator [SEL_160] (rows=143895111 width=11) Output:["_col0","_col1","_col2"] Filter Operator [FIL_159] (rows=143895111 width=11) @@ -135,7 +135,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_151] <-Map 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_164] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_163] (rows=1175 width=4) Output:["_col0"] Filter Operator [FIL_162] (rows=1175 width=7) @@ -154,16 +154,16 @@ Stage-0 Conds:RS_44._col1=RS_154._col0(Inner) <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_154] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_151] <-Reducer 7 [SIMPLE_EDGE] SHUFFLE [RS_44] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_147] (rows=143895111 width=3) Conds:RS_41._col0=RS_170._col0(Inner),Output:["_col1"] <-Map 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_170] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_168] (rows=9095 width=4) Output:["_col0"] Filter Operator [FIL_166] (rows=9095 width=8) @@ -171,6 +171,6 @@ Stage-0 Please refer to the previous TableScan [TS_6] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_41] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Merge Join Operator [MERGEJOIN_143] diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query91.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query91.q.out index d74cf5c2e4..b86acb2b80 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query91.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query91.q.out @@ -96,33 +96,32 @@ Stage-0 Output:["_col0","_col1","_col2","_col3"] <-Reducer 7 [SIMPLE_EDGE] vectorized SHUFFLE [RS_168] - null sort order:z,sort order:- Select Operator [SEL_167] (rows=40890 width=518) Output:["_col0","_col1","_col2","_col4"] Group By Operator [GBY_166] (rows=40890 width=585) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3, KEY._col4 <-Reducer 6 [SIMPLE_EDGE] SHUFFLE [RS_41] - PartitionCols:_col0, _col1, _col2, _col3, _col4,null sort order:aaaaa,sort order:+++++ + PartitionCols:_col0, _col1, _col2, _col3, _col4 Group By Operator [GBY_40] (rows=81780 width=585) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],aggregations:["sum(_col11)"],keys:_col5, _col6, _col15, _col16, _col17 Merge Join Operator [MERGEJOIN_145] (rows=657590 width=490) Conds:RS_36._col10=RS_165._col0(Inner),Output:["_col5","_col6","_col11","_col15","_col16","_col17"] <-Map 15 [SIMPLE_EDGE] vectorized SHUFFLE [RS_165] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_164] (rows=60 width=298) Output:["_col0","_col1","_col2","_col3"] TableScan [TS_22] (rows=60 width=298) default@call_center,call_center,Tbl:COMPLETE,Col:COMPLETE,Output:["cc_call_center_sk","cc_call_center_id","cc_name","cc_manager"] <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_36] - PartitionCols:_col10,null sort order:a,sort order:+ + PartitionCols:_col10 Merge Join Operator [MERGEJOIN_144] (rows=657590 width=197) Conds:RS_33._col2=RS_163._col0(Inner),Output:["_col5","_col6","_col10","_col11"] <-Map 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_163] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_162] (rows=3600 width=4) Output:["_col0"] Filter Operator [FIL_161] (rows=3600 width=96) @@ -131,17 +130,17 @@ Stage-0 default@household_demographics,household_demographics,Tbl:COMPLETE,Col:COMPLETE,Output:["hd_demo_sk","hd_buy_potential"] <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_33] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Merge Join Operator [MERGEJOIN_143] (rows=657590 width=199) Conds:RS_30._col0=RS_31._col1(Inner),Output:["_col2","_col5","_col6","_col10","_col11"] <-Reducer 12 [SIMPLE_EDGE] SHUFFLE [RS_31] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_142] (rows=657590 width=19) Conds:RS_157._col0=RS_160._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_157] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_156] (rows=27658583 width=121) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_155] (rows=27658583 width=121) @@ -150,7 +149,7 @@ Stage-0 default@catalog_returns,catalog_returns,Tbl:COMPLETE,Col:COMPLETE,Output:["cr_returned_date_sk","cr_returning_customer_sk","cr_call_center_sk","cr_net_loss"] <-Map 13 [SIMPLE_EDGE] vectorized SHUFFLE [RS_160] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_159] (rows=50 width=4) Output:["_col0"] Filter Operator [FIL_158] (rows=50 width=12) @@ -159,12 +158,12 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_moy"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_30] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_141] (rows=228944 width=183) Conds:RS_27._col3=RS_154._col0(Inner),Output:["_col0","_col2","_col5","_col6"] <-Map 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_154] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_153] (rows=8000000 width=4) Output:["_col0"] Filter Operator [FIL_152] (rows=8000000 width=112) @@ -173,12 +172,12 @@ Stage-0 default@customer_address,customer_address,Tbl:COMPLETE,Col:COMPLETE,Output:["ca_address_sk","ca_gmt_offset"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_27] - PartitionCols:_col3,null sort order:a,sort order:+ + PartitionCols:_col3 Merge Join Operator [MERGEJOIN_140] (rows=1144719 width=187) Conds:RS_148._col1=RS_151._col0(Inner),Output:["_col0","_col2","_col3","_col5","_col6"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_148] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_147] (rows=74500295 width=15) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_146] (rows=74500295 width=15) @@ -187,7 +186,7 @@ Stage-0 default@customer,customer,Tbl:COMPLETE,Col:COMPLETE,Output:["c_customer_sk","c_current_cdemo_sk","c_current_hdemo_sk","c_current_addr_sk"] <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_151] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_150] (rows=26269 width=183) Output:["_col0","_col1","_col2"] Filter Operator [FIL_149] (rows=26269 width=183) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query92.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query92.q.out index 8ac93bc293..d379c38baa 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query92.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query92.q.out @@ -96,12 +96,12 @@ Stage-0 Conds:RS_30._col4=RS_125._col0(Inner),Output:["_col2","_col6"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_30] - PartitionCols:_col4,null sort order:a,sort order:+ + PartitionCols:_col4 Merge Join Operator [MERGEJOIN_101] (rows=2006075 width=113) Conds:RS_27._col1=RS_106._col0(Inner),Output:["_col2","_col4"] <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_106] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_105] (rows=669 width=4) Output:["_col0"] Filter Operator [FIL_104] (rows=669 width=7) @@ -110,12 +110,12 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_manufact_id"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_27] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_100] (rows=143930905 width=115) Conds:RS_116._col0=RS_120._col0(Inner),Output:["_col1","_col2"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_116] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_114] (rows=143930905 width=119) Output:["_col0","_col1","_col2"] Filter Operator [FIL_112] (rows=143930905 width=119) @@ -135,7 +135,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_105] <-Map 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_120] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_119] (rows=8116 width=4) Output:["_col0"] Filter Operator [FIL_118] (rows=8116 width=98) @@ -144,7 +144,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_date"] <-Reducer 7 [SIMPLE_EDGE] vectorized SHUFFLE [RS_125] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_124] (rows=62562 width=116) Output:["_col0","_col1"] Filter Operator [FIL_123] (rows=62562 width=124) @@ -153,14 +153,14 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)","count(VALUE._col1)"],keys:KEY._col0 <-Reducer 6 [SIMPLE_EDGE] SHUFFLE [RS_20] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_19] (rows=4129092 width=124) Output:["_col0","_col1","_col2"],aggregations:["sum(_col2)","count(_col2)"],keys:_col1 Merge Join Operator [MERGEJOIN_102] (rows=143966864 width=115) Conds:RS_117._col0=RS_121._col0(Inner),Output:["_col1","_col2"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_117] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_115] (rows=143966864 width=119) Output:["_col0","_col1","_col2"] Filter Operator [FIL_113] (rows=143966864 width=119) @@ -168,6 +168,6 @@ Stage-0 Please refer to the previous TableScan [TS_0] <-Map 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_121] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_119] diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query93.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query93.q.out index ee68f8c8aa..193a542b53 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query93.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query93.q.out @@ -60,12 +60,11 @@ Stage-0 Output:["_col0","_col1"] <-Reducer 4 [SIMPLE_EDGE] vectorized SHUFFLE [RS_73] - null sort order:zz,sort order:++ Group By Operator [GBY_72] (rows=1398474 width=115) Output:["_col0","_col1"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0 <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_17] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_16] (rows=569016747 width=115) Output:["_col0","_col1"],aggregations:["sum(_col1)"],keys:_col0 Select Operator [SEL_14] (rows=569016747 width=118) @@ -74,19 +73,19 @@ Stage-0 Conds:RS_11._col0, _col2=RS_71._col0, _col2(Inner),Output:["_col3","_col6","_col8","_col9"] <-Map 7 [SIMPLE_EDGE] vectorized SHUFFLE [RS_71] - PartitionCols:_col0, _col2,null sort order:aa,sort order:++ + PartitionCols:_col0, _col2 Select Operator [SEL_70] (rows=575995635 width=122) Output:["_col0","_col1","_col2","_col3","_col4"] TableScan [TS_6] (rows=575995635 width=122) default@store_sales,store_sales,Tbl:COMPLETE,Col:COMPLETE,Output:["ss_item_sk","ss_customer_sk","ss_ticket_number","ss_quantity","ss_sales_price"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_11] - PartitionCols:_col0, _col2,null sort order:aa,sort order:++ + PartitionCols:_col0, _col2 Merge Join Operator [MERGEJOIN_62] (rows=55574563 width=11) Conds:RS_66._col1=RS_69._col0(Inner),Output:["_col0","_col2","_col3"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_66] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_65] (rows=55574563 width=15) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_64] (rows=55574563 width=15) @@ -95,7 +94,7 @@ Stage-0 default@store_returns,store_returns,Tbl:COMPLETE,Col:COMPLETE,Output:["sr_item_sk","sr_reason_sk","sr_ticket_number","sr_return_quantity"] <-Map 6 [SIMPLE_EDGE] vectorized SHUFFLE [RS_69] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_68] (rows=1 width=4) Output:["_col0"] Filter Operator [FIL_67] (rows=1 width=101) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query94.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query94.q.out index f172d4901c..0f71ce5c16 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query94.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query94.q.out @@ -96,7 +96,7 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)"],keys:KEY._col0 <-Reducer 6 [SIMPLE_EDGE] SHUFFLE [RS_69] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_68] (rows=143895019 width=228) Output:["_col0","_col2","_col3"],aggregations:["sum(_col5)","sum(_col6)"],keys:_col4 Select Operator [SEL_41] (rows=143895019 width=229) @@ -107,28 +107,28 @@ Stage-0 Conds:RS_37._col4=RS_151._col1(Left Outer),Output:["_col4","_col5","_col6","_col13"] <-Reducer 15 [SIMPLE_EDGE] vectorized SHUFFLE [RS_151] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_150] (rows=8007986 width=8) Output:["_col0","_col1"] Group By Operator [GBY_149] (rows=8007986 width=4) Output:["_col0"],keys:KEY._col0 <-Map 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_148] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_147] (rows=14398467 width=4) Output:["_col0"],keys:wr_order_number TableScan [TS_25] (rows=14398467 width=4) default@web_returns,wr1,Tbl:COMPLETE,Col:COMPLETE,Output:["wr_order_number"] <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_37] - PartitionCols:_col4,null sort order:a,sort order:+ + PartitionCols:_col4 Select Operator [SEL_36] (rows=143895019 width=231) Output:["_col4","_col5","_col6"] Merge Join Operator [MERGEJOIN_124] (rows=143895019 width=235) Conds:RS_33._col4=RS_146._col0(Left Semi),Output:["_col3","_col4","_col5","_col6","_col14"],residual filter predicates:{(_col3 <> _col14)} <-Map 13 [SIMPLE_EDGE] vectorized SHUFFLE [RS_146] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_145] (rows=143966743 width=7) Output:["_col0","_col1"],keys:_col0, _col1 Select Operator [SEL_144] (rows=143966743 width=7) @@ -139,12 +139,12 @@ Stage-0 default@web_sales,ws2,Tbl:COMPLETE,Col:COMPLETE,Output:["ws_warehouse_sk","ws_order_number"] <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_33] - PartitionCols:_col4,null sort order:a,sort order:+ + PartitionCols:_col4 Merge Join Operator [MERGEJOIN_123] (rows=143895019 width=231) Conds:RS_18._col2=RS_142._col0(Inner),Output:["_col3","_col4","_col5","_col6"] <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_142] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_141] (rows=12 width=91) Output:["_col0"] Filter Operator [FIL_140] (rows=12 width=92) @@ -153,12 +153,12 @@ Stage-0 default@web_site,web_site,Tbl:COMPLETE,Col:COMPLETE,Output:["web_site_sk","web_company_name"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_18] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Merge Join Operator [MERGEJOIN_122] (rows=143895019 width=235) Conds:RS_15._col1=RS_128._col0(Inner),Output:["_col2","_col3","_col4","_col5","_col6"] <-Map 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_128] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_127] (rows=784314 width=90) Output:["_col0"] Filter Operator [FIL_126] (rows=784314 width=90) @@ -167,12 +167,12 @@ Stage-0 default@customer_address,customer_address,Tbl:COMPLETE,Col:COMPLETE,Output:["ca_address_sk","ca_state"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_15] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_121] (rows=143895019 width=239) Conds:RS_136._col0=RS_139._col0(Inner),Output:["_col1","_col2","_col3","_col4","_col5","_col6"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_136] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_135] (rows=143895019 width=243) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"] Filter Operator [FIL_134] (rows=143895019 width=243) @@ -192,7 +192,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_127] <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_139] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_138] (rows=8116 width=98) Output:["_col0"] Filter Operator [FIL_137] (rows=8116 width=98) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query95.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query95.q.out index 8d90ffbb49..5619abb453 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query95.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query95.q.out @@ -105,26 +105,26 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)"],keys:KEY._col0 <-Reducer 6 [SIMPLE_EDGE] SHUFFLE [RS_105] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_104] (rows=78459310 width=228) Output:["_col0","_col2","_col3"],aggregations:["sum(_col4)","sum(_col5)"],keys:_col3 Merge Join Operator [MERGEJOIN_231] (rows=78459310 width=227) Conds:RS_55._col3=RS_257._col0(Inner),Output:["_col3","_col4","_col5"] <-Reducer 16 [SIMPLE_EDGE] vectorized SHUFFLE [RS_257] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_256] (rows=8007986 width=4) Output:["_col0"],keys:KEY._col0 <-Reducer 15 [SIMPLE_EDGE] SHUFFLE [RS_40] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_39] (rows=14398467 width=4) Output:["_col0"],keys:_col14 Merge Join Operator [MERGEJOIN_225] (rows=1384229738 width=4) Conds:RS_35._col0=RS_255.wr_order_number(Inner),Output:["_col14"] <-Reducer 14 [SIMPLE_EDGE] SHUFFLE [RS_35] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_33] (rows=1411940834 width=4) Output:["_col0"] Filter Operator [FIL_32] (rows=1411940834 width=11) @@ -133,36 +133,36 @@ Stage-0 Conds:RS_250._col1=RS_252._col1(Inner),Output:["_col0","_col1","_col2"] <-Map 13 [SIMPLE_EDGE] vectorized SHUFFLE [RS_250] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_249] (rows=144002668 width=7) Output:["_col0","_col1"] TableScan [TS_25] (rows=144002668 width=7) default@web_sales,ws1,Tbl:COMPLETE,Col:COMPLETE,Output:["ws_warehouse_sk","ws_order_number"] <-Map 18 [SIMPLE_EDGE] vectorized SHUFFLE [RS_252] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_251] (rows=144002668 width=7) Output:["_col0","_col1"] TableScan [TS_27] (rows=144002668 width=7) default@web_sales,ws2,Tbl:COMPLETE,Col:COMPLETE,Output:["ws_warehouse_sk","ws_order_number"] <-Map 19 [SIMPLE_EDGE] vectorized SHUFFLE [RS_255] - PartitionCols:wr_order_number,null sort order:a,sort order:+ + PartitionCols:wr_order_number TableScan [TS_34] (rows=14398467 width=4) default@web_returns,web_returns,Tbl:COMPLETE,Col:COMPLETE,Output:["wr_order_number"] <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_55] - PartitionCols:_col3,null sort order:a,sort order:+ + PartitionCols:_col3 Merge Join Operator [MERGEJOIN_230] (rows=143895019 width=227) Conds:RS_52._col3=RS_254._col0(Inner),Output:["_col3","_col4","_col5"] <-Reducer 17 [SIMPLE_EDGE] vectorized SHUFFLE [RS_254] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_253] (rows=14686712 width=4) Output:["_col0"],keys:KEY._col0 <-Reducer 14 [SIMPLE_EDGE] SHUFFLE [RS_22] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_21] (rows=144002668 width=4) Output:["_col0"],keys:_col1 Select Operator [SEL_20] (rows=1411940834 width=11) @@ -170,12 +170,12 @@ Stage-0 Please refer to the previous Filter Operator [FIL_32] <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_52] - PartitionCols:_col3,null sort order:a,sort order:+ + PartitionCols:_col3 Merge Join Operator [MERGEJOIN_228] (rows=143895019 width=227) Conds:RS_49._col2=RS_248._col0(Inner),Output:["_col3","_col4","_col5"] <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_248] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_247] (rows=12 width=4) Output:["_col0"] Filter Operator [FIL_246] (rows=12 width=92) @@ -184,12 +184,12 @@ Stage-0 default@web_site,web_site,Tbl:COMPLETE,Col:COMPLETE,Output:["web_site_sk","web_company_name"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_49] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Merge Join Operator [MERGEJOIN_227] (rows=143895019 width=231) Conds:RS_46._col1=RS_234._col0(Inner),Output:["_col2","_col3","_col4","_col5"] <-Map 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_234] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_233] (rows=784314 width=4) Output:["_col0"] Filter Operator [FIL_232] (rows=784314 width=90) @@ -198,12 +198,12 @@ Stage-0 default@customer_address,customer_address,Tbl:COMPLETE,Col:COMPLETE,Output:["ca_address_sk","ca_state"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_46] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_226] (rows=143895019 width=235) Conds:RS_242._col0=RS_245._col0(Inner),Output:["_col1","_col2","_col3","_col4","_col5"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_242] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_241] (rows=143895019 width=239) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Filter Operator [FIL_240] (rows=143895019 width=239) @@ -223,7 +223,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_233] <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_245] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_244] (rows=8116 width=98) Output:["_col0"] Filter Operator [FIL_243] (rows=8116 width=98) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query96.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query96.q.out index 1f9f6700da..6bc33a1fc1 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query96.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query96.q.out @@ -64,7 +64,7 @@ Stage-0 Conds:RS_18._col2=RS_89._col0(Inner) <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_89] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_88] (rows=155 width=4) Output:["_col0"] Filter Operator [FIL_87] (rows=155 width=92) @@ -73,12 +73,12 @@ Stage-0 default@store,store,Tbl:COMPLETE,Col:COMPLETE,Output:["s_store_sk","s_store_name"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_18] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Merge Join Operator [MERGEJOIN_71] (rows=501695814 width=3) Conds:RS_15._col1=RS_86._col0(Inner),Output:["_col2"] <-Map 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_86] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_85] (rows=655 width=4) Output:["_col0"] Filter Operator [FIL_84] (rows=655 width=8) @@ -87,12 +87,12 @@ Stage-0 default@household_demographics,household_demographics,Tbl:COMPLETE,Col:COMPLETE,Output:["hd_demo_sk","hd_dep_count"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_15] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_70] (rows=501695814 width=7) Conds:RS_83._col0=RS_75._col0(Inner),Output:["_col1","_col2"] <-Map 6 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_75] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_74] (rows=2235 width=4) Output:["_col0"] Filter Operator [FIL_73] (rows=2235 width=12) @@ -101,7 +101,7 @@ Stage-0 default@time_dim,time_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["t_time_sk","t_hour","t_minute"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_83] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_82] (rows=501695814 width=11) Output:["_col0","_col1","_col2"] Filter Operator [FIL_81] (rows=501695814 width=11) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query97.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query97.q.out index d90f032a5c..70e089d3df 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query97.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query97.q.out @@ -86,19 +86,19 @@ Stage-0 Conds:RS_85._col0, _col1=RS_92._col0, _col1(Outer),Output:["_col0","_col2"] <-Reducer 3 [SIMPLE_EDGE] vectorized SHUFFLE [RS_85] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_84] (rows=550076554 width=7) Output:["_col0","_col1"],keys:KEY._col0, KEY._col1 <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_11] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_10] (rows=550076554 width=7) Output:["_col0","_col1"],keys:_col2, _col1 Merge Join Operator [MERGEJOIN_66] (rows=550076554 width=7) Conds:RS_83._col0=RS_71._col0(Inner),Output:["_col1","_col2"] <-Map 6 [SIMPLE_EDGE] vectorized SHUFFLE [RS_71] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_70] (rows=317 width=4) Output:["_col0"] Filter Operator [FIL_69] (rows=317 width=8) @@ -107,7 +107,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_month_seq"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_83] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_82] (rows=550076554 width=11) Output:["_col0","_col1","_col2"] Filter Operator [FIL_81] (rows=550076554 width=11) @@ -127,23 +127,23 @@ Stage-0 Please refer to the previous Select Operator [SEL_70] <-Reducer 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_92] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_91] (rows=286549727 width=7) Output:["_col0","_col1"],keys:KEY._col0, KEY._col1 <-Reducer 8 [SIMPLE_EDGE] SHUFFLE [RS_25] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_24] (rows=286549727 width=7) Output:["_col0","_col1"],keys:_col1, _col2 Merge Join Operator [MERGEJOIN_67] (rows=286549727 width=7) Conds:RS_90._col0=RS_73._col0(Inner),Output:["_col1","_col2"] <-Map 6 [SIMPLE_EDGE] vectorized SHUFFLE [RS_73] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_70] <-Map 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_90] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_89] (rows=286549727 width=11) Output:["_col0","_col1","_col2"] Filter Operator [FIL_88] (rows=286549727 width=11) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query98.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query98.q.out index 2e9f658440..c9f3f0c0a7 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query98.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query98.q.out @@ -89,7 +89,6 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5"] <-Reducer 5 [SIMPLE_EDGE] vectorized SHUFFLE [RS_77] - null sort order:zzzzz,sort order:+++++ Select Operator [SEL_76] (rows=138600 width=802) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"] PTF Operator [PTF_75] (rows=138600 width=690) @@ -98,19 +97,19 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5"] <-Reducer 4 [SIMPLE_EDGE] vectorized SHUFFLE [RS_73] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Group By Operator [GBY_72] (rows=138600 width=690) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3, KEY._col4 <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_17] - PartitionCols:_col0, _col1, _col2, _col3, _col4,null sort order:aaaaa,sort order:+++++ + PartitionCols:_col0, _col1, _col2, _col3, _col4 Group By Operator [GBY_16] (rows=138600 width=690) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],aggregations:["sum(_col2)"],keys:_col9, _col8, _col5, _col6, _col7 Merge Join Operator [MERGEJOIN_57] (rows=165022973 width=673) Conds:RS_12._col1=RS_71._col0(Inner),Output:["_col2","_col5","_col6","_col7","_col8","_col9"] <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_71] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_70] (rows=138600 width=581) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Filter Operator [FIL_69] (rows=138600 width=581) @@ -119,12 +118,12 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_item_id","i_item_desc","i_current_price","i_class","i_category"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_12] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_56] (rows=550076554 width=110) Conds:RS_68._col0=RS_60._col0(Inner),Output:["_col1","_col2"] <-Map 7 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_60] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_59] (rows=8116 width=4) Output:["_col0"] Filter Operator [FIL_58] (rows=8116 width=98) @@ -133,7 +132,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_date"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_68] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_67] (rows=550076554 width=114) Output:["_col0","_col1","_col2"] Filter Operator [FIL_66] (rows=550076554 width=114) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query99.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query99.q.out index edcf1c20d7..c77a73f4d5 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query99.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query99.q.out @@ -102,59 +102,58 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"] <-Reducer 6 [SIMPLE_EDGE] vectorized SHUFFLE [RS_117] - null sort order:zzz,sort order:+++ Select Operator [SEL_116] (rows=3920468 width=590) Output:["_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8"] Group By Operator [GBY_115] (rows=3920468 width=406) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)","sum(VALUE._col2)","sum(VALUE._col3)","sum(VALUE._col4)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_26] - PartitionCols:_col0, _col1, _col2,null sort order:zzz,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_25] (rows=7840936 width=406) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"],aggregations:["sum(_col4)","sum(_col5)","sum(_col6)","sum(_col7)","sum(_col8)"],keys:_col13, _col11, _col15 Top N Key Operator [TNK_53] (rows=15681873 width=386) - keys:_col13, _col11, _col15,null sort order:zzz,sort order:+++,top n:100 + keys:_col13, _col11, _col15,top n:100 Merge Join Operator [MERGEJOIN_97] (rows=15681873 width=386) Conds:RS_21._col1=RS_114._col0(Inner),Output:["_col4","_col5","_col6","_col7","_col8","_col11","_col13","_col15"] <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_114] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_113] (rows=60 width=102) Output:["_col0","_col1"] TableScan [TS_10] (rows=60 width=102) default@call_center,call_center,Tbl:COMPLETE,Col:COMPLETE,Output:["cc_call_center_sk","cc_name"] <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_21] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_96] (rows=15681873 width=291) Conds:RS_18._col3=RS_112._col0(Inner),Output:["_col1","_col4","_col5","_col6","_col7","_col8","_col11","_col13"] <-Map 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_112] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_111] (rows=27 width=188) Output:["_col0","_col1"] TableScan [TS_8] (rows=27 width=104) default@warehouse,warehouse,Tbl:COMPLETE,Col:COMPLETE,Output:["w_warehouse_sk","w_warehouse_name"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_18] - PartitionCols:_col3,null sort order:a,sort order:+ + PartitionCols:_col3 Merge Join Operator [MERGEJOIN_95] (rows=15681873 width=111) Conds:RS_15._col2=RS_99._col0(Inner),Output:["_col1","_col3","_col4","_col5","_col6","_col7","_col8","_col11"] <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_99] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_98] (rows=1 width=88) Output:["_col0","_col1"] TableScan [TS_6] (rows=1 width=88) default@ship_mode,ship_mode,Tbl:COMPLETE,Col:COMPLETE,Output:["sm_ship_mode_sk","sm_type"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_15] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Merge Join Operator [MERGEJOIN_94] (rows=282273729 width=31) Conds:RS_107._col0=RS_110._col0(Inner),Output:["_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_107] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_106] (rows=282273729 width=35) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8"] Filter Operator [FIL_105] (rows=282273729 width=19) @@ -174,7 +173,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_98] <-Map 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_110] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_109] (rows=317 width=4) Output:["_col0"] Filter Operator [FIL_108] (rows=317 width=8) diff --git ql/src/test/results/clientpositive/perf/tez/query1.q.out ql/src/test/results/clientpositive/perf/tez/query1.q.out index a7aa6bdd3a..f7affa4f14 100644 --- ql/src/test/results/clientpositive/perf/tez/query1.q.out +++ ql/src/test/results/clientpositive/perf/tez/query1.q.out @@ -80,7 +80,6 @@ Stage-0 Output:["_col0"] <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_52] - null sort order:z,sort order:+ Select Operator [SEL_51] (rows=17457727 width=100) Output:["_col0"] Filter Operator [FIL_50] (rows=17457727 width=324) @@ -89,7 +88,7 @@ Stage-0 Conds:RS_47._col2=RS_162._col1(Inner),Output:["_col3","_col5","_col6"] <-Reducer 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_162] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_161] (rows=85 width=115) Output:["_col0","_col1"] Filter Operator [FIL_160] (rows=85 width=123) @@ -102,14 +101,14 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1 <-Reducer 9 [SIMPLE_EDGE] SHUFFLE [RS_32] - PartitionCols:_col0,null sort order:aa,sort order:++ + PartitionCols:_col0 Group By Operator [GBY_31] (rows=53634860 width=119) Output:["_col0","_col1","_col2"],aggregations:["sum(_col3)"],keys:_col2, _col1 Merge Join Operator [MERGEJOIN_135] (rows=53634860 width=115) Conds:RS_145._col0=RS_149._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_149] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_147] (rows=652 width=4) Output:["_col0"] Filter Operator [FIL_146] (rows=652 width=8) @@ -118,7 +117,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year"] <-Map 6 [SIMPLE_EDGE] vectorized SHUFFLE [RS_145] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_143] (rows=53634860 width=119) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_141] (rows=53634860 width=119) @@ -127,12 +126,12 @@ Stage-0 default@store_returns,store_returns,Tbl:COMPLETE,Col:COMPLETE,Output:["sr_returned_date_sk","sr_customer_sk","sr_store_sk","sr_fee"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_47] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Merge Join Operator [MERGEJOIN_134] (rows=51757026 width=215) Conds:RS_44._col1=RS_156._col0(Inner),Output:["_col2","_col3","_col5"] <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_156] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_155] (rows=80000000 width=104) Output:["_col0","_col1"] Filter Operator [FIL_154] (rows=80000000 width=104) @@ -141,12 +140,12 @@ Stage-0 default@customer,customer,Tbl:COMPLETE,Col:COMPLETE,Output:["c_customer_sk","c_customer_id"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_44] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_133] (rows=51757026 width=119) Conds:RS_139._col0=RS_153._col1(Inner),Output:["_col1","_col2","_col3"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_139] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_138] (rows=35 width=4) Output:["_col0"] Filter Operator [FIL_137] (rows=35 width=90) @@ -155,7 +154,7 @@ Stage-0 default@store,store,Tbl:COMPLETE,Col:COMPLETE,Output:["s_store_sk","s_state"] <-Reducer 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_153] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_152] (rows=51757026 width=119) Output:["_col0","_col1","_col2"] Filter Operator [FIL_151] (rows=51757026 width=119) @@ -164,18 +163,18 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1 <-Reducer 7 [SIMPLE_EDGE] SHUFFLE [RS_14] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_13] (rows=51757026 width=119) Output:["_col0","_col1","_col2"],aggregations:["sum(_col3)"],keys:_col2, _col1 Merge Join Operator [MERGEJOIN_132] (rows=51757026 width=115) Conds:RS_144._col0=RS_148._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_148] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_147] <-Map 6 [SIMPLE_EDGE] vectorized SHUFFLE [RS_144] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_142] (rows=51757026 width=119) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_140] (rows=51757026 width=119) diff --git ql/src/test/results/clientpositive/perf/tez/query10.q.out ql/src/test/results/clientpositive/perf/tez/query10.q.out index 30628f4829..b346a5c5fb 100644 --- ql/src/test/results/clientpositive/perf/tez/query10.q.out +++ ql/src/test/results/clientpositive/perf/tez/query10.q.out @@ -164,18 +164,17 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13"] <-Reducer 7 [SIMPLE_EDGE] vectorized SHUFFLE [RS_228] - null sort order:zzzzzzzz,sort order:++++++++ Select Operator [SEL_227] (rows=1 width=419) Output:["_col0","_col1","_col2","_col3","_col4","_col6","_col8","_col10","_col12"] Group By Operator [GBY_226] (rows=1 width=379) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8"],aggregations:["count(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3, KEY._col4, KEY._col5, KEY._col6, KEY._col7 <-Reducer 6 [SIMPLE_EDGE] SHUFFLE [RS_67] - PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7,null sort order:zzzzzzzz,sort order:++++++++ + PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7 Group By Operator [GBY_66] (rows=3 width=379) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8"],aggregations:["count()"],keys:_col6, _col7, _col8, _col9, _col10, _col11, _col12, _col13 Top N Key Operator [TNK_103] (rows=1401496 width=379) - keys:_col6, _col7, _col8, _col9, _col10, _col11, _col12, _col13,null sort order:zzzzzzzz,sort order:++++++++,top n:100 + keys:_col6, _col7, _col8, _col9, _col10, _col11, _col12, _col13,top n:100 Select Operator [SEL_65] (rows=1401496 width=379) Output:["_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13"] Filter Operator [FIL_64] (rows=1401496 width=379) @@ -184,21 +183,21 @@ Stage-0 Conds:RS_61._col0=RS_225._col1(Left Outer),Output:["_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col16"] <-Reducer 19 [SIMPLE_EDGE] vectorized SHUFFLE [RS_225] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_224] (rows=1401496 width=7) Output:["_col0","_col1"] Group By Operator [GBY_223] (rows=1401496 width=3) Output:["_col0"],keys:KEY._col0 <-Reducer 18 [SIMPLE_EDGE] SHUFFLE [RS_44] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_43] (rows=285115246 width=3) Output:["_col0"],keys:_col1 Merge Join Operator [MERGEJOIN_178] (rows=285115246 width=3) Conds:RS_222._col0=RS_197._col0(Inner),Output:["_col1"] <-Map 13 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_197] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_192] (rows=201 width=4) Output:["_col0"] Filter Operator [FIL_191] (rows=201 width=12) @@ -207,7 +206,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_moy"] <-Map 22 [SIMPLE_EDGE] vectorized SHUFFLE [RS_222] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_221] (rows=285115246 width=7) Output:["_col0","_col1"] Filter Operator [FIL_220] (rows=285115246 width=7) @@ -227,30 +226,30 @@ Stage-0 Please refer to the previous Select Operator [SEL_192] <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_61] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_180] (rows=1414922 width=379) Conds:RS_58._col0=RS_217._col1(Left Outer),Output:["_col0","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14"] <-Reducer 16 [SIMPLE_EDGE] vectorized SHUFFLE [RS_217] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_216] (rows=1414922 width=7) Output:["_col0","_col1"] Group By Operator [GBY_215] (rows=1414922 width=3) Output:["_col0"],keys:KEY._col0 <-Reducer 15 [SIMPLE_EDGE] SHUFFLE [RS_30] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_29] (rows=143930993 width=3) Output:["_col0"],keys:_col1 Merge Join Operator [MERGEJOIN_177] (rows=143930993 width=3) Conds:RS_214._col0=RS_195._col0(Inner),Output:["_col1"] <-Map 13 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_195] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_192] <-Map 21 [SIMPLE_EDGE] vectorized SHUFFLE [RS_214] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_213] (rows=143930993 width=7) Output:["_col0","_col1"] Filter Operator [FIL_212] (rows=143930993 width=7) @@ -270,12 +269,12 @@ Stage-0 Please refer to the previous Select Operator [SEL_192] <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_58] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_179] (rows=525327388 width=375) Conds:RS_55._col0=RS_56._col0(Left Semi),Output:["_col0","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13"] <-Reducer 12 [SIMPLE_EDGE] SHUFFLE [RS_56] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_54] (rows=525327388 width=3) Output:["_col0"],keys:_col0 Select Operator [SEL_18] (rows=525327388 width=3) @@ -284,11 +283,11 @@ Stage-0 Conds:RS_209._col0=RS_193._col0(Inner),Output:["_col1"] <-Map 13 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_193] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_192] <-Map 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_209] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_208] (rows=525327388 width=7) Output:["_col0","_col1"] Filter Operator [FIL_207] (rows=525327388 width=7) @@ -308,12 +307,12 @@ Stage-0 Please refer to the previous Select Operator [SEL_192] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_55] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_175] (rows=228127 width=375) Conds:RS_50._col1=RS_190._col0(Inner),Output:["_col0","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13"] <-Map 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_190] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_189] (rows=1861800 width=375) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8"] Filter Operator [FIL_188] (rows=1861800 width=375) @@ -322,12 +321,12 @@ Stage-0 default@customer_demographics,customer_demographics,Tbl:COMPLETE,Col:COMPLETE,Output:["cd_demo_sk","cd_gender","cd_marital_status","cd_education_status","cd_purchase_estimate","cd_credit_rating","cd_dep_count","cd_dep_employed_count","cd_dep_college_count"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_50] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_174] (rows=224946 width=4) Conds:RS_184._col2=RS_187._col0(Inner),Output:["_col0","_col1"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_184] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Select Operator [SEL_183] (rows=77201384 width=11) Output:["_col0","_col1","_col2"] Filter Operator [FIL_182] (rows=77201384 width=11) @@ -336,7 +335,7 @@ Stage-0 default@customer,c,Tbl:COMPLETE,Col:COMPLETE,Output:["c_customer_sk","c_current_cdemo_sk","c_current_addr_sk"] <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_187] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_186] (rows=116550 width=102) Output:["_col0"] Filter Operator [FIL_185] (rows=116550 width=102) diff --git ql/src/test/results/clientpositive/perf/tez/query11.q.out ql/src/test/results/clientpositive/perf/tez/query11.q.out index e8f5308bce..96bdd7b504 100644 --- ql/src/test/results/clientpositive/perf/tez/query11.q.out +++ ql/src/test/results/clientpositive/perf/tez/query11.q.out @@ -196,7 +196,6 @@ Stage-0 Output:["_col0"] <-Reducer 7 [SIMPLE_EDGE] SHUFFLE [RS_93] - null sort order:z,sort order:+ Select Operator [SEL_92] (rows=19066162 width=85) Output:["_col0"] Filter Operator [FIL_91] (rows=19066162 width=537) @@ -205,21 +204,21 @@ Stage-0 Conds:RS_88._col2=RS_351._col0(Inner),Output:["_col1","_col3","_col5","_col6","_col8","_col9"] <-Reducer 20 [SIMPLE_EDGE] vectorized SHUFFLE [RS_351] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_350] (rows=80000000 width=297) Output:["_col0","_col1","_col2"] Group By Operator [GBY_349] (rows=80000000 width=764) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3, KEY._col4, KEY._col5, KEY._col6 <-Reducer 19 [SIMPLE_EDGE] SHUFFLE [RS_79] - PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5, _col6,null sort order:aaaaaaa,sort order:+++++++ + PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5, _col6 Group By Operator [GBY_78] (rows=80000000 width=764) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"],aggregations:["sum(_col2)"],keys:_col5, _col6, _col7, _col8, _col9, _col10, _col11 Merge Join Operator [MERGEJOIN_284] (rows=525327388 width=764) Conds:RS_74._col1=RS_317._col0(Inner),Output:["_col2","_col5","_col6","_col7","_col8","_col9","_col10","_col11"] <-Map 26 [SIMPLE_EDGE] vectorized SHUFFLE [RS_317] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_316] (rows=80000000 width=656) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"] Filter Operator [FIL_315] (rows=80000000 width=656) @@ -228,12 +227,12 @@ Stage-0 default@customer,customer,Tbl:COMPLETE,Col:COMPLETE,Output:["c_customer_sk","c_customer_id","c_first_name","c_last_name","c_preferred_cust_flag","c_birth_country","c_login","c_email_address"] <-Reducer 18 [SIMPLE_EDGE] SHUFFLE [RS_74] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_283] (rows=525327388 width=115) Conds:RS_348._col0=RS_294._col0(Inner),Output:["_col1","_col2"] <-Map 21 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_294] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_291] (rows=652 width=4) Output:["_col0"] Filter Operator [FIL_288] (rows=652 width=8) @@ -242,7 +241,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year"] <-Map 17 [SIMPLE_EDGE] vectorized SHUFFLE [RS_348] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_347] (rows=525327388 width=119) Output:["_col0","_col1","_col2"] Filter Operator [FIL_346] (rows=525327388 width=221) @@ -262,12 +261,12 @@ Stage-0 Please refer to the previous Select Operator [SEL_291] <-Reducer 6 [SIMPLE_EDGE] SHUFFLE [RS_88] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Merge Join Operator [MERGEJOIN_286] (rows=31888273 width=440) Conds:RS_85._col2=RS_343._col0(Inner),Output:["_col1","_col2","_col3","_col5","_col6"] <-Reducer 16 [SIMPLE_EDGE] vectorized SHUFFLE [RS_343] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_342] (rows=26666666 width=216) Output:["_col0","_col1","_col2"] Filter Operator [FIL_341] (rows=26666666 width=212) @@ -278,23 +277,23 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3, KEY._col4, KEY._col5, KEY._col6 <-Reducer 15 [SIMPLE_EDGE] SHUFFLE [RS_58] - PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5, _col6,null sort order:aaaaaaa,sort order:+++++++ + PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5, _col6 Group By Operator [GBY_57] (rows=80000000 width=764) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"],aggregations:["sum(_col2)"],keys:_col5, _col6, _col7, _col8, _col9, _col10, _col11 Merge Join Operator [MERGEJOIN_282] (rows=143930993 width=764) Conds:RS_53._col1=RS_320._col0(Inner),Output:["_col2","_col5","_col6","_col7","_col8","_col9","_col10","_col11"] <-Map 26 [SIMPLE_EDGE] vectorized SHUFFLE [RS_320] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_316] <-Reducer 14 [SIMPLE_EDGE] SHUFFLE [RS_53] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_281] (rows=143930993 width=115) Conds:RS_338._col0=RS_300._col0(Inner),Output:["_col1","_col2"] <-Map 21 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_300] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_293] (rows=652 width=4) Output:["_col0"] Filter Operator [FIL_290] (rows=652 width=8) @@ -302,7 +301,7 @@ Stage-0 Please refer to the previous TableScan [TS_65] <-Map 13 [SIMPLE_EDGE] vectorized SHUFFLE [RS_338] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_337] (rows=143930993 width=119) Output:["_col0","_col1","_col2"] Filter Operator [FIL_336] (rows=143930993 width=231) @@ -322,12 +321,12 @@ Stage-0 Please refer to the previous Select Operator [SEL_293] <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_85] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Merge Join Operator [MERGEJOIN_285] (rows=31888273 width=324) Conds:RS_323._col0=RS_333._col0(Inner),Output:["_col1","_col2","_col3"] <-Reducer 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_333] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_332] (rows=26666666 width=212) Output:["_col0","_col1"] Filter Operator [FIL_331] (rows=26666666 width=212) @@ -338,23 +337,23 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3, KEY._col4, KEY._col5, KEY._col6 <-Reducer 11 [SIMPLE_EDGE] SHUFFLE [RS_37] - PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5, _col6,null sort order:aaaaaaa,sort order:+++++++ + PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5, _col6 Group By Operator [GBY_36] (rows=80000000 width=764) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"],aggregations:["sum(_col2)"],keys:_col5, _col6, _col7, _col8, _col9, _col10, _col11 Merge Join Operator [MERGEJOIN_280] (rows=525327388 width=764) Conds:RS_32._col1=RS_319._col0(Inner),Output:["_col2","_col5","_col6","_col7","_col8","_col9","_col10","_col11"] <-Map 26 [SIMPLE_EDGE] vectorized SHUFFLE [RS_319] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_316] <-Reducer 10 [SIMPLE_EDGE] SHUFFLE [RS_32] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_279] (rows=525327388 width=115) Conds:RS_328._col0=RS_298._col0(Inner),Output:["_col1","_col2"] <-Map 21 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_298] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_292] (rows=652 width=4) Output:["_col0"] Filter Operator [FIL_289] (rows=652 width=8) @@ -362,7 +361,7 @@ Stage-0 Please refer to the previous TableScan [TS_65] <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_328] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_327] (rows=525327388 width=119) Output:["_col0","_col1","_col2"] Filter Operator [FIL_326] (rows=525327388 width=221) @@ -382,34 +381,34 @@ Stage-0 Please refer to the previous Select Operator [SEL_292] <-Reducer 4 [SIMPLE_EDGE] vectorized SHUFFLE [RS_323] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_322] (rows=80000000 width=212) Output:["_col0","_col1"] Group By Operator [GBY_321] (rows=80000000 width=764) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3, KEY._col4, KEY._col5, KEY._col6 <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_17] - PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5, _col6,null sort order:aaaaaaa,sort order:+++++++ + PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5, _col6 Group By Operator [GBY_16] (rows=80000000 width=764) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"],aggregations:["sum(_col2)"],keys:_col5, _col6, _col7, _col8, _col9, _col10, _col11 Merge Join Operator [MERGEJOIN_278] (rows=143930993 width=764) Conds:RS_12._col1=RS_318._col0(Inner),Output:["_col2","_col5","_col6","_col7","_col8","_col9","_col10","_col11"] <-Map 26 [SIMPLE_EDGE] vectorized SHUFFLE [RS_318] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_316] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_12] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_277] (rows=143930993 width=115) Conds:RS_314._col0=RS_296._col0(Inner),Output:["_col1","_col2"] <-Map 21 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_296] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_291] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_314] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_313] (rows=143930993 width=119) Output:["_col0","_col1","_col2"] Filter Operator [FIL_312] (rows=143930993 width=231) diff --git ql/src/test/results/clientpositive/perf/tez/query12.q.out ql/src/test/results/clientpositive/perf/tez/query12.q.out index eecf289ecf..4183059b2d 100644 --- ql/src/test/results/clientpositive/perf/tez/query12.q.out +++ ql/src/test/results/clientpositive/perf/tez/query12.q.out @@ -93,7 +93,6 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5"] <-Reducer 5 [SIMPLE_EDGE] vectorized SHUFFLE [RS_78] - null sort order:zzzzz,sort order:+++++ Select Operator [SEL_77] (rows=138600 width=801) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"] PTF Operator [PTF_76] (rows=138600 width=690) @@ -102,19 +101,19 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5"] <-Reducer 4 [SIMPLE_EDGE] vectorized SHUFFLE [RS_74] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Group By Operator [GBY_73] (rows=138600 width=690) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3, KEY._col4 <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_17] - PartitionCols:_col0, _col1, _col2, _col3, _col4,null sort order:aaaaa,sort order:+++++ + PartitionCols:_col0, _col1, _col2, _col3, _col4 Group By Operator [GBY_16] (rows=138600 width=690) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],aggregations:["sum(_col2)"],keys:_col9, _col8, _col5, _col6, _col7 Merge Join Operator [MERGEJOIN_58] (rows=43190061 width=689) Conds:RS_12._col1=RS_72._col0(Inner),Output:["_col2","_col5","_col6","_col7","_col8","_col9"] <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_72] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_71] (rows=138600 width=581) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Filter Operator [FIL_70] (rows=138600 width=581) @@ -123,12 +122,12 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_item_id","i_item_desc","i_current_price","i_class","i_category"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_12] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_57] (rows=143966864 width=115) Conds:RS_69._col0=RS_61._col0(Inner),Output:["_col1","_col2"] <-Map 7 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_61] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_60] (rows=8116 width=4) Output:["_col0"] Filter Operator [FIL_59] (rows=8116 width=98) @@ -137,7 +136,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_date"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_69] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_68] (rows=143966864 width=119) Output:["_col0","_col1","_col2"] Filter Operator [FIL_67] (rows=143966864 width=119) diff --git ql/src/test/results/clientpositive/perf/tez/query13.q.out ql/src/test/results/clientpositive/perf/tez/query13.q.out index 6af6b1400c..96aa938e78 100644 --- ql/src/test/results/clientpositive/perf/tez/query13.q.out +++ ql/src/test/results/clientpositive/perf/tez/query13.q.out @@ -142,7 +142,7 @@ Stage-0 Conds:RS_32._col4=RS_144._col0(Inner),Output:["_col5","_col6","_col7"] <-Map 13 [SIMPLE_EDGE] vectorized SHUFFLE [RS_144] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_143] (rows=1704 width=4) Output:["_col0"] Filter Operator [FIL_142] (rows=1704 width=4) @@ -151,14 +151,14 @@ Stage-0 default@store,store,Tbl:COMPLETE,Col:COMPLETE,Output:["s_store_sk"] <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_32] - PartitionCols:_col4,null sort order:a,sort order:+ + PartitionCols:_col4 Filter Operator [FIL_31] (rows=11734953 width=218) predicate:((_col20 and _col21 and _col11 and _col27) or (_col22 and _col23 and _col12 and _col28) or (_col24 and _col25 and _col13 and _col28)) Merge Join Operator [MERGEJOIN_120] (rows=62586416 width=218) Conds:RS_28._col2=RS_141._col0(Inner),Output:["_col4","_col5","_col6","_col7","_col11","_col12","_col13","_col20","_col21","_col22","_col23","_col24","_col25","_col27","_col28"] <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_141] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_140] (rows=1309 width=12) Output:["_col0","_col1","_col2"] Filter Operator [FIL_139] (rows=1309 width=8) @@ -167,12 +167,12 @@ Stage-0 default@household_demographics,household_demographics,Tbl:COMPLETE,Col:COMPLETE,Output:["hd_demo_sk","hd_dep_count"] <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_28] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Merge Join Operator [MERGEJOIN_119] (rows=62586416 width=213) Conds:RS_25._col1=RS_138._col0(Inner),Output:["_col2","_col4","_col5","_col6","_col7","_col11","_col12","_col13","_col20","_col21","_col22","_col23","_col24","_col25"] <-Map 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_138] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_137] (rows=265971 width=28) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"] Filter Operator [FIL_136] (rows=265971 width=183) @@ -181,14 +181,14 @@ Stage-0 default@customer_demographics,customer_demographics,Tbl:COMPLETE,Col:COMPLETE,Output:["cd_demo_sk","cd_marital_status","cd_education_status"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_25] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Filter Operator [FIL_24] (rows=343170969 width=265) predicate:((_col16 and _col8) or (_col17 and _col9) or (_col18 and _col10)) Merge Join Operator [MERGEJOIN_118] (rows=457561292 width=265) Conds:RS_21._col3=RS_135._col0(Inner),Output:["_col1","_col2","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col16","_col17","_col18"] <-Map 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_135] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_134] (rows=3529412 width=16) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_133] (rows=3529412 width=187) @@ -197,12 +197,12 @@ Stage-0 default@customer_address,customer_address,Tbl:COMPLETE,Col:COMPLETE,Output:["ca_address_sk","ca_state","ca_country"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_21] - PartitionCols:_col3,null sort order:a,sort order:+ + PartitionCols:_col3 Merge Join Operator [MERGEJOIN_117] (rows=457561292 width=257) Conds:RS_132._col0=RS_124._col0(Inner),Output:["_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13"] <-Map 8 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_124] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_123] (rows=652 width=4) Output:["_col0"] Filter Operator [FIL_122] (rows=652 width=8) @@ -211,7 +211,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_132] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_131] (rows=457561292 width=260) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13"] Filter Operator [FIL_130] (rows=457561292 width=450) diff --git ql/src/test/results/clientpositive/perf/tez/query14.q.out ql/src/test/results/clientpositive/perf/tez/query14.q.out index abfc5e85d4..069fad2b4a 100644 --- ql/src/test/results/clientpositive/perf/tez/query14.q.out +++ ql/src/test/results/clientpositive/perf/tez/query14.q.out @@ -303,7 +303,6 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5"] <-Reducer 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1343] - null sort order:zzzz,sort order:++++ Select Operator [SEL_1342] (rows=304320 width=223) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Group By Operator [GBY_1341] (rows=304320 width=231) @@ -311,11 +310,11 @@ Stage-0 <-Union 7 [SIMPLE_EDGE] <-Reducer 16 [CONTAINS] Reduce Output Operator [RS_1186] - PartitionCols:_col0, _col1, _col2, _col3, _col4,null sort order:zzzza,sort order:+++++ + PartitionCols:_col0, _col1, _col2, _col3, _col4 Group By Operator [GBY_1185] (rows=304320 width=231) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"],aggregations:["sum(_col4)","sum(_col5)"],keys:_col0, _col1, _col2, _col3, 0L Top N Key Operator [TNK_1184] (rows=121728 width=221) - keys:_col0, _col1, _col2, _col3, 0L,null sort order:zzzza,sort order:+++++,top n:100 + keys:_col0, _col1, _col2, _col3, 0L,top n:100 Select Operator [SEL_1182] (rows=40576 width=223) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Filter Operator [FIL_1181] (rows=40576 width=244) @@ -330,7 +329,7 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4"],aggregations:["sum(VALUE._col0)","count(VALUE._col1)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 14 [SIMPLE_EDGE] SHUFFLE [RS_244] - PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_243] (rows=17407104 width=131) Output:["_col0","_col1","_col2","_col3","_col4"],aggregations:["sum(_col3)","count()"],keys:_col0, _col1, _col2 Select Operator [SEL_241] (rows=286549727 width=127) @@ -339,12 +338,12 @@ Stage-0 Conds:RS_238._col1=RS_239._col0(Left Semi),Output:["_col2","_col3","_col6","_col7","_col8"] <-Reducer 13 [SIMPLE_EDGE] SHUFFLE [RS_238] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_1144] (rows=286549727 width=131) Conds:RS_233._col1=RS_1326._col0(Inner),Output:["_col1","_col2","_col3","_col6","_col7","_col8"] <-Map 24 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1326] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_1317] (rows=462000 width=15) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_1308] (rows=462000 width=15) @@ -353,12 +352,12 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_brand_id","i_class_id","i_category_id"] <-Reducer 12 [SIMPLE_EDGE] SHUFFLE [RS_233] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_1143] (rows=286549727 width=119) Conds:RS_1351._col0=RS_1288._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 10 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_1288] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_1285] (rows=50 width=4) Output:["_col0"] Filter Operator [FIL_1284] (rows=50 width=12) @@ -367,7 +366,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_moy"] <-Map 79 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1351] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_1350] (rows=286549727 width=123) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_1349] (rows=286549727 width=123) @@ -387,14 +386,14 @@ Stage-0 Please refer to the previous Select Operator [SEL_1285] <-Reducer 33 [SIMPLE_EDGE] SHUFFLE [RS_239] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_237] (rows=364 width=4) Output:["_col0"],keys:_col0 Merge Join Operator [MERGEJOIN_1151] (rows=729 width=4) Conds:RS_1327._col1, _col2, _col3=RS_1355._col0, _col1, _col2(Inner),Output:["_col0"] <-Map 24 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1327] - PartitionCols:_col1, _col2, _col3,null sort order:aaa,sort order:+++ + PartitionCols:_col1, _col2, _col3 Select Operator [SEL_1318] (rows=458612 width=15) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_1309] (rows=458612 width=15) @@ -402,7 +401,7 @@ Stage-0 Please refer to the previous TableScan [TS_6] <-Reducer 32 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1355] - PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Select Operator [SEL_1354] (rows=1 width=12) Output:["_col0","_col1","_col2"] Filter Operator [FIL_1353] (rows=1 width=20) @@ -412,21 +411,21 @@ Stage-0 <-Union 31 [SIMPLE_EDGE] <-Reducer 30 [CONTAINS] vectorized Reduce Output Operator [RS_1409] - PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_1408] (rows=120960 width=20) Output:["_col0","_col1","_col2","_col3"],aggregations:["count(_col3)"],keys:_col0, _col1, _col2 Group By Operator [GBY_1407] (rows=120960 width=20) Output:["_col0","_col1","_col2","_col3"],aggregations:["count(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 26 [SIMPLE_EDGE] SHUFFLE [RS_175] - PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_28] (rows=3144960 width=19) Output:["_col0","_col1","_col2","_col3"],aggregations:["count()"],keys:_col4, _col5, _col6 Merge Join Operator [MERGEJOIN_1134] (rows=546042657 width=11) Conds:RS_24._col1=RS_1323._col0(Inner),Output:["_col4","_col5","_col6"] <-Map 24 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1323] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_1314] (rows=458612 width=15) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_1305] (rows=458612 width=15) @@ -434,12 +433,12 @@ Stage-0 Please refer to the previous TableScan [TS_6] <-Reducer 47 [SIMPLE_EDGE] SHUFFLE [RS_24] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_1133] (rows=550076554 width=4) Conds:RS_1403._col0=RS_1381._col0(Inner),Output:["_col1"] <-Map 48 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1381] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_1380] (rows=1957 width=4) Output:["_col0"] Filter Operator [FIL_1379] (rows=1957 width=8) @@ -448,7 +447,7 @@ Stage-0 default@date_dim,d1,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year"] <-Map 46 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1403] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_1402] (rows=550076554 width=7) Output:["_col0","_col1"] Filter Operator [FIL_1401] (rows=550076554 width=7) @@ -468,21 +467,21 @@ Stage-0 Please refer to the previous Select Operator [SEL_1380] <-Reducer 40 [CONTAINS] vectorized Reduce Output Operator [RS_1423] - PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_1422] (rows=120960 width=20) Output:["_col0","_col1","_col2","_col3"],aggregations:["count(_col3)"],keys:_col0, _col1, _col2 Group By Operator [GBY_1421] (rows=120960 width=20) Output:["_col0","_col1","_col2","_col3"],aggregations:["count(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 38 [SIMPLE_EDGE] SHUFFLE [RS_195] - PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_48] (rows=1693440 width=19) Output:["_col0","_col1","_col2","_col3"],aggregations:["count()"],keys:_col4, _col5, _col6 Merge Join Operator [MERGEJOIN_1136] (rows=284448361 width=11) Conds:RS_44._col1=RS_1324._col0(Inner),Output:["_col4","_col5","_col6"] <-Map 24 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1324] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_1315] (rows=458612 width=15) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_1306] (rows=458612 width=15) @@ -490,16 +489,16 @@ Stage-0 Please refer to the previous TableScan [TS_6] <-Reducer 50 [SIMPLE_EDGE] SHUFFLE [RS_44] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_1135] (rows=286549727 width=4) Conds:RS_1417._col0=RS_1383._col0(Inner),Output:["_col1"] <-Map 48 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1383] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_1380] <-Map 64 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1417] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_1416] (rows=286549727 width=7) Output:["_col0","_col1"] Filter Operator [FIL_1415] (rows=286549727 width=7) @@ -519,21 +518,21 @@ Stage-0 Please refer to the previous Select Operator [SEL_1380] <-Reducer 44 [CONTAINS] vectorized Reduce Output Operator [RS_1437] - PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_1436] (rows=120960 width=20) Output:["_col0","_col1","_col2","_col3"],aggregations:["count(_col3)"],keys:_col0, _col1, _col2 Group By Operator [GBY_1435] (rows=120960 width=20) Output:["_col0","_col1","_col2","_col3"],aggregations:["count(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 42 [SIMPLE_EDGE] SHUFFLE [RS_216] - PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_69] (rows=846720 width=19) Output:["_col0","_col1","_col2","_col3"],aggregations:["count()"],keys:_col4, _col5, _col6 Merge Join Operator [MERGEJOIN_1138] (rows=142911107 width=11) Conds:RS_65._col1=RS_1325._col0(Inner),Output:["_col4","_col5","_col6"] <-Map 24 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1325] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_1316] (rows=458612 width=15) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_1307] (rows=458612 width=15) @@ -541,16 +540,16 @@ Stage-0 Please refer to the previous TableScan [TS_6] <-Reducer 52 [SIMPLE_EDGE] SHUFFLE [RS_65] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_1137] (rows=143966864 width=4) Conds:RS_1431._col0=RS_1385._col0(Inner),Output:["_col1"] <-Map 48 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1385] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_1380] <-Map 65 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1431] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_1430] (rows=143966864 width=7) Output:["_col0","_col1"] Filter Operator [FIL_1429] (rows=143966864 width=7) @@ -589,11 +588,11 @@ Stage-0 Conds:RS_1446._col0=RS_1389._col0(Inner),Output:["_col1","_col2"] <-Map 48 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1389] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_1380] <-Map 66 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1446] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_1444] (rows=550076554 width=114) Output:["_col0","_col1","_col2"] Filter Operator [FIL_1443] (rows=550076554 width=114) @@ -623,7 +622,7 @@ Stage-0 Conds:RS_1461._col0=RS_1452._col0(Inner),Output:["_col1","_col2"] <-Map 71 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_1452] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_1449] (rows=1957 width=4) Output:["_col0"] Filter Operator [FIL_1448] (rows=1957 width=8) @@ -632,7 +631,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year"] <-Map 67 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1461] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_1459] (rows=286549727 width=119) Output:["_col0","_col1","_col2"] Filter Operator [FIL_1458] (rows=286549727 width=119) @@ -662,7 +661,7 @@ Stage-0 Conds:RS_1476._col0=RS_1467._col0(Inner),Output:["_col1","_col2"] <-Map 77 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_1467] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_1464] (rows=1957 width=4) Output:["_col0"] Filter Operator [FIL_1463] (rows=1957 width=8) @@ -671,7 +670,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year"] <-Map 73 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1476] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_1474] (rows=143966864 width=119) Output:["_col0","_col1","_col2"] Filter Operator [FIL_1473] (rows=143966864 width=119) @@ -691,11 +690,11 @@ Stage-0 Please refer to the previous Select Operator [SEL_1464] <-Reducer 22 [CONTAINS] Reduce Output Operator [RS_1193] - PartitionCols:_col0, _col1, _col2, _col3, _col4,null sort order:zzzza,sort order:+++++ + PartitionCols:_col0, _col1, _col2, _col3, _col4 Group By Operator [GBY_1192] (rows=304320 width=231) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"],aggregations:["sum(_col4)","sum(_col5)"],keys:_col0, _col1, _col2, _col3, 0L Top N Key Operator [TNK_1191] (rows=121728 width=221) - keys:_col0, _col1, _col2, _col3, 0L,null sort order:zzzza,sort order:+++++,top n:100 + keys:_col0, _col1, _col2, _col3, 0L,top n:100 Select Operator [SEL_1189] (rows=40576 width=219) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Filter Operator [FIL_1188] (rows=40576 width=244) @@ -710,7 +709,7 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4"],aggregations:["sum(VALUE._col0)","count(VALUE._col1)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 20 [SIMPLE_EDGE] SHUFFLE [RS_391] - PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_390] (rows=8764416 width=131) Output:["_col0","_col1","_col2","_col3","_col4"],aggregations:["sum(_col3)","count()"],keys:_col0, _col1, _col2 Select Operator [SEL_388] (rows=143966864 width=127) @@ -719,12 +718,12 @@ Stage-0 Conds:RS_385._col1=RS_386._col0(Left Semi),Output:["_col2","_col3","_col6","_col7","_col8"] <-Reducer 19 [SIMPLE_EDGE] SHUFFLE [RS_385] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_1156] (rows=143966864 width=131) Conds:RS_380._col1=RS_1328._col0(Inner),Output:["_col1","_col2","_col3","_col6","_col7","_col8"] <-Map 24 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1328] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_1319] (rows=462000 width=15) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_1310] (rows=462000 width=15) @@ -732,16 +731,16 @@ Stage-0 Please refer to the previous TableScan [TS_6] <-Reducer 18 [SIMPLE_EDGE] SHUFFLE [RS_380] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_1155] (rows=143966864 width=119) Conds:RS_1367._col0=RS_1290._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 10 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_1290] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_1285] <-Map 80 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1367] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_1366] (rows=143966864 width=123) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_1365] (rows=143966864 width=123) @@ -761,14 +760,14 @@ Stage-0 Please refer to the previous Select Operator [SEL_1285] <-Reducer 37 [SIMPLE_EDGE] SHUFFLE [RS_386] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_384] (rows=364 width=4) Output:["_col0"],keys:_col0 Merge Join Operator [MERGEJOIN_1163] (rows=729 width=4) Conds:RS_1329._col1, _col2, _col3=RS_1371._col0, _col1, _col2(Inner),Output:["_col0"] <-Map 24 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1329] - PartitionCols:_col1, _col2, _col3,null sort order:aaa,sort order:+++ + PartitionCols:_col1, _col2, _col3 Select Operator [SEL_1320] (rows=458612 width=15) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_1311] (rows=458612 width=15) @@ -776,7 +775,7 @@ Stage-0 Please refer to the previous TableScan [TS_6] <-Reducer 36 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1371] - PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Select Operator [SEL_1370] (rows=1 width=12) Output:["_col0","_col1","_col2"] Filter Operator [FIL_1369] (rows=1 width=20) @@ -786,36 +785,36 @@ Stage-0 <-Union 35 [SIMPLE_EDGE] <-Reducer 34 [CONTAINS] vectorized Reduce Output Operator [RS_1412] - PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_1411] (rows=120960 width=20) Output:["_col0","_col1","_col2","_col3"],aggregations:["count(_col3)"],keys:_col0, _col1, _col2 Group By Operator [GBY_1410] (rows=120960 width=20) Output:["_col0","_col1","_col2","_col3"],aggregations:["count(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 26 [SIMPLE_EDGE] SHUFFLE [RS_322] - PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Please refer to the previous Group By Operator [GBY_28] <-Reducer 41 [CONTAINS] vectorized Reduce Output Operator [RS_1426] - PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_1425] (rows=120960 width=20) Output:["_col0","_col1","_col2","_col3"],aggregations:["count(_col3)"],keys:_col0, _col1, _col2 Group By Operator [GBY_1424] (rows=120960 width=20) Output:["_col0","_col1","_col2","_col3"],aggregations:["count(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 38 [SIMPLE_EDGE] SHUFFLE [RS_342] - PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Please refer to the previous Group By Operator [GBY_48] <-Reducer 45 [CONTAINS] vectorized Reduce Output Operator [RS_1440] - PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_1439] (rows=120960 width=20) Output:["_col0","_col1","_col2","_col3"],aggregations:["count(_col3)"],keys:_col0, _col1, _col2 Group By Operator [GBY_1438] (rows=120960 width=20) Output:["_col0","_col1","_col2","_col3"],aggregations:["count(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 42 [SIMPLE_EDGE] SHUFFLE [RS_363] - PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Please refer to the previous Group By Operator [GBY_69] <-Reducer 63 [CUSTOM_SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_1378] @@ -838,11 +837,11 @@ Stage-0 Conds:RS_1447._col0=RS_1390._col0(Inner),Output:["_col1","_col2"] <-Map 48 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1390] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_1380] <-Map 66 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1447] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_1444] <-Reducer 70 [CONTAINS] Reduce Output Operator [RS_1265] @@ -856,11 +855,11 @@ Stage-0 Conds:RS_1462._col0=RS_1453._col0(Inner),Output:["_col1","_col2"] <-Map 71 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_1453] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_1449] <-Map 67 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1462] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_1459] <-Reducer 76 [CONTAINS] Reduce Output Operator [RS_1283] @@ -874,19 +873,19 @@ Stage-0 Conds:RS_1477._col0=RS_1468._col0(Inner),Output:["_col1","_col2"] <-Map 77 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_1468] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_1464] <-Map 73 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1477] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_1474] <-Reducer 6 [CONTAINS] Reduce Output Operator [RS_1179] - PartitionCols:_col0, _col1, _col2, _col3, _col4,null sort order:zzzza,sort order:+++++ + PartitionCols:_col0, _col1, _col2, _col3, _col4 Group By Operator [GBY_1178] (rows=304320 width=231) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"],aggregations:["sum(_col4)","sum(_col5)"],keys:_col0, _col1, _col2, _col3, 0L Top N Key Operator [TNK_1177] (rows=121728 width=221) - keys:_col0, _col1, _col2, _col3, 0L,null sort order:zzzza,sort order:+++++,top n:100 + keys:_col0, _col1, _col2, _col3, 0L,top n:100 Select Operator [SEL_1175] (rows=40576 width=221) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Filter Operator [FIL_1174] (rows=40576 width=244) @@ -901,7 +900,7 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4"],aggregations:["sum(VALUE._col0)","count(VALUE._col1)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_98] - PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_97] (rows=32136192 width=131) Output:["_col0","_col1","_col2","_col3","_col4"],aggregations:["sum(_col3)","count()"],keys:_col0, _col1, _col2 Select Operator [SEL_95] (rows=550076554 width=122) @@ -910,14 +909,14 @@ Stage-0 Conds:RS_92._col1=RS_93._col0(Left Semi),Output:["_col2","_col3","_col6","_col7","_col8"] <-Reducer 25 [SIMPLE_EDGE] SHUFFLE [RS_93] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_91] (rows=364 width=4) Output:["_col0"],keys:_col0 Merge Join Operator [MERGEJOIN_1139] (rows=729 width=4) Conds:RS_1322._col1, _col2, _col3=RS_1333._col0, _col1, _col2(Inner),Output:["_col0"] <-Map 24 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1322] - PartitionCols:_col1, _col2, _col3,null sort order:aaa,sort order:+++ + PartitionCols:_col1, _col2, _col3 Select Operator [SEL_1313] (rows=458612 width=15) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_1304] (rows=458612 width=15) @@ -925,7 +924,7 @@ Stage-0 Please refer to the previous TableScan [TS_6] <-Reducer 29 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1333] - PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Select Operator [SEL_1332] (rows=1 width=12) Output:["_col0","_col1","_col2"] Filter Operator [FIL_1331] (rows=1 width=20) @@ -935,45 +934,45 @@ Stage-0 <-Union 28 [SIMPLE_EDGE] <-Reducer 27 [CONTAINS] vectorized Reduce Output Operator [RS_1406] - PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_1405] (rows=120960 width=20) Output:["_col0","_col1","_col2","_col3"],aggregations:["count(_col3)"],keys:_col0, _col1, _col2 Group By Operator [GBY_1404] (rows=120960 width=20) Output:["_col0","_col1","_col2","_col3"],aggregations:["count(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 26 [SIMPLE_EDGE] SHUFFLE [RS_29] - PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Please refer to the previous Group By Operator [GBY_28] <-Reducer 39 [CONTAINS] vectorized Reduce Output Operator [RS_1420] - PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_1419] (rows=120960 width=20) Output:["_col0","_col1","_col2","_col3"],aggregations:["count(_col3)"],keys:_col0, _col1, _col2 Group By Operator [GBY_1418] (rows=120960 width=20) Output:["_col0","_col1","_col2","_col3"],aggregations:["count(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 38 [SIMPLE_EDGE] SHUFFLE [RS_49] - PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Please refer to the previous Group By Operator [GBY_48] <-Reducer 43 [CONTAINS] vectorized Reduce Output Operator [RS_1434] - PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_1433] (rows=120960 width=20) Output:["_col0","_col1","_col2","_col3"],aggregations:["count(_col3)"],keys:_col0, _col1, _col2 Group By Operator [GBY_1432] (rows=120960 width=20) Output:["_col0","_col1","_col2","_col3"],aggregations:["count(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 42 [SIMPLE_EDGE] SHUFFLE [RS_70] - PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Please refer to the previous Group By Operator [GBY_69] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_92] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_1132] (rows=550076554 width=126) Conds:RS_87._col1=RS_1321._col0(Inner),Output:["_col1","_col2","_col3","_col6","_col7","_col8"] <-Map 24 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1321] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_1312] (rows=462000 width=15) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_1303] (rows=462000 width=15) @@ -981,16 +980,16 @@ Stage-0 Please refer to the previous TableScan [TS_6] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_87] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_1131] (rows=550076554 width=114) Conds:RS_1302._col0=RS_1286._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 10 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_1286] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_1285] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1302] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_1301] (rows=550076554 width=118) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_1300] (rows=550076554 width=118) @@ -1029,11 +1028,11 @@ Stage-0 Conds:RS_1445._col0=RS_1387._col0(Inner),Output:["_col1","_col2"] <-Map 48 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1387] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_1380] <-Map 66 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1445] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_1444] <-Reducer 68 [CONTAINS] Reduce Output Operator [RS_1253] @@ -1047,11 +1046,11 @@ Stage-0 Conds:RS_1460._col0=RS_1450._col0(Inner),Output:["_col1","_col2"] <-Map 71 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_1450] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_1449] <-Map 67 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1460] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_1459] <-Reducer 74 [CONTAINS] Reduce Output Operator [RS_1271] @@ -1065,10 +1064,10 @@ Stage-0 Conds:RS_1475._col0=RS_1465._col0(Inner),Output:["_col1","_col2"] <-Map 77 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_1465] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_1464] <-Map 73 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1475] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_1474] diff --git ql/src/test/results/clientpositive/perf/tez/query15.q.out ql/src/test/results/clientpositive/perf/tez/query15.q.out index 418bffddca..3670a718b3 100644 --- ql/src/test/results/clientpositive/perf/tez/query15.q.out +++ ql/src/test/results/clientpositive/perf/tez/query15.q.out @@ -69,16 +69,15 @@ Stage-0 Output:["_col0","_col1"] <-Reducer 4 [SIMPLE_EDGE] vectorized SHUFFLE [RS_96] - null sort order:z,sort order:+ Group By Operator [GBY_95] (rows=10141 width=201) Output:["_col0","_col1"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0 <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_25] - PartitionCols:_col0,null sort order:z,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_24] (rows=2403417 width=201) Output:["_col0","_col1"],aggregations:["sum(_col8)"],keys:_col3 Top N Key Operator [TNK_44] (rows=285117831 width=212) - keys:_col3,null sort order:z,sort order:+,top n:100 + keys:_col3,top n:100 Select Operator [SEL_23] (rows=285117831 width=212) Output:["_col3","_col8"] Filter Operator [FIL_22] (rows=285117831 width=212) @@ -87,12 +86,12 @@ Stage-0 Conds:RS_19._col0=RS_20._col1(Inner),Output:["_col3","_col4","_col5","_col8","_col9"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_19] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_75] (rows=80000000 width=101) Conds:RS_80._col1=RS_83._col0(Inner),Output:["_col0","_col3","_col4","_col5"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_80] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_79] (rows=80000000 width=8) Output:["_col0","_col1"] Filter Operator [FIL_78] (rows=80000000 width=8) @@ -101,7 +100,7 @@ Stage-0 default@customer,customer,Tbl:COMPLETE,Col:COMPLETE,Output:["c_customer_sk","c_current_addr_sk"] <-Map 6 [SIMPLE_EDGE] vectorized SHUFFLE [RS_83] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_82] (rows=40000000 width=101) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_81] (rows=40000000 width=179) @@ -110,12 +109,12 @@ Stage-0 default@customer_address,customer_address,Tbl:COMPLETE,Col:COMPLETE,Output:["ca_address_sk","ca_state","ca_zip"] <-Reducer 8 [SIMPLE_EDGE] SHUFFLE [RS_20] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_76] (rows=285117831 width=119) Conds:RS_94._col0=RS_86._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_86] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_85] (rows=130 width=4) Output:["_col0"] Filter Operator [FIL_84] (rows=130 width=12) @@ -124,7 +123,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_qoy"] <-Map 7 [SIMPLE_EDGE] vectorized SHUFFLE [RS_94] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_93] (rows=285117831 width=123) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_92] (rows=285117831 width=119) diff --git ql/src/test/results/clientpositive/perf/tez/query16.q.out ql/src/test/results/clientpositive/perf/tez/query16.q.out index 53710d13b5..31e1ead185 100644 --- ql/src/test/results/clientpositive/perf/tez/query16.q.out +++ ql/src/test/results/clientpositive/perf/tez/query16.q.out @@ -100,7 +100,7 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)"],keys:KEY._col0 <-Reducer 6 [SIMPLE_EDGE] SHUFFLE [RS_70] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_69] (rows=283695062 width=228) Output:["_col0","_col2","_col3"],aggregations:["sum(_col5)","sum(_col6)"],keys:_col4 Select Operator [SEL_42] (rows=283695062 width=228) @@ -111,14 +111,14 @@ Stage-0 Conds:RS_38._col4=RS_153._col1(Left Outer),Output:["_col4","_col5","_col6","_col13"] <-Reducer 15 [SIMPLE_EDGE] vectorized SHUFFLE [RS_153] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_152] (rows=18238808 width=8) Output:["_col0","_col1"] Group By Operator [GBY_151] (rows=18238808 width=4) Output:["_col0"],keys:KEY._col0 <-Map 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_150] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_149] (rows=28798881 width=4) Output:["_col0"],keys:cr_order_number Filter Operator [FIL_148] (rows=28798881 width=4) @@ -127,14 +127,14 @@ Stage-0 default@catalog_returns,cr1,Tbl:COMPLETE,Col:COMPLETE,Output:["cr_order_number"] <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_38] - PartitionCols:_col4,null sort order:a,sort order:+ + PartitionCols:_col4 Select Operator [SEL_37] (rows=283695062 width=231) Output:["_col4","_col5","_col6"] Merge Join Operator [MERGEJOIN_125] (rows=283695062 width=235) Conds:RS_34._col4=RS_147._col0(Left Semi),Output:["_col3","_col4","_col5","_col6","_col14"],residual filter predicates:{(_col3 <> _col14)} <-Map 13 [SIMPLE_EDGE] vectorized SHUFFLE [RS_147] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_146] (rows=286548719 width=7) Output:["_col0","_col1"],keys:_col0, _col1 Select Operator [SEL_145] (rows=286548719 width=7) @@ -145,12 +145,12 @@ Stage-0 default@catalog_sales,cs2,Tbl:COMPLETE,Col:COMPLETE,Output:["cs_warehouse_sk","cs_order_number"] <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_34] - PartitionCols:_col4,null sort order:a,sort order:+ + PartitionCols:_col4 Merge Join Operator [MERGEJOIN_124] (rows=283695062 width=231) Conds:RS_18._col2=RS_143._col0(Inner),Output:["_col3","_col4","_col5","_col6"] <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_143] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_142] (rows=10 width=102) Output:["_col0"] Filter Operator [FIL_141] (rows=10 width=102) @@ -159,12 +159,12 @@ Stage-0 default@call_center,call_center,Tbl:COMPLETE,Col:COMPLETE,Output:["cc_call_center_sk","cc_county"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_18] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Merge Join Operator [MERGEJOIN_123] (rows=283695062 width=235) Conds:RS_15._col1=RS_129._col0(Inner),Output:["_col2","_col3","_col4","_col5","_col6"] <-Map 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_129] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_128] (rows=784314 width=90) Output:["_col0"] Filter Operator [FIL_127] (rows=784314 width=90) @@ -173,12 +173,12 @@ Stage-0 default@customer_address,customer_address,Tbl:COMPLETE,Col:COMPLETE,Output:["ca_address_sk","ca_state"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_15] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_122] (rows=283695062 width=239) Conds:RS_137._col0=RS_140._col0(Inner),Output:["_col1","_col2","_col3","_col4","_col5","_col6"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_137] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_136] (rows=283695062 width=243) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"] Filter Operator [FIL_135] (rows=283695062 width=243) @@ -198,7 +198,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_128] <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_140] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_139] (rows=8116 width=98) Output:["_col0"] Filter Operator [FIL_138] (rows=8116 width=98) diff --git ql/src/test/results/clientpositive/perf/tez/query17.q.out ql/src/test/results/clientpositive/perf/tez/query17.q.out index e7eda149e8..df70fbc46e 100644 --- ql/src/test/results/clientpositive/perf/tez/query17.q.out +++ ql/src/test/results/clientpositive/perf/tez/query17.q.out @@ -129,25 +129,24 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14"] <-Reducer 6 [SIMPLE_EDGE] vectorized SHUFFLE [RS_250] - null sort order:zzz,sort order:+++ Select Operator [SEL_249] (rows=97302218447 width=466) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13"] Group By Operator [GBY_248] (rows=97302218447 width=466) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14"],aggregations:["count(VALUE._col0)","sum(VALUE._col1)","sum(VALUE._col2)","sum(VALUE._col3)","count(VALUE._col4)","sum(VALUE._col5)","sum(VALUE._col6)","sum(VALUE._col7)","count(VALUE._col8)","sum(VALUE._col9)","sum(VALUE._col10)","sum(VALUE._col11)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_50] - PartitionCols:_col0, _col1, _col2,null sort order:zzz,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_49] (rows=97302218447 width=466) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14"],aggregations:["count(_col3)","sum(_col3)","sum(_col7)","sum(_col6)","count(_col4)","sum(_col4)","sum(_col9)","sum(_col8)","count(_col5)","sum(_col5)","sum(_col11)","sum(_col10)"],keys:_col0, _col1, _col2 Top N Key Operator [TNK_93] (rows=97302218447 width=381) - keys:_col0, _col1, _col2,null sort order:zzz,sort order:+++,top n:100 + keys:_col0, _col1, _col2,top n:100 Select Operator [SEL_47] (rows=97302218447 width=381) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11"] Merge Join Operator [MERGEJOIN_213] (rows=97302218447 width=381) Conds:RS_44._col3=RS_247._col0(Inner),Output:["_col5","_col8","_col9","_col13","_col19","_col22"] <-Map 17 [SIMPLE_EDGE] vectorized SHUFFLE [RS_247] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_246] (rows=1704 width=90) Output:["_col0","_col1"] Filter Operator [FIL_245] (rows=1704 width=90) @@ -156,22 +155,22 @@ Stage-0 default@store,store,Tbl:COMPLETE,Col:COMPLETE,Output:["s_store_sk","s_state"] <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_44] - PartitionCols:_col3,null sort order:a,sort order:+ + PartitionCols:_col3 Merge Join Operator [MERGEJOIN_212] (rows=97302218447 width=299) Conds:RS_41._col1, _col2, _col4=RS_42._col6, _col7, _col8(Inner),Output:["_col3","_col5","_col8","_col9","_col13","_col19"] <-Reducer 11 [SIMPLE_EDGE] SHUFFLE [RS_42] - PartitionCols:_col6, _col7, _col8,null sort order:aaa,sort order:+++ + PartitionCols:_col6, _col7, _col8 Merge Join Operator [MERGEJOIN_211] (rows=10910732684 width=19) Conds:RS_28._col2, _col1=RS_29._col1, _col2(Inner),Output:["_col3","_col6","_col7","_col8","_col9"] <-Reducer 10 [SIMPLE_EDGE] SHUFFLE [RS_28] - PartitionCols:_col2, _col1,null sort order:aa,sort order:++ + PartitionCols:_col2, _col1 Merge Join Operator [MERGEJOIN_209] (rows=285117831 width=11) Conds:RS_241._col0=RS_222._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 8 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_222] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_218] (rows=304 width=4) Output:["_col0"] Filter Operator [FIL_215] (rows=304 width=94) @@ -180,7 +179,7 @@ Stage-0 default@date_dim,d1,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_quarter_name"] <-Map 15 [SIMPLE_EDGE] vectorized SHUFFLE [RS_241] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_240] (rows=285117831 width=15) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_239] (rows=285117831 width=15) @@ -200,12 +199,12 @@ Stage-0 Please refer to the previous Select Operator [SEL_218] <-Reducer 13 [SIMPLE_EDGE] SHUFFLE [RS_29] - PartitionCols:_col1, _col2,null sort order:aa,sort order:++ + PartitionCols:_col1, _col2 Merge Join Operator [MERGEJOIN_210] (rows=53632139 width=15) Conds:RS_244._col0=RS_224._col0(Inner),Output:["_col1","_col2","_col3","_col4"] <-Map 8 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_224] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_219] (rows=304 width=4) Output:["_col0"] Filter Operator [FIL_216] (rows=304 width=94) @@ -213,7 +212,7 @@ Stage-0 Please refer to the previous TableScan [TS_3] <-Map 16 [SIMPLE_EDGE] vectorized SHUFFLE [RS_244] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_243] (rows=53632139 width=19) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_242] (rows=53632139 width=19) @@ -222,12 +221,12 @@ Stage-0 default@store_returns,store_returns,Tbl:COMPLETE,Col:COMPLETE,Output:["sr_returned_date_sk","sr_item_sk","sr_customer_sk","sr_ticket_number","sr_return_quantity"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_41] - PartitionCols:_col1, _col2, _col4,null sort order:aaa,sort order:+++ + PartitionCols:_col1, _col2, _col4 Merge Join Operator [MERGEJOIN_208] (rows=501694138 width=303) Conds:RS_38._col1=RS_236._col0(Inner),Output:["_col1","_col2","_col3","_col4","_col5","_col8","_col9"] <-Map 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_236] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_235] (rows=462000 width=288) Output:["_col0","_col1","_col2"] Filter Operator [FIL_234] (rows=462000 width=288) @@ -236,12 +235,12 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_item_id","i_item_desc"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_38] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_207] (rows=501694138 width=19) Conds:RS_233._col0=RS_220._col0(Inner),Output:["_col1","_col2","_col3","_col4","_col5"] <-Map 8 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_220] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_217] (rows=101 width=4) Output:["_col0"] Filter Operator [FIL_214] (rows=101 width=94) @@ -249,7 +248,7 @@ Stage-0 Please refer to the previous TableScan [TS_3] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_233] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_232] (rows=501694138 width=23) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Filter Operator [FIL_231] (rows=501694138 width=23) diff --git ql/src/test/results/clientpositive/perf/tez/query18.q.out ql/src/test/results/clientpositive/perf/tez/query18.q.out index 1febfd7be2..d61a57d469 100644 --- ql/src/test/results/clientpositive/perf/tez/query18.q.out +++ ql/src/test/results/clientpositive/perf/tez/query18.q.out @@ -104,28 +104,27 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10"] <-Reducer 5 [SIMPLE_EDGE] vectorized SHUFFLE [RS_171] - null sort order:zzzz,sort order:++++ Select Operator [SEL_170] (rows=81128925 width=1165) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10"] Group By Operator [GBY_169] (rows=81128925 width=1229) Output:["_col0","_col1","_col2","_col3","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15","_col16","_col17","_col18"],aggregations:["sum(VALUE._col0)","count(VALUE._col1)","sum(VALUE._col2)","count(VALUE._col3)","sum(VALUE._col4)","count(VALUE._col5)","sum(VALUE._col6)","count(VALUE._col7)","sum(VALUE._col8)","count(VALUE._col9)","sum(VALUE._col10)","count(VALUE._col11)","sum(VALUE._col12)","count(VALUE._col13)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3, KEY._col4 <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_42] - PartitionCols:_col0, _col1, _col2, _col3, _col4,null sort order:aaaaa,sort order:+++++ + PartitionCols:_col0, _col1, _col2, _col3, _col4 Group By Operator [GBY_41] (rows=81128925 width=1229) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15","_col16","_col17","_col18"],aggregations:["sum(_col15)","count(_col15)","sum(_col16)","count(_col16)","sum(_col17)","count(_col17)","sum(_col18)","count(_col18)","sum(_col19)","count(_col19)","sum(_col3)","count(_col3)","sum(_col22)","count(_col22)"],keys:_col5, _col6, _col7, _col10, 0L Merge Join Operator [MERGEJOIN_142] (rows=16225785 width=1117) Conds:RS_37._col0=RS_38._col3(Inner),Output:["_col3","_col5","_col6","_col7","_col10","_col15","_col16","_col17","_col18","_col19","_col22"] <-Reducer 12 [SIMPLE_EDGE] SHUFFLE [RS_38] - PartitionCols:_col3,null sort order:a,sort order:+ + PartitionCols:_col3 Select Operator [SEL_30] (rows=16225785 width=736) Output:["_col1","_col3","_col6","_col7","_col8","_col9","_col10","_col13"] Merge Join Operator [MERGEJOIN_141] (rows=16225785 width=736) Conds:RS_27._col3=RS_168._col0(Inner),Output:["_col1","_col4","_col5","_col6","_col7","_col8","_col11","_col13"] <-Map 16 [SIMPLE_EDGE] vectorized SHUFFLE [RS_168] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_167] (rows=462000 width=104) Output:["_col0","_col1"] Filter Operator [FIL_166] (rows=462000 width=104) @@ -134,12 +133,12 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_item_id"] <-Reducer 11 [SIMPLE_EDGE] SHUFFLE [RS_27] - PartitionCols:_col3,null sort order:a,sort order:+ + PartitionCols:_col3 Merge Join Operator [MERGEJOIN_140] (rows=16225785 width=640) Conds:RS_24._col2=RS_165._col0(Inner),Output:["_col1","_col3","_col4","_col5","_col6","_col7","_col8","_col11"] <-Map 15 [SIMPLE_EDGE] vectorized SHUFFLE [RS_165] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_164] (rows=103434 width=116) Output:["_col0","_col1"] Filter Operator [FIL_163] (rows=103434 width=187) @@ -148,12 +147,12 @@ Stage-0 default@customer_demographics,cd1,Tbl:COMPLETE,Col:COMPLETE,Output:["cd_demo_sk","cd_gender","cd_education_status","cd_dep_count"] <-Reducer 10 [SIMPLE_EDGE] SHUFFLE [RS_24] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Merge Join Operator [MERGEJOIN_139] (rows=283692098 width=569) Conds:RS_162._col0=RS_154._col0(Inner),Output:["_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8"] <-Map 13 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_154] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_153] (rows=652 width=4) Output:["_col0"] Filter Operator [FIL_152] (rows=652 width=8) @@ -162,7 +161,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year"] <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_162] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_161] (rows=283692098 width=573) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8"] Filter Operator [FIL_160] (rows=283692098 width=466) @@ -182,12 +181,12 @@ Stage-0 Please refer to the previous Select Operator [SEL_153] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_37] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_138] (rows=4959744 width=368) Conds:RS_34._col1=RS_151._col0(Inner),Output:["_col0","_col3","_col5","_col6","_col7"] <-Map 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_151] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_150] (rows=1861800 width=4) Output:["_col0"] Filter Operator [FIL_149] (rows=1861800 width=4) @@ -196,12 +195,12 @@ Stage-0 default@customer_demographics,cd2,Tbl:COMPLETE,Col:COMPLETE,Output:["cd_demo_sk"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_34] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_137] (rows=4890586 width=371) Conds:RS_145._col2=RS_148._col0(Inner),Output:["_col0","_col1","_col3","_col5","_col6","_col7"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_145] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Select Operator [SEL_144] (rows=35631408 width=119) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_143] (rows=35631408 width=19) @@ -210,7 +209,7 @@ Stage-0 default@customer,customer,Tbl:COMPLETE,Col:COMPLETE,Output:["c_customer_sk","c_current_cdemo_sk","c_current_addr_sk","c_birth_month","c_birth_year"] <-Map 7 [SIMPLE_EDGE] vectorized SHUFFLE [RS_148] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_147] (rows=5490196 width=285) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_146] (rows=5490196 width=285) diff --git ql/src/test/results/clientpositive/perf/tez/query19.q.out ql/src/test/results/clientpositive/perf/tez/query19.q.out index 32d3ba9b73..5cdeab2bf0 100644 --- ql/src/test/results/clientpositive/perf/tez/query19.q.out +++ ql/src/test/results/clientpositive/perf/tez/query19.q.out @@ -85,14 +85,13 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4"] <-Reducer 5 [SIMPLE_EDGE] vectorized SHUFFLE [RS_149] - null sort order:zzzzz,sort order:-++++ Select Operator [SEL_148] (rows=76645658 width=418) Output:["_col2","_col3","_col4","_col5","_col6"] Group By Operator [GBY_147] (rows=76645658 width=314) Output:["_col0","_col1","_col2","_col3","_col4"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3 <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_37] - PartitionCols:_col0, _col1, _col2, _col3,null sort order:aaaa,sort order:++++ + PartitionCols:_col0, _col1, _col2, _col3 Group By Operator [GBY_36] (rows=76645658 width=314) Output:["_col0","_col1","_col2","_col3","_col4"],aggregations:["sum(_col8)"],keys:_col12, _col11, _col13, _col14 Select Operator [SEL_35] (rows=76645658 width=650) @@ -103,7 +102,7 @@ Stage-0 Conds:RS_31._col7=RS_146._col0(Inner),Output:["_col3","_col8","_col11","_col12","_col13","_col14","_col16"] <-Map 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_146] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_145] (rows=1704 width=188) Output:["_col0","_col1"] Filter Operator [FIL_144] (rows=1704 width=93) @@ -112,17 +111,17 @@ Stage-0 default@store,store,Tbl:COMPLETE,Col:COMPLETE,Output:["s_store_sk","s_zip"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_31] - PartitionCols:_col7,null sort order:a,sort order:+ + PartitionCols:_col7 Merge Join Operator [MERGEJOIN_122] (rows=76645658 width=468) Conds:RS_28._col0=RS_29._col2(Inner),Output:["_col3","_col7","_col8","_col11","_col12","_col13","_col14"] <-Reducer 10 [SIMPLE_EDGE] SHUFFLE [RS_29] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Merge Join Operator [MERGEJOIN_121] (rows=76645658 width=287) Conds:RS_18._col1=RS_143._col0(Inner),Output:["_col2","_col3","_col4","_col7","_col8","_col9","_col10"] <-Map 13 [SIMPLE_EDGE] vectorized SHUFFLE [RS_143] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_142] (rows=7333 width=206) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_141] (rows=7333 width=210) @@ -131,12 +130,12 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_brand_id","i_brand","i_manufact_id","i_manufact","i_manager_id"] <-Reducer 9 [SIMPLE_EDGE] SHUFFLE [RS_18] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_120] (rows=501694138 width=118) Conds:RS_140._col0=RS_132._col0(Inner),Output:["_col1","_col2","_col3","_col4"] <-Map 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_132] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_131] (rows=50 width=4) Output:["_col0"] Filter Operator [FIL_130] (rows=50 width=12) @@ -145,7 +144,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_moy"] <-Map 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_140] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_139] (rows=501694138 width=122) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_138] (rows=501694138 width=122) @@ -165,12 +164,12 @@ Stage-0 Please refer to the previous Select Operator [SEL_131] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_28] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_119] (rows=80000000 width=188) Conds:RS_126._col1=RS_129._col0(Inner),Output:["_col0","_col3"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_126] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_125] (rows=80000000 width=8) Output:["_col0","_col1"] Filter Operator [FIL_124] (rows=80000000 width=8) @@ -179,7 +178,7 @@ Stage-0 default@customer,customer,Tbl:COMPLETE,Col:COMPLETE,Output:["c_customer_sk","c_current_addr_sk"] <-Map 7 [SIMPLE_EDGE] vectorized SHUFFLE [RS_129] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_128] (rows=40000000 width=188) Output:["_col0","_col1"] Filter Operator [FIL_127] (rows=40000000 width=93) diff --git ql/src/test/results/clientpositive/perf/tez/query2.q.out ql/src/test/results/clientpositive/perf/tez/query2.q.out index ab14bd258f..0e67e97c02 100644 --- ql/src/test/results/clientpositive/perf/tez/query2.q.out +++ ql/src/test/results/clientpositive/perf/tez/query2.q.out @@ -146,19 +146,18 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"] <-Reducer 6 [SIMPLE_EDGE] SHUFFLE [RS_57] - null sort order:z,sort order:+ Select Operator [SEL_56] (rows=12881 width=788) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"] Merge Join Operator [MERGEJOIN_146] (rows=12881 width=1572) Conds:RS_53._col0=RS_54.(_col0 - 53)(Inner),Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col10","_col11","_col12","_col13","_col14","_col15","_col16"] <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_53] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_143] (rows=652 width=788) Conds:RS_164._col0=RS_170._col0(Inner),Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"] <-Map 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_170] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_168] (rows=652 width=4) Output:["_col0"] Filter Operator [FIL_166] (rows=652 width=8) @@ -167,12 +166,12 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_week_seq","d_year"] <-Reducer 4 [SIMPLE_EDGE] vectorized SHUFFLE [RS_164] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_163] (rows=13152 width=788) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)","sum(VALUE._col2)","sum(VALUE._col3)","sum(VALUE._col4)","sum(VALUE._col5)","sum(VALUE._col6)"],keys:KEY._col0 <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_17] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_16] (rows=3182784 width=788) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"],aggregations:["sum(_col1)","sum(_col2)","sum(_col3)","sum(_col4)","sum(_col5)","sum(_col6)","sum(_col7)"],keys:_col0 Select Operator [SEL_14] (rows=430516591 width=143) @@ -181,7 +180,7 @@ Stage-0 Conds:Union 2._col0=RS_162._col0(Inner),Output:["_col1","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10"] <-Map 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_162] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_161] (rows=73049 width=36) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8"] Filter Operator [FIL_160] (rows=73049 width=99) @@ -191,7 +190,7 @@ Stage-0 <-Union 2 [SIMPLE_EDGE] <-Map 1 [CONTAINS] vectorized Reduce Output Operator [RS_159] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_158] (rows=143966864 width=115) Output:["_col0","_col1"] Filter Operator [FIL_157] (rows=143966864 width=115) @@ -200,7 +199,7 @@ Stage-0 Output:["ws_sold_date_sk","ws_ext_sales_price"] <-Map 9 [CONTAINS] vectorized Reduce Output Operator [RS_176] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_175] (rows=286549727 width=115) Output:["_col0","_col1"] Filter Operator [FIL_174] (rows=286549727 width=115) @@ -209,12 +208,12 @@ Stage-0 Output:["cs_sold_date_sk","cs_ext_sales_price"] <-Reducer 8 [SIMPLE_EDGE] SHUFFLE [RS_54] - PartitionCols:(_col0 - 53),null sort order:a,sort order:+ + PartitionCols:(_col0 - 53) Merge Join Operator [MERGEJOIN_145] (rows=652 width=788) Conds:RS_165._col0=RS_171._col0(Inner),Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"] <-Map 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_171] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_169] (rows=652 width=4) Output:["_col0"] Filter Operator [FIL_167] (rows=652 width=8) @@ -222,6 +221,6 @@ Stage-0 Please refer to the previous TableScan [TS_20] <-Reducer 4 [SIMPLE_EDGE] vectorized SHUFFLE [RS_165] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Group By Operator [GBY_163] diff --git ql/src/test/results/clientpositive/perf/tez/query20.q.out ql/src/test/results/clientpositive/perf/tez/query20.q.out index d8e29f07f2..2553c1ed76 100644 --- ql/src/test/results/clientpositive/perf/tez/query20.q.out +++ ql/src/test/results/clientpositive/perf/tez/query20.q.out @@ -85,7 +85,6 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5"] <-Reducer 5 [SIMPLE_EDGE] vectorized SHUFFLE [RS_78] - null sort order:zzzzz,sort order:+++++ Select Operator [SEL_77] (rows=138600 width=801) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"] PTF Operator [PTF_76] (rows=138600 width=690) @@ -94,19 +93,19 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5"] <-Reducer 4 [SIMPLE_EDGE] vectorized SHUFFLE [RS_74] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Group By Operator [GBY_73] (rows=138600 width=690) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3, KEY._col4 <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_17] - PartitionCols:_col0, _col1, _col2, _col3, _col4,null sort order:aaaaa,sort order:+++++ + PartitionCols:_col0, _col1, _col2, _col3, _col4 Group By Operator [GBY_16] (rows=138600 width=690) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],aggregations:["sum(_col2)"],keys:_col9, _col8, _col5, _col6, _col7 Merge Join Operator [MERGEJOIN_58] (rows=85964922 width=688) Conds:RS_12._col1=RS_72._col0(Inner),Output:["_col2","_col5","_col6","_col7","_col8","_col9"] <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_72] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_71] (rows=138600 width=581) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Filter Operator [FIL_70] (rows=138600 width=581) @@ -115,12 +114,12 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_item_id","i_item_desc","i_current_price","i_class","i_category"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_12] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_57] (rows=286549727 width=115) Conds:RS_69._col0=RS_61._col0(Inner),Output:["_col1","_col2"] <-Map 7 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_61] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_60] (rows=8116 width=4) Output:["_col0"] Filter Operator [FIL_59] (rows=8116 width=98) @@ -129,7 +128,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_date"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_69] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_68] (rows=286549727 width=119) Output:["_col0","_col1","_col2"] Filter Operator [FIL_67] (rows=286549727 width=119) diff --git ql/src/test/results/clientpositive/perf/tez/query21.q.out ql/src/test/results/clientpositive/perf/tez/query21.q.out index fef16c94dd..5e158834d7 100644 --- ql/src/test/results/clientpositive/perf/tez/query21.q.out +++ ql/src/test/results/clientpositive/perf/tez/query21.q.out @@ -87,14 +87,13 @@ Stage-0 Output:["_col0","_col1","_col2","_col3"] <-Reducer 5 [SIMPLE_EDGE] vectorized SHUFFLE [RS_92] - null sort order:zz,sort order:++ Filter Operator [FIL_91] (rows=115991 width=216) predicate:(CASE WHEN ((_col2 > 0L)) THEN ((0.666667D <= (UDFToDouble(_col3) / UDFToDouble(_col2)))) ELSE (false) END and CASE WHEN ((_col2 > 0L)) THEN (((UDFToDouble(_col3) / UDFToDouble(_col2)) <= 1.5D)) ELSE (false) END) Group By Operator [GBY_90] (rows=463966 width=216) Output:["_col0","_col1","_col2","_col3"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)"],keys:KEY._col0, KEY._col1 <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_24] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_23] (rows=463966 width=216) Output:["_col0","_col1","_col2","_col3"],aggregations:["sum(_col2)","sum(_col3)"],keys:_col0, _col1 Select Operator [SEL_21] (rows=463966 width=208) @@ -103,7 +102,7 @@ Stage-0 Conds:RS_18._col2=RS_89._col0(Inner),Output:["_col3","_col5","_col6","_col8","_col10"] <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_89] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_88] (rows=27 width=104) Output:["_col0","_col1"] Filter Operator [FIL_87] (rows=27 width=104) @@ -112,12 +111,12 @@ Stage-0 default@warehouse,warehouse,Tbl:COMPLETE,Col:COMPLETE,Output:["w_warehouse_sk","w_warehouse_name"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_18] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Merge Join Operator [MERGEJOIN_76] (rows=463966 width=112) Conds:RS_15._col1=RS_86._col0(Inner),Output:["_col2","_col3","_col5","_col6","_col8"] <-Map 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_86] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_85] (rows=51333 width=104) Output:["_col0","_col1"] Filter Operator [FIL_84] (rows=51333 width=215) @@ -126,12 +125,12 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_item_id","i_current_price"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_15] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_75] (rows=4175715 width=18) Conds:RS_80._col0=RS_83._col0(Inner),Output:["_col1","_col2","_col3","_col5","_col6"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_80] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_79] (rows=37584000 width=15) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_78] (rows=37584000 width=15) @@ -140,7 +139,7 @@ Stage-0 default@inventory,inventory,Tbl:COMPLETE,Col:COMPLETE,Output:["inv_date_sk","inv_item_sk","inv_warehouse_sk","inv_quantity_on_hand"] <-Map 7 [SIMPLE_EDGE] vectorized SHUFFLE [RS_83] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_82] (rows=8116 width=12) Output:["_col0","_col1","_col2"] Filter Operator [FIL_81] (rows=8116 width=98) diff --git ql/src/test/results/clientpositive/perf/tez/query22.q.out ql/src/test/results/clientpositive/perf/tez/query22.q.out index a93d59740c..e721f09f82 100644 --- ql/src/test/results/clientpositive/perf/tez/query22.q.out +++ ql/src/test/results/clientpositive/perf/tez/query22.q.out @@ -71,21 +71,20 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4"] <-Reducer 5 [SIMPLE_EDGE] vectorized SHUFFLE [RS_90] - null sort order:zzzzz,sort order:+++++ Select Operator [SEL_89] (rows=32730675 width=397) Output:["_col0","_col1","_col2","_col3","_col4"] Group By Operator [GBY_88] (rows=32730675 width=413) Output:["_col0","_col1","_col2","_col3","_col5","_col6"],aggregations:["sum(VALUE._col0)","count(VALUE._col1)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3, KEY._col4 <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_23] - PartitionCols:_col0, _col1, _col2, _col3, _col4,null sort order:aaaaa,sort order:+++++ + PartitionCols:_col0, _col1, _col2, _col3, _col4 Group By Operator [GBY_22] (rows=32730675 width=413) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"],aggregations:["sum(_col3)","count(_col3)"],keys:_col7, _col8, _col9, _col10, 0L Merge Join Operator [MERGEJOIN_75] (rows=6546135 width=391) Conds:RS_18._col1=RS_87._col0(Inner),Output:["_col3","_col7","_col8","_col9","_col10"] <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_87] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_86] (rows=462000 width=393) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_85] (rows=462000 width=393) @@ -94,12 +93,12 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_brand","i_class","i_category","i_product_name"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_18] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_74] (rows=6546135 width=6) Conds:RS_15._col2=RS_84._col0(Inner),Output:["_col1","_col3"] <-Map 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_84] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_83] (rows=27 width=4) Output:["_col0"] Filter Operator [FIL_82] (rows=27 width=4) @@ -108,12 +107,12 @@ Stage-0 default@warehouse,warehouse,Tbl:COMPLETE,Col:COMPLETE,Output:["w_warehouse_sk"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_15] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Merge Join Operator [MERGEJOIN_73] (rows=6546135 width=10) Conds:RS_78._col0=RS_81._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_78] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_77] (rows=37584000 width=15) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_76] (rows=37584000 width=15) @@ -122,7 +121,7 @@ Stage-0 default@inventory,inventory,Tbl:COMPLETE,Col:COMPLETE,Output:["inv_date_sk","inv_item_sk","inv_warehouse_sk","inv_quantity_on_hand"] <-Map 7 [SIMPLE_EDGE] vectorized SHUFFLE [RS_81] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_80] (rows=317 width=4) Output:["_col0"] Filter Operator [FIL_79] (rows=317 width=8) diff --git ql/src/test/results/clientpositive/perf/tez/query23.q.out ql/src/test/results/clientpositive/perf/tez/query23.q.out index c2d0033a70..e60051bab0 100644 --- ql/src/test/results/clientpositive/perf/tez/query23.q.out +++ ql/src/test/results/clientpositive/perf/tez/query23.q.out @@ -165,12 +165,12 @@ Stage-0 Conds:RS_178._col2=RS_179._col0(Left Semi),Output:["_col3","_col4"] <-Reducer 10 [SIMPLE_EDGE] SHUFFLE [RS_178] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Merge Join Operator [MERGEJOIN_453] (rows=143930993 width=119) Conds:RS_173._col1=RS_503._col0(Inner),Output:["_col2","_col3","_col4"] <-Reducer 16 [SIMPLE_EDGE] vectorized SHUFFLE [RS_503] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_501] (rows=62562 width=4) Output:["_col0"],keys:_col1 Select Operator [SEL_500] (rows=183358851 width=290) @@ -183,14 +183,14 @@ Stage-0 Output:["_col0","_col1","_col2","_col3"],aggregations:["count(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 15 [SIMPLE_EDGE] SHUFFLE [RS_23] - PartitionCols:_col0,null sort order:aaa,sort order:+++ + PartitionCols:_col0 Group By Operator [GBY_22] (rows=550076554 width=290) Output:["_col0","_col1","_col2","_col3"],aggregations:["count()"],keys:_col4, _col3, _col5 Merge Join Operator [MERGEJOIN_442] (rows=550076554 width=282) Conds:RS_18._col1=RS_496._col0(Inner),Output:["_col3","_col4","_col5"] <-Map 19 [SIMPLE_EDGE] vectorized SHUFFLE [RS_496] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_495] (rows=462000 width=188) Output:["_col0","_col1"] Filter Operator [FIL_494] (rows=462000 width=188) @@ -199,12 +199,12 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_item_desc"] <-Reducer 14 [SIMPLE_EDGE] SHUFFLE [RS_18] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_441] (rows=550076554 width=98) Conds:RS_493._col0=RS_485._col0(Inner),Output:["_col1","_col3"] <-Map 17 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_485] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_484] (rows=2609 width=98) Output:["_col0","_col1"] Filter Operator [FIL_483] (rows=2609 width=102) @@ -213,7 +213,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_date","d_year"] <-Map 13 [SIMPLE_EDGE] vectorized SHUFFLE [RS_493] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_492] (rows=550076554 width=7) Output:["_col0","_col1"] Filter Operator [FIL_491] (rows=550076554 width=7) @@ -233,12 +233,12 @@ Stage-0 Please refer to the previous Select Operator [SEL_484] <-Reducer 9 [SIMPLE_EDGE] SHUFFLE [RS_173] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_446] (rows=143930993 width=123) Conds:RS_541._col0=RS_472._col0(Inner),Output:["_col1","_col2","_col3","_col4"] <-Map 7 [SIMPLE_EDGE] vectorized SHUFFLE [RS_472] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_469] (rows=50 width=4) Output:["_col0"] Filter Operator [FIL_468] (rows=50 width=12) @@ -247,7 +247,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_moy"] <-Map 33 [SIMPLE_EDGE] vectorized SHUFFLE [RS_541] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_540] (rows=143930993 width=127) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_539] (rows=143930993 width=127) @@ -267,7 +267,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_469] <-Reducer 24 [SIMPLE_EDGE] SHUFFLE [RS_179] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_177] (rows=225322 width=4) Output:["_col0"],keys:_col0 Select Operator [SEL_169] (rows=450644 width=4) @@ -284,14 +284,14 @@ Stage-0 Output:["_col0","_col1"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0 <-Reducer 21 [SIMPLE_EDGE] SHUFFLE [RS_43] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_42] (rows=80000000 width=116) Output:["_col0","_col1"],aggregations:["sum(_col1)"],keys:_col2 Merge Join Operator [MERGEJOIN_443] (rows=550080312 width=116) Conds:RS_506._col0=RS_509._col0(Inner),Output:["_col1","_col2"] <-Map 25 [SIMPLE_EDGE] vectorized SHUFFLE [RS_509] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_508] (rows=80000000 width=4) Output:["_col0"] Filter Operator [FIL_507] (rows=80000000 width=4) @@ -300,7 +300,7 @@ Stage-0 default@customer,customer,Tbl:COMPLETE,Col:COMPLETE,Output:["c_customer_sk"] <-Map 20 [SIMPLE_EDGE] vectorized SHUFFLE [RS_506] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_505] (rows=550080312 width=115) Output:["_col0","_col1"] Filter Operator [FIL_504] (rows=550080312 width=114) @@ -325,23 +325,23 @@ Stage-0 Output:["_col0","_col1"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0 <-Reducer 26 [SIMPLE_EDGE] SHUFFLE [RS_64] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_63] (rows=80000000 width=116) Output:["_col0","_col1"],aggregations:["sum(_col2)"],keys:_col4 Merge Join Operator [MERGEJOIN_445] (rows=525327388 width=116) Conds:RS_59._col1=RS_510._col0(Inner),Output:["_col2","_col4"] <-Map 25 [SIMPLE_EDGE] vectorized SHUFFLE [RS_510] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_508] <-Reducer 30 [SIMPLE_EDGE] SHUFFLE [RS_59] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_444] (rows=525327388 width=115) Conds:RS_525._col0=RS_517._col0(Inner),Output:["_col1","_col2"] <-Map 31 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_517] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_516] (rows=2609 width=4) Output:["_col0"] Filter Operator [FIL_515] (rows=2609 width=8) @@ -350,7 +350,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year"] <-Map 29 [SIMPLE_EDGE] vectorized SHUFFLE [RS_525] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_524] (rows=525327388 width=119) Output:["_col0","_col1","_col2"] Filter Operator [FIL_523] (rows=525327388 width=118) @@ -378,7 +378,7 @@ Stage-0 Conds:RS_87._col1=RS_88._col0(Left Semi),Output:["_col3","_col4"] <-Reducer 23 [SIMPLE_EDGE] SHUFFLE [RS_88] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_86] (rows=225322 width=4) Output:["_col0"],keys:_col0 Select Operator [SEL_78] (rows=450644 width=4) @@ -395,25 +395,25 @@ Stage-0 Please refer to the previous Select Operator [SEL_532] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_87] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_452] (rows=285117831 width=119) Conds:RS_82._col2=RS_502._col0(Inner),Output:["_col1","_col3","_col4"] <-Reducer 16 [SIMPLE_EDGE] vectorized SHUFFLE [RS_502] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Group By Operator [GBY_501] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_82] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Merge Join Operator [MERGEJOIN_440] (rows=285117831 width=123) Conds:RS_482._col0=RS_470._col0(Inner),Output:["_col1","_col2","_col3","_col4"] <-Map 7 [SIMPLE_EDGE] vectorized SHUFFLE [RS_470] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_469] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_482] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_481] (rows=285117831 width=127) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_480] (rows=285117831 width=127) diff --git ql/src/test/results/clientpositive/perf/tez/query24.q.out ql/src/test/results/clientpositive/perf/tez/query24.q.out index 3669289726..d4cdb5b30a 100644 --- ql/src/test/results/clientpositive/perf/tez/query24.q.out +++ ql/src/test/results/clientpositive/perf/tez/query24.q.out @@ -163,14 +163,14 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3, KEY._col4, KEY._col5, KEY._col6, KEY._col7, KEY._col8, KEY._col9 <-Reducer 10 [SIMPLE_EDGE] SHUFFLE [RS_83] - PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9,null sort order:aaaaaaaaaa,sort order:++++++++++ + PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9 Group By Operator [GBY_82] (rows=576061174 width=932) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10"],aggregations:["sum(_col17)"],keys:_col10, _col11, _col1, _col5, _col6, _col19, _col20, _col21, _col22, _col23 Merge Join Operator [MERGEJOIN_304] (rows=589731269 width=928) Conds:RS_78._col13, _col16=RS_332._col0, _col1(Inner),Output:["_col1","_col5","_col6","_col10","_col11","_col17","_col19","_col20","_col21","_col22","_col23"] <-Map 20 [SIMPLE_EDGE] vectorized SHUFFLE [RS_332] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Select Operator [SEL_330] (rows=57591150 width=8) Output:["_col0","_col1"] Filter Operator [FIL_329] (rows=57591150 width=8) @@ -179,12 +179,12 @@ Stage-0 default@store_returns,store_returns,Tbl:COMPLETE,Col:COMPLETE,Output:["sr_item_sk","sr_ticket_number"] <-Reducer 9 [SIMPLE_EDGE] SHUFFLE [RS_78] - PartitionCols:_col13, _col16,null sort order:aa,sort order:++ + PartitionCols:_col13, _col16 Merge Join Operator [MERGEJOIN_303] (rows=576061174 width=936) Conds:RS_75._col13=RS_312._col0(Inner),Output:["_col1","_col5","_col6","_col10","_col11","_col13","_col16","_col17","_col19","_col20","_col21","_col22","_col23"] <-Map 7 [SIMPLE_EDGE] vectorized SHUFFLE [RS_312] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_309] (rows=462000 width=384) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Filter Operator [FIL_307] (rows=462000 width=384) @@ -193,19 +193,19 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_current_price","i_size","i_color","i_units","i_manager_id"] <-Reducer 16 [SIMPLE_EDGE] SHUFFLE [RS_75] - PartitionCols:_col13,null sort order:a,sort order:+ + PartitionCols:_col13 Merge Join Operator [MERGEJOIN_302] (rows=576061174 width=555) Conds:RS_72._col8, _col4=RS_343._col1, _col2(Inner),Output:["_col1","_col5","_col6","_col10","_col11","_col13","_col16","_col17"] <-Reducer 15 [SIMPLE_EDGE] SHUFFLE [RS_72] - PartitionCols:_col8, _col4,null sort order:aa,sort order:++ + PartitionCols:_col8, _col4 Filter Operator [FIL_21] (rows=7276996 width=724) predicate:(_col12 <> _col3) Merge Join Operator [MERGEJOIN_297] (rows=7276996 width=724) Conds:RS_18._col0=RS_328._col1(Inner),Output:["_col1","_col3","_col4","_col5","_col6","_col8","_col10","_col11","_col12"] <-Map 19 [SIMPLE_EDGE] vectorized SHUFFLE [RS_328] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_327] (rows=80000000 width=280) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_326] (rows=80000000 width=280) @@ -214,12 +214,12 @@ Stage-0 default@customer,customer,Tbl:COMPLETE,Col:COMPLETE,Output:["c_customer_sk","c_current_addr_sk","c_first_name","c_last_name","c_birth_country"] <-Reducer 14 [SIMPLE_EDGE] SHUFFLE [RS_18] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_296] (rows=611379 width=452) Conds:RS_322._col2=RS_325._col3(Inner),Output:["_col0","_col1","_col3","_col4","_col5","_col6"] <-Map 13 [SIMPLE_EDGE] vectorized SHUFFLE [RS_322] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Select Operator [SEL_321] (rows=40000000 width=363) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_320] (rows=40000000 width=276) @@ -228,7 +228,7 @@ Stage-0 default@customer_address,customer_address,Tbl:COMPLETE,Col:COMPLETE,Output:["ca_address_sk","ca_state","ca_zip","ca_country"] <-Map 18 [SIMPLE_EDGE] vectorized SHUFFLE [RS_325] - PartitionCols:_col3,null sort order:a,sort order:+ + PartitionCols:_col3 Select Operator [SEL_324] (rows=155 width=267) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_323] (rows=155 width=271) @@ -237,7 +237,7 @@ Stage-0 default@store,store,Tbl:COMPLETE,Col:COMPLETE,Output:["s_store_sk","s_store_name","s_market_id","s_state","s_zip"] <-Map 21 [SIMPLE_EDGE] vectorized SHUFFLE [RS_343] - PartitionCols:_col1, _col2,null sort order:aa,sort order:++ + PartitionCols:_col1, _col2 Select Operator [SEL_342] (rows=525333486 width=122) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_341] (rows=525333486 width=122) @@ -269,34 +269,34 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3, KEY._col4, KEY._col5, KEY._col6, KEY._col7, KEY._col8 <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_37] - PartitionCols:_col0, _col1, _col2,null sort order:aaaaaaaaa,sort order:+++++++++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_36] (rows=84010488 width=843) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9"],aggregations:["sum(_col4)"],keys:_col12, _col13, _col20, _col6, _col7, _col8, _col9, _col16, _col21 Merge Join Operator [MERGEJOIN_299] (rows=138508741 width=824) Conds:RS_32._col0, _col3=RS_331._col0, _col1(Inner),Output:["_col4","_col6","_col7","_col8","_col9","_col12","_col13","_col16","_col20","_col21"] <-Map 20 [SIMPLE_EDGE] vectorized SHUFFLE [RS_331] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Please refer to the previous Select Operator [SEL_330] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_32] - PartitionCols:_col0, _col3,null sort order:aa,sort order:++ + PartitionCols:_col0, _col3 Merge Join Operator [MERGEJOIN_298] (rows=84010488 width=820) Conds:RS_29._col1, _col2=RS_30._col0, _col9(Inner),Output:["_col0","_col3","_col4","_col6","_col7","_col8","_col9","_col12","_col13","_col16","_col20","_col21"] <-Reducer 15 [SIMPLE_EDGE] SHUFFLE [RS_30] - PartitionCols:_col0, _col9,null sort order:aa,sort order:++ + PartitionCols:_col0, _col9 Select Operator [SEL_22] (rows=7276996 width=724) Output:["_col0","_col2","_col3","_col6","_col9","_col10","_col11"] Please refer to the previous Filter Operator [FIL_21] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_29] - PartitionCols:_col1, _col2,null sort order:aa,sort order:++ + PartitionCols:_col1, _col2 Merge Join Operator [MERGEJOIN_295] (rows=76612563 width=382) Conds:RS_319._col0=RS_310._col0(Inner),Output:["_col0","_col1","_col2","_col3","_col4","_col6","_col7","_col8","_col9"] <-Map 7 [SIMPLE_EDGE] vectorized SHUFFLE [RS_310] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_308] (rows=7000 width=295) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_306] (rows=7000 width=384) @@ -304,7 +304,7 @@ Stage-0 Please refer to the previous TableScan [TS_3] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_319] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_318] (rows=525333486 width=122) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_317] (rows=525333486 width=122) diff --git ql/src/test/results/clientpositive/perf/tez/query25.q.out ql/src/test/results/clientpositive/perf/tez/query25.q.out index 201de7c376..d006795c79 100644 --- ql/src/test/results/clientpositive/perf/tez/query25.q.out +++ ql/src/test/results/clientpositive/perf/tez/query25.q.out @@ -135,21 +135,20 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"] <-Reducer 6 [SIMPLE_EDGE] vectorized SHUFFLE [RS_250] - null sort order:zzzz,sort order:++++ Group By Operator [GBY_249] (rows=97302218447 width=808) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)","sum(VALUE._col2)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3 <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_49] - PartitionCols:_col0, _col1, _col2, _col3,null sort order:zzzz,sort order:++++ + PartitionCols:_col0, _col1, _col2, _col3 Group By Operator [GBY_48] (rows=97302218447 width=808) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"],aggregations:["sum(_col5)","sum(_col16)","sum(_col10)"],keys:_col19, _col20, _col22, _col23 Top N Key Operator [TNK_95] (rows=97302218447 width=807) - keys:_col19, _col20, _col22, _col23,null sort order:zzzz,sort order:++++,top n:100 + keys:_col19, _col20, _col22, _col23,top n:100 Merge Join Operator [MERGEJOIN_214] (rows=97302218447 width=807) Conds:RS_44._col3=RS_248._col0(Inner),Output:["_col5","_col10","_col16","_col19","_col20","_col22","_col23"] <-Map 17 [SIMPLE_EDGE] vectorized SHUFFLE [RS_248] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_247] (rows=1704 width=192) Output:["_col0","_col1","_col2"] Filter Operator [FIL_246] (rows=1704 width=192) @@ -158,12 +157,12 @@ Stage-0 default@store,store,Tbl:COMPLETE,Col:COMPLETE,Output:["s_store_sk","s_store_id","s_store_name"] <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_44] - PartitionCols:_col3,null sort order:a,sort order:+ + PartitionCols:_col3 Merge Join Operator [MERGEJOIN_213] (rows=97302218447 width=623) Conds:RS_41._col1=RS_245._col0(Inner),Output:["_col3","_col5","_col10","_col16","_col19","_col20"] <-Map 16 [SIMPLE_EDGE] vectorized SHUFFLE [RS_245] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_244] (rows=462000 width=288) Output:["_col0","_col1","_col2"] Filter Operator [FIL_243] (rows=462000 width=288) @@ -172,22 +171,22 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_item_id","i_item_desc"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_41] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_212] (rows=97302218447 width=343) Conds:RS_38._col1, _col2, _col4=RS_39._col6, _col7, _col8(Inner),Output:["_col1","_col3","_col5","_col10","_col16"] <-Reducer 11 [SIMPLE_EDGE] SHUFFLE [RS_39] - PartitionCols:_col6, _col7, _col8,null sort order:aaa,sort order:+++ + PartitionCols:_col6, _col7, _col8 Merge Join Operator [MERGEJOIN_211] (rows=10910732684 width=235) Conds:RS_25._col2, _col1=RS_26._col1, _col2(Inner),Output:["_col3","_col6","_col7","_col8","_col9"] <-Reducer 10 [SIMPLE_EDGE] SHUFFLE [RS_25] - PartitionCols:_col2, _col1,null sort order:aa,sort order:++ + PartitionCols:_col2, _col1 Merge Join Operator [MERGEJOIN_209] (rows=285117831 width=119) Conds:RS_239._col0=RS_223._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 8 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_223] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_219] (rows=351 width=4) Output:["_col0"] Filter Operator [FIL_216] (rows=351 width=12) @@ -196,7 +195,7 @@ Stage-0 default@date_dim,d1,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_moy"] <-Map 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_239] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_238] (rows=285117831 width=123) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_237] (rows=285117831 width=123) @@ -216,12 +215,12 @@ Stage-0 Please refer to the previous Select Operator [SEL_219] <-Reducer 13 [SIMPLE_EDGE] SHUFFLE [RS_26] - PartitionCols:_col1, _col2,null sort order:aa,sort order:++ + PartitionCols:_col1, _col2 Merge Join Operator [MERGEJOIN_210] (rows=53632139 width=119) Conds:RS_242._col0=RS_225._col0(Inner),Output:["_col1","_col2","_col3","_col4"] <-Map 8 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_225] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_220] (rows=351 width=4) Output:["_col0"] Filter Operator [FIL_217] (rows=351 width=12) @@ -229,7 +228,7 @@ Stage-0 Please refer to the previous TableScan [TS_3] <-Map 15 [SIMPLE_EDGE] vectorized SHUFFLE [RS_242] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_241] (rows=53632139 width=123) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_240] (rows=53632139 width=123) @@ -238,12 +237,12 @@ Stage-0 default@store_returns,store_returns,Tbl:COMPLETE,Col:COMPLETE,Output:["sr_returned_date_sk","sr_item_sk","sr_customer_sk","sr_ticket_number","sr_net_loss"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_38] - PartitionCols:_col1, _col2, _col4,null sort order:aaa,sort order:+++ + PartitionCols:_col1, _col2, _col4 Merge Join Operator [MERGEJOIN_208] (rows=501694138 width=122) Conds:RS_234._col0=RS_221._col0(Inner),Output:["_col1","_col2","_col3","_col4","_col5"] <-Map 8 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_221] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_218] (rows=50 width=4) Output:["_col0"] Filter Operator [FIL_215] (rows=50 width=12) @@ -251,7 +250,7 @@ Stage-0 Please refer to the previous TableScan [TS_3] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_234] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_233] (rows=501694138 width=126) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Filter Operator [FIL_232] (rows=501694138 width=126) diff --git ql/src/test/results/clientpositive/perf/tez/query26.q.out ql/src/test/results/clientpositive/perf/tez/query26.q.out index 4d26c4be5b..a1bf3b099b 100644 --- ql/src/test/results/clientpositive/perf/tez/query26.q.out +++ ql/src/test/results/clientpositive/perf/tez/query26.q.out @@ -74,23 +74,22 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4"] <-Reducer 6 [SIMPLE_EDGE] vectorized SHUFFLE [RS_122] - null sort order:z,sort order:+ Select Operator [SEL_121] (rows=310774 width=444) Output:["_col0","_col1","_col2","_col3","_col4"] Group By Operator [GBY_120] (rows=310774 width=476) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8"],aggregations:["sum(VALUE._col0)","count(VALUE._col1)","sum(VALUE._col2)","count(VALUE._col3)","sum(VALUE._col4)","count(VALUE._col5)","sum(VALUE._col6)","count(VALUE._col7)"],keys:KEY._col0 <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_29] - PartitionCols:_col0,null sort order:z,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_28] (rows=462000 width=476) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8"],aggregations:["sum(_col4)","count(_col4)","sum(_col5)","count(_col5)","sum(_col7)","count(_col7)","sum(_col6)","count(_col6)"],keys:_col12 Top N Key Operator [TNK_55] (rows=2317924 width=231) - keys:_col12,null sort order:z,sort order:+,top n:100 + keys:_col12,top n:100 Merge Join Operator [MERGEJOIN_99] (rows=2317924 width=231) Conds:RS_24._col2=RS_119._col0(Inner),Output:["_col4","_col5","_col6","_col7","_col12"] <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_119] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_118] (rows=462000 width=104) Output:["_col0","_col1"] Filter Operator [FIL_117] (rows=462000 width=104) @@ -99,12 +98,12 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_item_id"] <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_24] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Merge Join Operator [MERGEJOIN_98] (rows=2317924 width=135) Conds:RS_21._col3=RS_116._col0(Inner),Output:["_col2","_col4","_col5","_col6","_col7"] <-Map 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_116] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_115] (rows=2300 width=4) Output:["_col0"] Filter Operator [FIL_114] (rows=2300 width=174) @@ -113,12 +112,12 @@ Stage-0 default@promotion,promotion,Tbl:COMPLETE,Col:COMPLETE,Output:["p_promo_sk","p_channel_email","p_channel_event"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_21] - PartitionCols:_col3,null sort order:a,sort order:+ + PartitionCols:_col3 Merge Join Operator [MERGEJOIN_97] (rows=2317924 width=137) Conds:RS_18._col0=RS_113._col0(Inner),Output:["_col2","_col3","_col4","_col5","_col6","_col7"] <-Map 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_113] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_112] (rows=652 width=4) Output:["_col0"] Filter Operator [FIL_111] (rows=652 width=8) @@ -127,12 +126,12 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_18] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_96] (rows=2317924 width=139) Conds:RS_110._col1=RS_102._col0(Inner),Output:["_col0","_col2","_col3","_col4","_col5","_col6","_col7"] <-Map 8 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_102] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_101] (rows=14776 width=4) Output:["_col0"] Filter Operator [FIL_100] (rows=14776 width=268) @@ -141,7 +140,7 @@ Stage-0 default@customer_demographics,customer_demographics,Tbl:COMPLETE,Col:COMPLETE,Output:["cd_demo_sk","cd_gender","cd_marital_status","cd_education_status"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_110] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_109] (rows=283691050 width=354) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"] Filter Operator [FIL_108] (rows=283691050 width=354) diff --git ql/src/test/results/clientpositive/perf/tez/query27.q.out ql/src/test/results/clientpositive/perf/tez/query27.q.out index d915989654..6f49de2344 100644 --- ql/src/test/results/clientpositive/perf/tez/query27.q.out +++ ql/src/test/results/clientpositive/perf/tez/query27.q.out @@ -78,25 +78,24 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"] <-Reducer 6 [SIMPLE_EDGE] vectorized SHUFFLE [RS_123] - null sort order:zz,sort order:++ Select Operator [SEL_122] (rows=6526254 width=538) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"] Group By Operator [GBY_121] (rows=6526254 width=570) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10"],aggregations:["sum(VALUE._col0)","count(VALUE._col1)","sum(VALUE._col2)","count(VALUE._col3)","sum(VALUE._col4)","count(VALUE._col5)","sum(VALUE._col6)","count(VALUE._col7)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_30] - PartitionCols:_col0, _col1, _col2,null sort order:zza,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_29] (rows=13907934 width=570) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10"],aggregations:["sum(_col2)","count(_col2)","sum(_col3)","count(_col3)","sum(_col4)","count(_col4)","sum(_col5)","count(_col5)"],keys:_col0, _col1, 0L Top N Key Operator [TNK_56] (rows=4635978 width=186) - keys:_col0, _col1, 0L,null sort order:zza,sort order:+++,top n:100 + keys:_col0, _col1, 0L,top n:100 Select Operator [SEL_27] (rows=4635978 width=186) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Merge Join Operator [MERGEJOIN_100] (rows=4635978 width=186) Conds:RS_24._col1=RS_120._col0(Inner),Output:["_col4","_col5","_col6","_col7","_col11","_col13"] <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_120] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_119] (rows=462000 width=104) Output:["_col0","_col1"] Filter Operator [FIL_118] (rows=462000 width=104) @@ -105,12 +104,12 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_item_id"] <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_24] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_99] (rows=4635978 width=90) Conds:RS_21._col3=RS_117._col0(Inner),Output:["_col1","_col4","_col5","_col6","_col7","_col11"] <-Map 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_117] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_116] (rows=209 width=90) Output:["_col0","_col1"] Filter Operator [FIL_115] (rows=209 width=90) @@ -119,12 +118,12 @@ Stage-0 default@store,store,Tbl:COMPLETE,Col:COMPLETE,Output:["s_store_sk","s_state"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_21] - PartitionCols:_col3,null sort order:a,sort order:+ + PartitionCols:_col3 Merge Join Operator [MERGEJOIN_98] (rows=4635978 width=4) Conds:RS_18._col0=RS_114._col0(Inner),Output:["_col1","_col3","_col4","_col5","_col6","_col7"] <-Map 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_114] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_113] (rows=652 width=4) Output:["_col0"] Filter Operator [FIL_112] (rows=652 width=8) @@ -133,12 +132,12 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_18] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_97] (rows=4635978 width=4) Conds:RS_111._col2=RS_103._col0(Inner),Output:["_col0","_col1","_col3","_col4","_col5","_col6","_col7"] <-Map 8 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_103] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_102] (rows=14776 width=4) Output:["_col0"] Filter Operator [FIL_101] (rows=14776 width=268) @@ -147,7 +146,7 @@ Stage-0 default@customer_demographics,customer_demographics,Tbl:COMPLETE,Col:COMPLETE,Output:["cd_demo_sk","cd_gender","cd_marital_status","cd_education_status"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_111] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Select Operator [SEL_110] (rows=501690006 width=340) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"] Filter Operator [FIL_109] (rows=501690006 width=340) diff --git ql/src/test/results/clientpositive/perf/tez/query28.q.out ql/src/test/results/clientpositive/perf/tez/query28.q.out index 9634957a52..0cb5d232c7 100644 --- ql/src/test/results/clientpositive/perf/tez/query28.q.out +++ ql/src/test/results/clientpositive/perf/tez/query28.q.out @@ -156,7 +156,7 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)","count(VALUE._col1)"],keys:KEY._col0 <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_129] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_123] (rows=7618989 width=226) Output:["_col0","_col1","_col2"],aggregations:["sum(ss_list_price)","count(ss_list_price)"],keys:ss_list_price Select Operator [SEL_117] (rows=15237978 width=324) @@ -183,7 +183,7 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)","count(VALUE._col1)"],keys:KEY._col0 <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_128] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_122] (rows=7618989 width=226) Output:["_col0","_col1","_col2"],aggregations:["sum(ss_list_price)","count(ss_list_price)"],keys:ss_list_price Select Operator [SEL_116] (rows=15237978 width=324) @@ -209,7 +209,7 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)","count(VALUE._col1)"],keys:KEY._col0 <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_127] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_121] (rows=7618989 width=226) Output:["_col0","_col1","_col2"],aggregations:["sum(ss_list_price)","count(ss_list_price)"],keys:ss_list_price Select Operator [SEL_115] (rows=15237978 width=324) @@ -235,7 +235,7 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)","count(VALUE._col1)"],keys:KEY._col0 <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_126] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_120] (rows=7618989 width=226) Output:["_col0","_col1","_col2"],aggregations:["sum(ss_list_price)","count(ss_list_price)"],keys:ss_list_price Select Operator [SEL_114] (rows=15237978 width=324) @@ -261,7 +261,7 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)","count(VALUE._col1)"],keys:KEY._col0 <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_125] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_119] (rows=7618989 width=226) Output:["_col0","_col1","_col2"],aggregations:["sum(ss_list_price)","count(ss_list_price)"],keys:ss_list_price Select Operator [SEL_113] (rows=15237978 width=324) @@ -283,7 +283,7 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)","count(VALUE._col1)"],keys:KEY._col0 <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_124] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_118] (rows=7618989 width=226) Output:["_col0","_col1","_col2"],aggregations:["sum(ss_list_price)","count(ss_list_price)"],keys:ss_list_price Select Operator [SEL_112] (rows=15237978 width=324) diff --git ql/src/test/results/clientpositive/perf/tez/query29.q.out ql/src/test/results/clientpositive/perf/tez/query29.q.out index 8d947e280b..5066893829 100644 --- ql/src/test/results/clientpositive/perf/tez/query29.q.out +++ ql/src/test/results/clientpositive/perf/tez/query29.q.out @@ -133,28 +133,27 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"] <-Reducer 4 [SIMPLE_EDGE] vectorized SHUFFLE [RS_241] - null sort order:zzzz,sort order:++++ Group By Operator [GBY_240] (rows=478292911 width=496) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)","sum(VALUE._col2)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3 <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_49] - PartitionCols:_col0, _col1, _col2, _col3,null sort order:zzzz,sort order:++++ + PartitionCols:_col0, _col1, _col2, _col3 Group By Operator [GBY_48] (rows=478292911 width=496) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"],aggregations:["sum(_col13)","sum(_col19)","sum(_col3)"],keys:_col6, _col7, _col22, _col23 Top N Key Operator [TNK_93] (rows=97302218301 width=483) - keys:_col6, _col7, _col22, _col23,null sort order:zzzz,sort order:++++,top n:100 + keys:_col6, _col7, _col22, _col23,top n:100 Merge Join Operator [MERGEJOIN_205] (rows=97302218301 width=483) Conds:RS_44._col2, _col1=RS_45._col11, _col12(Inner),Output:["_col3","_col6","_col7","_col13","_col19","_col22","_col23"] <-Reducer 12 [SIMPLE_EDGE] SHUFFLE [RS_45] - PartitionCols:_col11, _col12,null sort order:aa,sort order:++ + PartitionCols:_col11, _col12 Select Operator [SEL_40] (rows=478292911 width=487) Output:["_col1","_col2","_col8","_col11","_col12","_col14","_col17","_col18"] Merge Join Operator [MERGEJOIN_204] (rows=478292911 width=487) Conds:RS_37._col3=RS_239._col0(Inner),Output:["_col5","_col8","_col9","_col11","_col14","_col15","_col17","_col18"] <-Map 18 [SIMPLE_EDGE] vectorized SHUFFLE [RS_239] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_238] (rows=1704 width=192) Output:["_col0","_col1","_col2"] Filter Operator [FIL_237] (rows=1704 width=192) @@ -163,12 +162,12 @@ Stage-0 default@store,store,Tbl:COMPLETE,Col:COMPLETE,Output:["s_store_sk","s_store_id","s_store_name"] <-Reducer 11 [SIMPLE_EDGE] SHUFFLE [RS_37] - PartitionCols:_col3,null sort order:a,sort order:+ + PartitionCols:_col3 Merge Join Operator [MERGEJOIN_203] (rows=478292911 width=303) Conds:RS_34._col1=RS_236._col0(Inner),Output:["_col3","_col5","_col8","_col9","_col11","_col14","_col15"] <-Map 17 [SIMPLE_EDGE] vectorized SHUFFLE [RS_236] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_235] (rows=462000 width=288) Output:["_col0","_col1","_col2"] Filter Operator [FIL_234] (rows=462000 width=288) @@ -177,17 +176,17 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_item_id","i_item_desc"] <-Reducer 10 [SIMPLE_EDGE] SHUFFLE [RS_34] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_202] (rows=478292911 width=23) Conds:RS_31._col1, _col2, _col4=RS_32._col1, _col2, _col3(Inner),Output:["_col1","_col3","_col5","_col8","_col9","_col11"] <-Reducer 15 [SIMPLE_EDGE] SHUFFLE [RS_32] - PartitionCols:_col1, _col2, _col3,null sort order:aaa,sort order:+++ + PartitionCols:_col1, _col2, _col3 Merge Join Operator [MERGEJOIN_201] (rows=53632139 width=15) Conds:RS_233._col0=RS_223._col0(Inner),Output:["_col1","_col2","_col3","_col4"] <-Map 13 [SIMPLE_EDGE] vectorized SHUFFLE [RS_223] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_220] (rows=201 width=4) Output:["_col0"] Filter Operator [FIL_218] (rows=201 width=12) @@ -196,7 +195,7 @@ Stage-0 default@date_dim,d1,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_moy"] <-Map 16 [SIMPLE_EDGE] vectorized SHUFFLE [RS_233] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_232] (rows=53632139 width=19) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_231] (rows=53632139 width=19) @@ -205,12 +204,12 @@ Stage-0 default@store_returns,store_returns,Tbl:COMPLETE,Col:COMPLETE,Output:["sr_returned_date_sk","sr_item_sk","sr_customer_sk","sr_ticket_number","sr_return_quantity"] <-Reducer 9 [SIMPLE_EDGE] SHUFFLE [RS_31] - PartitionCols:_col1, _col2, _col4,null sort order:aaa,sort order:+++ + PartitionCols:_col1, _col2, _col4 Merge Join Operator [MERGEJOIN_200] (rows=501694138 width=19) Conds:RS_230._col0=RS_221._col0(Inner),Output:["_col1","_col2","_col3","_col4","_col5"] <-Map 13 [SIMPLE_EDGE] vectorized SHUFFLE [RS_221] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_219] (rows=50 width=4) Output:["_col0"] Filter Operator [FIL_217] (rows=50 width=12) @@ -218,7 +217,7 @@ Stage-0 Please refer to the previous TableScan [TS_9] <-Map 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_230] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_229] (rows=501694138 width=23) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Filter Operator [FIL_228] (rows=501694138 width=23) @@ -238,12 +237,12 @@ Stage-0 Please refer to the previous Select Operator [SEL_219] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_44] - PartitionCols:_col2, _col1,null sort order:aa,sort order:++ + PartitionCols:_col2, _col1 Merge Join Operator [MERGEJOIN_199] (rows=285117831 width=11) Conds:RS_216._col0=RS_208._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 6 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_208] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_207] (rows=1957 width=4) Output:["_col0"] Filter Operator [FIL_206] (rows=1957 width=8) @@ -252,7 +251,7 @@ Stage-0 default@date_dim,d3,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_216] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_215] (rows=285117831 width=15) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_214] (rows=285117831 width=15) diff --git ql/src/test/results/clientpositive/perf/tez/query3.q.out ql/src/test/results/clientpositive/perf/tez/query3.q.out index 3534b28b8a..fe97d402c4 100644 --- ql/src/test/results/clientpositive/perf/tez/query3.q.out +++ ql/src/test/results/clientpositive/perf/tez/query3.q.out @@ -68,19 +68,18 @@ Stage-0 Output:["_col0","_col1","_col2","_col3"] <-Reducer 4 [SIMPLE_EDGE] vectorized SHUFFLE [RS_69] - null sort order:zzz,sort order:+-+ Group By Operator [GBY_68] (rows=7666836 width=219) Output:["_col0","_col1","_col2","_col3"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_17] - PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_16] (rows=7666836 width=219) Output:["_col0","_col1","_col2","_col3"],aggregations:["sum(_col2)"],keys:_col7, _col4, _col5 Merge Join Operator [MERGEJOIN_53] (rows=7666836 width=108) Conds:RS_12._col0=RS_67._col0(Inner),Output:["_col2","_col4","_col5","_col7"] <-Map 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_67] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_66] (rows=5619 width=8) Output:["_col0","_col1"] Filter Operator [FIL_65] (rows=5619 width=12) @@ -89,12 +88,12 @@ Stage-0 default@date_dim,dt,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_moy"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_12] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_52] (rows=7666836 width=104) Conds:RS_64._col1=RS_56._col0(Inner),Output:["_col0","_col2","_col4","_col5"] <-Map 6 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_56] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_55] (rows=669 width=107) Output:["_col0","_col1","_col2"] Filter Operator [FIL_54] (rows=669 width=111) @@ -103,7 +102,7 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_brand_id","i_brand","i_manufact_id"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_64] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_63] (rows=550076554 width=114) Output:["_col0","_col1","_col2"] Filter Operator [FIL_62] (rows=550076554 width=114) diff --git ql/src/test/results/clientpositive/perf/tez/query30.q.out ql/src/test/results/clientpositive/perf/tez/query30.q.out index 0726cd7eb6..ac683c2515 100644 --- ql/src/test/results/clientpositive/perf/tez/query30.q.out +++ ql/src/test/results/clientpositive/perf/tez/query30.q.out @@ -94,19 +94,18 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_66] - null sort order:zzzzzzzzzzzzz,sort order:+++++++++++++ Select Operator [SEL_65] (rows=4179738 width=949) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12"] Merge Join Operator [MERGEJOIN_180] (rows=4179738 width=949) Conds:RS_62._col0=RS_63._col0(Inner),Output:["_col1","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col17"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_62] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_174] (rows=1568628 width=834) Conds:RS_183._col2=RS_190._col0(Inner),Output:["_col0","_col1","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13"] <-Map 5 [SIMPLE_EDGE] vectorized SHUFFLE [RS_190] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_187] (rows=784314 width=4) Output:["_col0"] Filter Operator [FIL_184] (rows=784314 width=90) @@ -115,7 +114,7 @@ Stage-0 default@customer_address,customer_address,Tbl:COMPLETE,Col:COMPLETE,Output:["ca_address_sk","ca_state"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_183] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Select Operator [SEL_182] (rows=80000000 width=849) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13"] Filter Operator [FIL_181] (rows=80000000 width=849) @@ -124,7 +123,7 @@ Stage-0 default@customer,customer,Tbl:COMPLETE,Col:COMPLETE,Output:["c_customer_sk","c_customer_id","c_current_addr_sk","c_salutation","c_first_name","c_last_name","c_preferred_cust_flag","c_birth_day","c_birth_month","c_birth_year","c_birth_country","c_login","c_email_address","c_last_review_date"] <-Reducer 8 [SIMPLE_EDGE] SHUFFLE [RS_63] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_58] (rows=4179738 width=227) Output:["_col0","_col2"] Filter Operator [FIL_57] (rows=4179738 width=227) @@ -133,7 +132,7 @@ Stage-0 Conds:RS_206._col1=RS_212._col1(Inner),Output:["_col0","_col2","_col3"] <-Reducer 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_212] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_211] (rows=17 width=198) Output:["_col0","_col1"] Filter Operator [FIL_210] (rows=17 width=206) @@ -146,14 +145,14 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1 <-Reducer 9 [SIMPLE_EDGE] SHUFFLE [RS_45] - PartitionCols:_col0,null sort order:aa,sort order:++ + PartitionCols:_col0 Group By Operator [GBY_44] (rows=13130761 width=201) Output:["_col0","_col1","_col2"],aggregations:["sum(_col3)"],keys:_col6, _col1 Merge Join Operator [MERGEJOIN_178] (rows=13130761 width=196) Conds:RS_40._col2=RS_192._col0(Inner),Output:["_col1","_col3","_col6"] <-Map 5 [SIMPLE_EDGE] vectorized SHUFFLE [RS_192] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_189] (rows=40000000 width=90) Output:["_col0","_col1"] Filter Operator [FIL_186] (rows=40000000 width=90) @@ -161,12 +160,12 @@ Stage-0 Please refer to the previous TableScan [TS_3] <-Reducer 13 [SIMPLE_EDGE] SHUFFLE [RS_40] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Merge Join Operator [MERGEJOIN_177] (rows=13130761 width=114) Conds:RS_198._col0=RS_202._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_198] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_196] (rows=13130761 width=118) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_194] (rows=13130761 width=118) @@ -175,7 +174,7 @@ Stage-0 default@web_returns,web_returns,Tbl:COMPLETE,Col:COMPLETE,Output:["wr_returned_date_sk","wr_returning_customer_sk","wr_returning_addr_sk","wr_return_amt"] <-Map 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_202] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_200] (rows=652 width=4) Output:["_col0"] Filter Operator [FIL_199] (rows=652 width=8) @@ -184,7 +183,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year"] <-Reducer 7 [SIMPLE_EDGE] vectorized SHUFFLE [RS_206] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Filter Operator [FIL_205] (rows=12539214 width=201) predicate:_col2 is not null Select Operator [SEL_204] (rows=12539214 width=201) @@ -193,14 +192,14 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1 <-Reducer 6 [SIMPLE_EDGE] SHUFFLE [RS_23] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_22] (rows=12539214 width=201) Output:["_col0","_col1","_col2"],aggregations:["sum(_col3)"],keys:_col6, _col1 Merge Join Operator [MERGEJOIN_176] (rows=12539214 width=196) Conds:RS_18._col2=RS_191._col0(Inner),Output:["_col1","_col3","_col6"] <-Map 5 [SIMPLE_EDGE] vectorized SHUFFLE [RS_191] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_188] (rows=40000000 width=90) Output:["_col0","_col1"] Filter Operator [FIL_185] (rows=40000000 width=90) @@ -208,12 +207,12 @@ Stage-0 Please refer to the previous TableScan [TS_3] <-Reducer 12 [SIMPLE_EDGE] SHUFFLE [RS_18] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Merge Join Operator [MERGEJOIN_175] (rows=12539214 width=114) Conds:RS_197._col0=RS_201._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_197] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_195] (rows=12539214 width=118) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_193] (rows=12539214 width=118) @@ -221,6 +220,6 @@ Stage-0 Please refer to the previous TableScan [TS_6] <-Map 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_201] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_200] diff --git ql/src/test/results/clientpositive/perf/tez/query31.q.out ql/src/test/results/clientpositive/perf/tez/query31.q.out index 5f563d32fa..425d1599c3 100644 --- ql/src/test/results/clientpositive/perf/tez/query31.q.out +++ ql/src/test/results/clientpositive/perf/tez/query31.q.out @@ -163,29 +163,29 @@ Stage-0 Conds:RS_133._col0=RS_134._col0(Inner),Output:["_col1","_col2","_col4","_col6","_col7","_col8","_col9","_col11","_col13"] <-Reducer 22 [SIMPLE_EDGE] SHUFFLE [RS_134] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_448] (rows=1716 width=434) Conds:RS_123._col0=RS_538._col0(Inner),Output:["_col0","_col1","_col3","_col5"] <-Reducer 21 [SIMPLE_EDGE] SHUFFLE [RS_123] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_447] (rows=1716 width=322) Conds:RS_524._col0=RS_531._col0(Inner),Output:["_col0","_col1","_col3"] <-Reducer 20 [SIMPLE_EDGE] vectorized SHUFFLE [RS_524] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_523] (rows=1716 width=210) Output:["_col0","_col1"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0 <-Reducer 19 [SIMPLE_EDGE] SHUFFLE [RS_77] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_76] (rows=722436 width=210) Output:["_col0","_col1"],aggregations:["sum(_col2)"],keys:_col5 Merge Join Operator [MERGEJOIN_441] (rows=525327191 width=204) Conds:RS_72._col1=RS_497._col0(Inner),Output:["_col2","_col5"] <-Map 32 [SIMPLE_EDGE] vectorized SHUFFLE [RS_497] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_493] (rows=40000000 width=102) Output:["_col0","_col1"] Filter Operator [FIL_492] (rows=40000000 width=102) @@ -194,12 +194,12 @@ Stage-0 default@customer_address,customer_address,Tbl:COMPLETE,Col:COMPLETE,Output:["ca_address_sk","ca_county"] <-Reducer 18 [SIMPLE_EDGE] SHUFFLE [RS_72] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_440] (rows=525327191 width=110) Conds:RS_522._col0=RS_469._col0(Inner),Output:["_col1","_col2"] <-Map 8 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_469] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_460] (rows=130 width=4) Output:["_col0"] Filter Operator [FIL_454] (rows=130 width=12) @@ -208,7 +208,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_qoy"] <-Map 35 [SIMPLE_EDGE] vectorized SHUFFLE [RS_522] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_521] (rows=525327191 width=114) Output:["_col0","_col1","_col2"] Filter Operator [FIL_520] (rows=525327191 width=114) @@ -228,28 +228,28 @@ Stage-0 Please refer to the previous Select Operator [SEL_460] <-Reducer 26 [SIMPLE_EDGE] vectorized SHUFFLE [RS_531] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_530] (rows=1716 width=210) Output:["_col0","_col1"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0 <-Reducer 25 [SIMPLE_EDGE] SHUFFLE [RS_97] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_96] (rows=722436 width=210) Output:["_col0","_col1"],aggregations:["sum(_col2)"],keys:_col5 Merge Join Operator [MERGEJOIN_443] (rows=525327191 width=204) Conds:RS_92._col1=RS_498._col0(Inner),Output:["_col2","_col5"] <-Map 32 [SIMPLE_EDGE] vectorized SHUFFLE [RS_498] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_493] <-Reducer 24 [SIMPLE_EDGE] SHUFFLE [RS_92] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_442] (rows=525327191 width=110) Conds:RS_529._col0=RS_471._col0(Inner),Output:["_col1","_col2"] <-Map 8 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_471] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_461] (rows=130 width=4) Output:["_col0"] Filter Operator [FIL_455] (rows=130 width=12) @@ -257,7 +257,7 @@ Stage-0 Please refer to the previous TableScan [TS_3] <-Map 36 [SIMPLE_EDGE] vectorized SHUFFLE [RS_529] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_528] (rows=525327191 width=114) Output:["_col0","_col1","_col2"] Filter Operator [FIL_527] (rows=525327191 width=114) @@ -277,28 +277,28 @@ Stage-0 Please refer to the previous Select Operator [SEL_461] <-Reducer 30 [SIMPLE_EDGE] vectorized SHUFFLE [RS_538] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_537] (rows=1716 width=210) Output:["_col0","_col1"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0 <-Reducer 29 [SIMPLE_EDGE] SHUFFLE [RS_117] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_116] (rows=722436 width=210) Output:["_col0","_col1"],aggregations:["sum(_col2)"],keys:_col5 Merge Join Operator [MERGEJOIN_445] (rows=525327191 width=204) Conds:RS_112._col1=RS_499._col0(Inner),Output:["_col2","_col5"] <-Map 32 [SIMPLE_EDGE] vectorized SHUFFLE [RS_499] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_493] <-Reducer 28 [SIMPLE_EDGE] SHUFFLE [RS_112] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_444] (rows=525327191 width=110) Conds:RS_536._col0=RS_473._col0(Inner),Output:["_col1","_col2"] <-Map 8 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_473] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_462] (rows=130 width=4) Output:["_col0"] Filter Operator [FIL_456] (rows=130 width=12) @@ -306,7 +306,7 @@ Stage-0 Please refer to the previous TableScan [TS_3] <-Map 37 [SIMPLE_EDGE] vectorized SHUFFLE [RS_536] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_535] (rows=525327191 width=114) Output:["_col0","_col1","_col2"] Filter Operator [FIL_534] (rows=525327191 width=114) @@ -326,35 +326,35 @@ Stage-0 Please refer to the previous Select Operator [SEL_462] <-Reducer 6 [SIMPLE_EDGE] SHUFFLE [RS_133] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_449] (rows=1716 width=442) Conds:RS_130._col0=RS_517._col0(Inner),Output:["_col0","_col1","_col2","_col4","_col6","_col7"] <-Reducer 16 [SIMPLE_EDGE] vectorized SHUFFLE [RS_517] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_516] (rows=1716 width=214) Output:["_col0","_col1","_col2"] Group By Operator [GBY_515] (rows=1716 width=210) Output:["_col0","_col1"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0 <-Reducer 15 [SIMPLE_EDGE] SHUFFLE [RS_57] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_56] (rows=204204 width=210) Output:["_col0","_col1"],aggregations:["sum(_col2)"],keys:_col5 Merge Join Operator [MERGEJOIN_439] (rows=143931246 width=209) Conds:RS_52._col1=RS_496._col0(Inner),Output:["_col2","_col5"] <-Map 32 [SIMPLE_EDGE] vectorized SHUFFLE [RS_496] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_493] <-Reducer 14 [SIMPLE_EDGE] SHUFFLE [RS_52] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_438] (rows=143931246 width=115) Conds:RS_514._col0=RS_467._col0(Inner),Output:["_col1","_col2"] <-Map 8 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_467] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_459] (rows=130 width=4) Output:["_col0"] Filter Operator [FIL_453] (rows=130 width=12) @@ -362,7 +362,7 @@ Stage-0 Please refer to the previous TableScan [TS_3] <-Map 34 [SIMPLE_EDGE] vectorized SHUFFLE [RS_514] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_513] (rows=143931246 width=119) Output:["_col0","_col1","_col2"] Filter Operator [FIL_512] (rows=143931246 width=119) @@ -382,33 +382,33 @@ Stage-0 Please refer to the previous Select Operator [SEL_459] <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_130] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_446] (rows=1716 width=326) Conds:RS_502._col0=RS_509._col0(Inner),Output:["_col0","_col1","_col2","_col4"] <-Reducer 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_509] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_508] (rows=1716 width=210) Output:["_col0","_col1"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0 <-Reducer 11 [SIMPLE_EDGE] SHUFFLE [RS_37] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_36] (rows=204204 width=210) Output:["_col0","_col1"],aggregations:["sum(_col2)"],keys:_col5 Merge Join Operator [MERGEJOIN_437] (rows=143931246 width=209) Conds:RS_32._col1=RS_495._col0(Inner),Output:["_col2","_col5"] <-Map 32 [SIMPLE_EDGE] vectorized SHUFFLE [RS_495] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_493] <-Reducer 10 [SIMPLE_EDGE] SHUFFLE [RS_32] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_436] (rows=143931246 width=115) Conds:RS_507._col0=RS_465._col0(Inner),Output:["_col1","_col2"] <-Map 8 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_465] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_458] (rows=130 width=4) Output:["_col0"] Filter Operator [FIL_452] (rows=130 width=12) @@ -416,7 +416,7 @@ Stage-0 Please refer to the previous TableScan [TS_3] <-Map 33 [SIMPLE_EDGE] vectorized SHUFFLE [RS_507] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_506] (rows=143931246 width=119) Output:["_col0","_col1","_col2"] Filter Operator [FIL_505] (rows=143931246 width=119) @@ -436,30 +436,30 @@ Stage-0 Please refer to the previous Select Operator [SEL_458] <-Reducer 4 [SIMPLE_EDGE] vectorized SHUFFLE [RS_502] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_501] (rows=1716 width=214) Output:["_col0","_col1","_col2"] Group By Operator [GBY_500] (rows=1716 width=210) Output:["_col0","_col1"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0 <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_17] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_16] (rows=204204 width=210) Output:["_col0","_col1"],aggregations:["sum(_col2)"],keys:_col5 Merge Join Operator [MERGEJOIN_435] (rows=143931246 width=209) Conds:RS_12._col1=RS_494._col0(Inner),Output:["_col2","_col5"] <-Map 32 [SIMPLE_EDGE] vectorized SHUFFLE [RS_494] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_493] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_12] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_434] (rows=143931246 width=115) Conds:RS_491._col0=RS_463._col0(Inner),Output:["_col1","_col2"] <-Map 8 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_463] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_457] (rows=130 width=4) Output:["_col0"] Filter Operator [FIL_451] (rows=130 width=12) @@ -467,7 +467,7 @@ Stage-0 Please refer to the previous TableScan [TS_3] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_491] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_490] (rows=143931246 width=119) Output:["_col0","_col1","_col2"] Filter Operator [FIL_489] (rows=143931246 width=119) diff --git ql/src/test/results/clientpositive/perf/tez/query32.q.out ql/src/test/results/clientpositive/perf/tez/query32.q.out index 28837854be..e84423a167 100644 --- ql/src/test/results/clientpositive/perf/tez/query32.q.out +++ ql/src/test/results/clientpositive/perf/tez/query32.q.out @@ -92,12 +92,12 @@ Stage-0 Conds:RS_30._col4=RS_125._col0(Inner),Output:["_col2","_col6"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_30] - PartitionCols:_col4,null sort order:a,sort order:+ + PartitionCols:_col4 Merge Join Operator [MERGEJOIN_101] (rows=3973887 width=75) Conds:RS_27._col1=RS_106._col0(Inner),Output:["_col2","_col4"] <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_106] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_105] (rows=669 width=4) Output:["_col0"] Filter Operator [FIL_104] (rows=669 width=7) @@ -106,12 +106,12 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_manufact_id"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_27] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_100] (rows=285116600 width=115) Conds:RS_116._col0=RS_120._col0(Inner),Output:["_col1","_col2"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_116] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_114] (rows=285116600 width=119) Output:["_col0","_col1","_col2"] Filter Operator [FIL_112] (rows=285116600 width=119) @@ -131,7 +131,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_105] <-Map 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_120] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_119] (rows=8116 width=4) Output:["_col0"] Filter Operator [FIL_118] (rows=8116 width=98) @@ -140,7 +140,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_date"] <-Reducer 7 [SIMPLE_EDGE] vectorized SHUFFLE [RS_125] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_124] (rows=62562 width=116) Output:["_col0","_col1"] Filter Operator [FIL_123] (rows=62562 width=124) @@ -149,14 +149,14 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)","count(VALUE._col1)"],keys:KEY._col0 <-Reducer 6 [SIMPLE_EDGE] SHUFFLE [RS_20] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_19] (rows=8133060 width=124) Output:["_col0","_col1","_col2"],aggregations:["sum(_col2)","count(_col2)"],keys:_col1 Merge Join Operator [MERGEJOIN_102] (rows=286549727 width=115) Conds:RS_117._col0=RS_121._col0(Inner),Output:["_col1","_col2"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_117] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_115] (rows=286549727 width=119) Output:["_col0","_col1","_col2"] Filter Operator [FIL_113] (rows=286549727 width=119) @@ -164,6 +164,6 @@ Stage-0 Please refer to the previous TableScan [TS_0] <-Map 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_121] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_119] diff --git ql/src/test/results/clientpositive/perf/tez/query33.q.out ql/src/test/results/clientpositive/perf/tez/query33.q.out index 167bdd11cf..dc4f6b17c1 100644 --- ql/src/test/results/clientpositive/perf/tez/query33.q.out +++ ql/src/test/results/clientpositive/perf/tez/query33.q.out @@ -198,32 +198,31 @@ Stage-0 Output:["_col0","_col1"] <-Reducer 6 [SIMPLE_EDGE] vectorized SHUFFLE [RS_354] - null sort order:z,sort order:+ Group By Operator [GBY_353] (rows=7 width=116) Output:["_col0","_col1"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0 <-Union 5 [SIMPLE_EDGE] <-Reducer 11 [CONTAINS] vectorized Reduce Output Operator [RS_373] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_372] (rows=7 width=116) Output:["_col0","_col1"],aggregations:["sum(_col1)"],keys:_col0 Group By Operator [GBY_371] (rows=7 width=116) Output:["_col0","_col1"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0 <-Reducer 10 [SIMPLE_EDGE] SHUFFLE [RS_109] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_108] (rows=8 width=116) Output:["_col0","_col1"],aggregations:["sum(_col7)"],keys:_col1 Merge Join Operator [MERGEJOIN_304] (rows=206906 width=96) Conds:RS_104._col0=RS_105._col2(Inner),Output:["_col1","_col7"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_104] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_293] (rows=46084 width=7) Conds:RS_319._col1=RS_325._col0(Inner),Output:["_col0","_col1"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_319] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_318] (rows=460848 width=7) Output:["_col0","_col1"] Filter Operator [FIL_317] (rows=460848 width=7) @@ -232,12 +231,12 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_manufact_id"] <-Reducer 13 [SIMPLE_EDGE] vectorized SHUFFLE [RS_325] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_324] (rows=69 width=4) Output:["_col0"],keys:KEY._col0 <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_323] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_322] (rows=70 width=4) Output:["_col0"],keys:i_manufact_id Select Operator [SEL_321] (rows=46085 width=93) @@ -248,14 +247,14 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_category","i_manufact_id"] <-Reducer 23 [SIMPLE_EDGE] SHUFFLE [RS_105] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Select Operator [SEL_100] (rows=143931246 width=115) Output:["_col2","_col4"] Merge Join Operator [MERGEJOIN_301] (rows=143931246 width=115) Conds:RS_97._col2=RS_349._col0(Inner),Output:["_col1","_col3"] <-Map 25 [SIMPLE_EDGE] vectorized SHUFFLE [RS_349] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_346] (rows=8000000 width=4) Output:["_col0"] Filter Operator [FIL_345] (rows=8000000 width=112) @@ -264,12 +263,12 @@ Stage-0 default@customer_address,customer_address,Tbl:COMPLETE,Col:COMPLETE,Output:["ca_address_sk","ca_gmt_offset"] <-Reducer 22 [SIMPLE_EDGE] SHUFFLE [RS_97] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Merge Join Operator [MERGEJOIN_300] (rows=143931246 width=119) Conds:RS_370._col0=RS_332._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 17 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_332] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_327] (rows=50 width=4) Output:["_col0"] Filter Operator [FIL_326] (rows=50 width=12) @@ -278,7 +277,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_moy"] <-Map 27 [SIMPLE_EDGE] vectorized SHUFFLE [RS_370] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_369] (rows=143931246 width=123) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_368] (rows=143931246 width=123) @@ -298,45 +297,45 @@ Stage-0 Please refer to the previous Select Operator [SEL_327] <-Reducer 4 [CONTAINS] vectorized Reduce Output Operator [RS_352] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_351] (rows=7 width=116) Output:["_col0","_col1"],aggregations:["sum(_col1)"],keys:_col0 Group By Operator [GBY_350] (rows=7 width=116) Output:["_col0","_col1"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0 <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_34] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_33] (rows=8 width=116) Output:["_col0","_col1"],aggregations:["sum(_col7)"],keys:_col1 Merge Join Operator [MERGEJOIN_302] (rows=755172 width=3) Conds:RS_29._col0=RS_30._col2(Inner),Output:["_col1","_col7"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_29] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Merge Join Operator [MERGEJOIN_293] <-Reducer 16 [SIMPLE_EDGE] SHUFFLE [RS_30] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Select Operator [SEL_25] (rows=525327191 width=110) Output:["_col2","_col4"] Merge Join Operator [MERGEJOIN_295] (rows=525327191 width=110) Conds:RS_22._col2=RS_347._col0(Inner),Output:["_col1","_col3"] <-Map 25 [SIMPLE_EDGE] vectorized SHUFFLE [RS_347] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_346] <-Reducer 15 [SIMPLE_EDGE] SHUFFLE [RS_22] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Merge Join Operator [MERGEJOIN_294] (rows=525327191 width=114) Conds:RS_344._col0=RS_328._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 17 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_328] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_327] <-Map 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_344] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_343] (rows=525327191 width=118) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_342] (rows=525327191 width=118) @@ -356,45 +355,45 @@ Stage-0 Please refer to the previous Select Operator [SEL_327] <-Reducer 9 [CONTAINS] vectorized Reduce Output Operator [RS_365] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_364] (rows=7 width=116) Output:["_col0","_col1"],aggregations:["sum(_col1)"],keys:_col0 Group By Operator [GBY_363] (rows=7 width=116) Output:["_col0","_col1"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0 <-Reducer 8 [SIMPLE_EDGE] SHUFFLE [RS_71] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_70] (rows=8 width=116) Output:["_col0","_col1"],aggregations:["sum(_col7)"],keys:_col1 Merge Join Operator [MERGEJOIN_303] (rows=409865 width=3) Conds:RS_66._col0=RS_67._col3(Inner),Output:["_col1","_col7"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_66] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Merge Join Operator [MERGEJOIN_293] <-Reducer 20 [SIMPLE_EDGE] SHUFFLE [RS_67] - PartitionCols:_col3,null sort order:a,sort order:+ + PartitionCols:_col3 Select Operator [SEL_62] (rows=285117733 width=115) Output:["_col3","_col4"] Merge Join Operator [MERGEJOIN_298] (rows=285117733 width=115) Conds:RS_59._col1=RS_348._col0(Inner),Output:["_col2","_col3"] <-Map 25 [SIMPLE_EDGE] vectorized SHUFFLE [RS_348] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_346] <-Reducer 19 [SIMPLE_EDGE] SHUFFLE [RS_59] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_297] (rows=285117733 width=119) Conds:RS_362._col0=RS_330._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 17 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_330] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_327] <-Map 26 [SIMPLE_EDGE] vectorized SHUFFLE [RS_362] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_361] (rows=285117733 width=123) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_360] (rows=285117733 width=123) diff --git ql/src/test/results/clientpositive/perf/tez/query34.q.out ql/src/test/results/clientpositive/perf/tez/query34.q.out index 6c2b3d9156..8886b33b72 100644 --- ql/src/test/results/clientpositive/perf/tez/query34.q.out +++ ql/src/test/results/clientpositive/perf/tez/query34.q.out @@ -92,14 +92,13 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_35] - null sort order:zzzz,sort order:+++- Select Operator [SEL_34] (rows=6 width=364) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Merge Join Operator [MERGEJOIN_100] (rows=6 width=364) Conds:RS_103._col0=RS_124._col1(Inner),Output:["_col1","_col2","_col3","_col4","_col5","_col7"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_103] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_102] (rows=80000000 width=356) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_101] (rows=80000000 width=356) @@ -108,7 +107,7 @@ Stage-0 default@customer,customer,Tbl:COMPLETE,Col:COMPLETE,Output:["c_customer_sk","c_salutation","c_first_name","c_last_name","c_preferred_cust_flag"] <-Reducer 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_124] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Filter Operator [FIL_123] (rows=6 width=16) predicate:_col2 BETWEEN 15L AND 20L Select Operator [SEL_122] (rows=479121995 width=15) @@ -117,14 +116,14 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["count(VALUE._col0)"],keys:KEY._col0, KEY._col1 <-Reducer 7 [SIMPLE_EDGE] SHUFFLE [RS_26] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_25] (rows=479121995 width=15) Output:["_col0","_col1","_col2"],aggregations:["count()"],keys:_col1, _col4 Merge Join Operator [MERGEJOIN_99] (rows=479121995 width=7) Conds:RS_21._col3=RS_120._col0(Inner),Output:["_col1","_col4"] <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_120] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_119] (rows=112 width=4) Output:["_col0"] Filter Operator [FIL_118] (rows=112 width=102) @@ -133,12 +132,12 @@ Stage-0 default@store,store,Tbl:COMPLETE,Col:COMPLETE,Output:["s_store_sk","s_county"] <-Reducer 6 [SIMPLE_EDGE] SHUFFLE [RS_21] - PartitionCols:_col3,null sort order:a,sort order:+ + PartitionCols:_col3 Merge Join Operator [MERGEJOIN_98] (rows=479121995 width=11) Conds:RS_18._col2=RS_117._col0(Inner),Output:["_col1","_col3","_col4"] <-Map 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_117] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_116] (rows=1152 width=4) Output:["_col0"] Filter Operator [FIL_115] (rows=1152 width=104) @@ -147,12 +146,12 @@ Stage-0 default@household_demographics,household_demographics,Tbl:COMPLETE,Col:COMPLETE,Output:["hd_demo_sk","hd_buy_potential","hd_dep_count","hd_vehicle_count"] <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_18] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Merge Join Operator [MERGEJOIN_97] (rows=479121995 width=15) Conds:RS_114._col0=RS_106._col0(Inner),Output:["_col1","_col2","_col3","_col4"] <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_106] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_105] (rows=595 width=4) Output:["_col0"] Filter Operator [FIL_104] (rows=595 width=12) @@ -161,7 +160,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_dom"] <-Map 4 [SIMPLE_EDGE] vectorized SHUFFLE [RS_114] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_113] (rows=479121995 width=19) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_112] (rows=479121995 width=19) diff --git ql/src/test/results/clientpositive/perf/tez/query35.q.out ql/src/test/results/clientpositive/perf/tez/query35.q.out index 1936f22b61..265c51bb72 100644 --- ql/src/test/results/clientpositive/perf/tez/query35.q.out +++ ql/src/test/results/clientpositive/perf/tez/query35.q.out @@ -160,18 +160,17 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15","_col16"] <-Reducer 7 [SIMPLE_EDGE] vectorized SHUFFLE [RS_226] - null sort order:zzzzzz,sort order:++++++ Select Operator [SEL_225] (rows=1 width=352) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col9","_col10","_col11","_col12","_col14","_col15","_col16","_col17"] Group By Operator [GBY_224] (rows=1 width=336) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15"],aggregations:["count(VALUE._col0)","sum(VALUE._col1)","count(VALUE._col2)","max(VALUE._col3)","sum(VALUE._col4)","count(VALUE._col5)","max(VALUE._col6)","sum(VALUE._col7)","count(VALUE._col8)","max(VALUE._col9)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3, KEY._col4, KEY._col5 <-Reducer 6 [SIMPLE_EDGE] SHUFFLE [RS_67] - PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5,null sort order:zzzzzz,sort order:++++++ + PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5 Group By Operator [GBY_66] (rows=2 width=336) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15"],aggregations:["count()","sum(_col8)","count(_col8)","max(_col8)","sum(_col9)","count(_col9)","max(_col9)","sum(_col10)","count(_col10)","max(_col10)"],keys:_col4, _col6, _col7, _col8, _col9, _col10 Top N Key Operator [TNK_104] (rows=1401496 width=276) - keys:_col4, _col6, _col7, _col8, _col9, _col10,null sort order:zzzzzz,sort order:++++++,top n:100 + keys:_col4, _col6, _col7, _col8, _col9, _col10,top n:100 Select Operator [SEL_65] (rows=1401496 width=276) Output:["_col4","_col6","_col7","_col8","_col9","_col10"] Filter Operator [FIL_64] (rows=1401496 width=276) @@ -180,26 +179,26 @@ Stage-0 Conds:RS_61._col0=RS_223._col1(Left Outer),Output:["_col4","_col6","_col7","_col8","_col9","_col10","_col11","_col13"] <-Reducer 5 [SIMPLE_EDGE] PARTITION_ONLY_SHUFFLE [RS_61] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_181] (rows=1414922 width=276) Conds:RS_58._col0=RS_215._col1(Left Outer),Output:["_col0","_col4","_col6","_col7","_col8","_col9","_col10","_col11"] <-Reducer 17 [SIMPLE_EDGE] vectorized SHUFFLE [RS_215] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_214] (rows=1414922 width=7) Output:["_col0","_col1"] Group By Operator [GBY_213] (rows=1414922 width=3) Output:["_col0"],keys:KEY._col0 <-Reducer 16 [SIMPLE_EDGE] SHUFFLE [RS_30] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_29] (rows=143930993 width=3) Output:["_col0"],keys:_col1 Merge Join Operator [MERGEJOIN_178] (rows=143930993 width=3) Conds:RS_212._col0=RS_196._col0(Inner),Output:["_col1"] <-Map 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_196] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_193] (rows=652 width=4) Output:["_col0"] Filter Operator [FIL_192] (rows=652 width=12) @@ -208,7 +207,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_qoy"] <-Map 21 [SIMPLE_EDGE] vectorized SHUFFLE [RS_212] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_211] (rows=143930993 width=7) Output:["_col0","_col1"] Filter Operator [FIL_210] (rows=143930993 width=7) @@ -228,12 +227,12 @@ Stage-0 Please refer to the previous Select Operator [SEL_193] <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_58] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_180] (rows=525327388 width=272) Conds:RS_55._col0=RS_56._col0(Left Semi),Output:["_col0","_col4","_col6","_col7","_col8","_col9","_col10"] <-Reducer 13 [SIMPLE_EDGE] SHUFFLE [RS_56] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_54] (rows=525327388 width=3) Output:["_col0"],keys:_col0 Select Operator [SEL_18] (rows=525327388 width=3) @@ -242,11 +241,11 @@ Stage-0 Conds:RS_207._col0=RS_194._col0(Inner),Output:["_col1"] <-Map 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_194] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_193] <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_207] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_206] (rows=525327388 width=7) Output:["_col0","_col1"] Filter Operator [FIL_205] (rows=525327388 width=7) @@ -266,12 +265,12 @@ Stage-0 Please refer to the previous Select Operator [SEL_193] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_55] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_176] (rows=78293105 width=272) Conds:RS_50._col1=RS_191._col0(Inner),Output:["_col0","_col4","_col6","_col7","_col8","_col9","_col10"] <-Map 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_191] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_190] (rows=1861800 width=186) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Filter Operator [FIL_189] (rows=1861800 width=186) @@ -280,12 +279,12 @@ Stage-0 default@customer_demographics,customer_demographics,Tbl:COMPLETE,Col:COMPLETE,Output:["cd_demo_sk","cd_gender","cd_marital_status","cd_dep_count","cd_dep_employed_count","cd_dep_college_count"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_50] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_175] (rows=77201384 width=93) Conds:RS_185._col2=RS_188._col0(Inner),Output:["_col0","_col1","_col4"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_185] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Select Operator [SEL_184] (rows=77201384 width=11) Output:["_col0","_col1","_col2"] Filter Operator [FIL_183] (rows=77201384 width=11) @@ -294,7 +293,7 @@ Stage-0 default@customer,c,Tbl:COMPLETE,Col:COMPLETE,Output:["c_customer_sk","c_current_cdemo_sk","c_current_addr_sk"] <-Map 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_188] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_187] (rows=40000000 width=90) Output:["_col0","_col1"] Filter Operator [FIL_186] (rows=40000000 width=90) @@ -303,25 +302,25 @@ Stage-0 default@customer_address,ca,Tbl:COMPLETE,Col:COMPLETE,Output:["ca_address_sk","ca_state"] <-Reducer 20 [SIMPLE_EDGE] vectorized SHUFFLE [RS_223] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_222] (rows=1401496 width=7) Output:["_col0","_col1"] Group By Operator [GBY_221] (rows=1401496 width=3) Output:["_col0"],keys:KEY._col0 <-Reducer 19 [SIMPLE_EDGE] SHUFFLE [RS_44] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_43] (rows=285115246 width=3) Output:["_col0"],keys:_col1 Merge Join Operator [MERGEJOIN_179] (rows=285115246 width=3) Conds:RS_220._col0=RS_198._col0(Inner),Output:["_col1"] <-Map 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_198] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_193] <-Map 22 [SIMPLE_EDGE] vectorized SHUFFLE [RS_220] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_219] (rows=285115246 width=7) Output:["_col0","_col1"] Filter Operator [FIL_218] (rows=285115246 width=7) diff --git ql/src/test/results/clientpositive/perf/tez/query36.q.out ql/src/test/results/clientpositive/perf/tez/query36.q.out index e9f167190e..544d883846 100644 --- ql/src/test/results/clientpositive/perf/tez/query36.q.out +++ ql/src/test/results/clientpositive/perf/tez/query36.q.out @@ -90,7 +90,6 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4"] <-Reducer 6 [SIMPLE_EDGE] vectorized SHUFFLE [RS_106] - null sort order:zzz,sort order:-++ Select Operator [SEL_105] (rows=3060 width=490) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] PTF Operator [PTF_104] (rows=3060 width=414) @@ -99,14 +98,14 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4"] <-Reducer 5 [SIMPLE_EDGE] vectorized SHUFFLE [RS_102] - PartitionCols:(grouping(_col4, 1L) + grouping(_col4, 0L)), CASE WHEN ((grouping(_col4, 0L) = UDFToLong(0))) THEN (_col0) ELSE (CAST( null AS STRING)) END,null sort order:aaz,sort order:+++ + PartitionCols:(grouping(_col4, 1L) + grouping(_col4, 0L)), CASE WHEN ((grouping(_col4, 0L) = UDFToLong(0))) THEN (_col0) ELSE (CAST( null AS STRING)) END Select Operator [SEL_101] (rows=3060 width=414) Output:["_col0","_col1","_col2","_col3","_col4"] Group By Operator [GBY_100] (rows=3060 width=414) Output:["_col0","_col1","_col2","_col3","_col4"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_24] - PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_23] (rows=2487780 width=414) Output:["_col0","_col1","_col2","_col3","_col4"],aggregations:["sum(_col2)","sum(_col3)"],keys:_col0, _col1, 0L Select Operator [SEL_21] (rows=525329897 width=395) @@ -115,7 +114,7 @@ Stage-0 Conds:RS_18._col1=RS_99._col0(Inner),Output:["_col3","_col4","_col8","_col9"] <-Map 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_99] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_98] (rows=462000 width=186) Output:["_col0","_col1","_col2"] Filter Operator [FIL_97] (rows=462000 width=186) @@ -124,12 +123,12 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_class","i_category"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_18] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_81] (rows=525329897 width=217) Conds:RS_15._col2=RS_96._col0(Inner),Output:["_col1","_col3","_col4"] <-Map 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_96] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_95] (rows=278 width=4) Output:["_col0"] Filter Operator [FIL_94] (rows=278 width=90) @@ -138,12 +137,12 @@ Stage-0 default@store,store,Tbl:COMPLETE,Col:COMPLETE,Output:["s_store_sk","s_state"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_15] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Merge Join Operator [MERGEJOIN_80] (rows=525329897 width=221) Conds:RS_93._col0=RS_85._col0(Inner),Output:["_col1","_col2","_col3","_col4"] <-Map 8 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_85] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_84] (rows=652 width=4) Output:["_col0"] Filter Operator [FIL_83] (rows=652 width=8) @@ -152,7 +151,7 @@ Stage-0 default@date_dim,d1,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_93] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_92] (rows=525329897 width=225) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_91] (rows=525329897 width=225) diff --git ql/src/test/results/clientpositive/perf/tez/query37.q.out ql/src/test/results/clientpositive/perf/tez/query37.q.out index 53b1cee165..2724fd44dc 100644 --- ql/src/test/results/clientpositive/perf/tez/query37.q.out +++ ql/src/test/results/clientpositive/perf/tez/query37.q.out @@ -63,26 +63,25 @@ Stage-0 Output:["_col0","_col1","_col2"] <-Reducer 4 [SIMPLE_EDGE] vectorized SHUFFLE [RS_98] - null sort order:z,sort order:+ Group By Operator [GBY_97] (rows=4 width=396) Output:["_col0","_col1","_col2"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_24] - PartitionCols:_col0, _col1, _col2,null sort order:zaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_23] (rows=8 width=396) Output:["_col0","_col1","_col2"],keys:_col2, _col3, _col4 Top N Key Operator [TNK_43] (rows=11627 width=396) - keys:_col2, _col3, _col4,null sort order:zaa,sort order:+++,top n:100 + keys:_col2, _col3, _col4,top n:100 Merge Join Operator [MERGEJOIN_79] (rows=11627 width=396) Conds:RS_19._col1=RS_20._col1(Inner),Output:["_col2","_col3","_col4"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_19] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_77] (rows=1781971 width=400) Conds:RS_90._col0=RS_82._col0(Inner),Output:["_col1","_col2","_col3","_col4"] <-Map 6 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_82] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_81] (rows=297 width=400) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_80] (rows=297 width=404) @@ -91,7 +90,7 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_item_id","i_item_desc","i_current_price","i_manufact_id"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_90] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_89] (rows=287989836 width=4) Output:["_col0"] Filter Operator [FIL_88] (rows=287989836 width=4) @@ -111,12 +110,12 @@ Stage-0 Please refer to the previous Select Operator [SEL_81] <-Reducer 9 [SIMPLE_EDGE] SHUFFLE [RS_20] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_78] (rows=1879072 width=4) Conds:RS_93._col0=RS_96._col0(Inner),Output:["_col1"] <-Map 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_96] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_95] (rows=8116 width=4) Output:["_col0"] Filter Operator [FIL_94] (rows=8116 width=98) @@ -125,7 +124,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_date"] <-Map 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_93] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_92] (rows=16912800 width=8) Output:["_col0","_col1"] Filter Operator [FIL_91] (rows=16912800 width=11) diff --git ql/src/test/results/clientpositive/perf/tez/query38.q.out ql/src/test/results/clientpositive/perf/tez/query38.q.out index b62e275cce..584f73f453 100644 --- ql/src/test/results/clientpositive/perf/tez/query38.q.out +++ ql/src/test/results/clientpositive/perf/tez/query38.q.out @@ -97,7 +97,7 @@ Stage-0 <-Union 5 [SIMPLE_EDGE] <-Reducer 12 [CONTAINS] vectorized Reduce Output Operator [RS_244] - PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_243] (rows=954376212 width=282) Output:["_col0","_col1","_col2","_col3"],aggregations:["count(_col3)"],keys:_col0, _col1, _col2 Group By Operator [GBY_242] (rows=285117831 width=282) @@ -108,14 +108,14 @@ Stage-0 Output:["_col0","_col1","_col2"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 11 [SIMPLE_EDGE] SHUFFLE [RS_42] - PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_41] (rows=285117831 width=274) Output:["_col0","_col1","_col2"],keys:_col6, _col5, _col3 Merge Join Operator [MERGEJOIN_177] (rows=285117831 width=274) Conds:RS_37._col1=RS_220._col0(Inner),Output:["_col3","_col5","_col6"] <-Map 18 [SIMPLE_EDGE] vectorized SHUFFLE [RS_220] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_218] (rows=80000000 width=184) Output:["_col0","_col1","_col2"] Filter Operator [FIL_217] (rows=80000000 width=184) @@ -124,12 +124,12 @@ Stage-0 default@customer,customer,Tbl:COMPLETE,Col:COMPLETE,Output:["c_customer_sk","c_first_name","c_last_name"] <-Reducer 10 [SIMPLE_EDGE] SHUFFLE [RS_37] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_176] (rows=285117831 width=97) Conds:RS_239._col0=RS_202._col0(Inner),Output:["_col1","_col3"] <-Map 8 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_202] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_199] (rows=317 width=98) Output:["_col0","_col1"] Filter Operator [FIL_198] (rows=317 width=102) @@ -138,7 +138,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_date","d_month_seq"] <-Map 19 [SIMPLE_EDGE] vectorized SHUFFLE [RS_239] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_238] (rows=285117831 width=7) Output:["_col0","_col1"] Filter Operator [FIL_237] (rows=285117831 width=7) @@ -158,7 +158,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_199] <-Reducer 16 [CONTAINS] vectorized Reduce Output Operator [RS_254] - PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_253] (rows=954376212 width=282) Output:["_col0","_col1","_col2","_col3"],aggregations:["count(_col3)"],keys:_col0, _col1, _col2 Group By Operator [GBY_252] (rows=143930993 width=282) @@ -169,27 +169,27 @@ Stage-0 Output:["_col0","_col1","_col2"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 15 [SIMPLE_EDGE] SHUFFLE [RS_68] - PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_67] (rows=143930993 width=274) Output:["_col0","_col1","_col2"],keys:_col6, _col5, _col3 Merge Join Operator [MERGEJOIN_179] (rows=143930993 width=274) Conds:RS_63._col1=RS_221._col0(Inner),Output:["_col3","_col5","_col6"] <-Map 18 [SIMPLE_EDGE] vectorized SHUFFLE [RS_221] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_218] <-Reducer 14 [SIMPLE_EDGE] SHUFFLE [RS_63] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_178] (rows=143930993 width=97) Conds:RS_249._col0=RS_204._col0(Inner),Output:["_col1","_col3"] <-Map 8 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_204] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_199] <-Map 20 [SIMPLE_EDGE] vectorized SHUFFLE [RS_249] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_248] (rows=143930993 width=7) Output:["_col0","_col1"] Filter Operator [FIL_247] (rows=143930993 width=7) @@ -209,7 +209,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_199] <-Reducer 4 [CONTAINS] vectorized Reduce Output Operator [RS_226] - PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_225] (rows=954376212 width=282) Output:["_col0","_col1","_col2","_col3"],aggregations:["count(_col3)"],keys:_col0, _col1, _col2 Group By Operator [GBY_224] (rows=525327388 width=282) @@ -220,27 +220,27 @@ Stage-0 Output:["_col0","_col1","_col2"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_17] - PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_16] (rows=525327388 width=274) Output:["_col0","_col1","_col2"],keys:_col6, _col5, _col3 Merge Join Operator [MERGEJOIN_175] (rows=525327388 width=274) Conds:RS_12._col1=RS_219._col0(Inner),Output:["_col3","_col5","_col6"] <-Map 18 [SIMPLE_EDGE] vectorized SHUFFLE [RS_219] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_218] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_12] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_174] (rows=525327388 width=97) Conds:RS_216._col0=RS_200._col0(Inner),Output:["_col1","_col3"] <-Map 8 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_200] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_199] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_216] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_215] (rows=525327388 width=7) Output:["_col0","_col1"] Filter Operator [FIL_214] (rows=525327388 width=7) diff --git ql/src/test/results/clientpositive/perf/tez/query39.q.out ql/src/test/results/clientpositive/perf/tez/query39.q.out index e8f8fde3c5..0681f0520b 100644 --- ql/src/test/results/clientpositive/perf/tez/query39.q.out +++ ql/src/test/results/clientpositive/perf/tez/query39.q.out @@ -84,12 +84,11 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9"] <-Reducer 6 [SIMPLE_EDGE] SHUFFLE [RS_60] - null sort order:zzzzzz,sort order:++++++ Merge Join Operator [MERGEJOIN_202] (rows=189509 width=48) Conds:RS_225._col0, _col1=RS_230._col0, _col1(Inner),Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"] <-Reducer 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_230] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Select Operator [SEL_229] (rows=18049 width=24) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_228] (rows=18049 width=40) @@ -100,7 +99,7 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"],aggregations:["sum(VALUE._col0)","count(VALUE._col1)","sum(VALUE._col2)","sum(VALUE._col3)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 10 [SIMPLE_EDGE] SHUFFLE [RS_52] - PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_51] (rows=36099 width=140) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"],aggregations:["sum(_col3)","count(_col3)","sum(_col5)","sum(_col4)"],keys:_col1, _col2, _col0 Select Operator [SEL_49] (rows=1032514 width=108) @@ -109,7 +108,7 @@ Stage-0 Conds:RS_46._col2=RS_220._col0(Inner),Output:["_col3","_col5","_col6","_col7"] <-Map 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_220] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_218] (rows=27 width=104) Output:["_col0","_col1"] Filter Operator [FIL_217] (rows=27 width=104) @@ -118,12 +117,12 @@ Stage-0 default@warehouse,warehouse,Tbl:COMPLETE,Col:COMPLETE,Output:["w_warehouse_sk","w_warehouse_name"] <-Reducer 9 [SIMPLE_EDGE] SHUFFLE [RS_46] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Merge Join Operator [MERGEJOIN_200] (rows=1032514 width=8) Conds:RS_43._col1=RS_216._col0(Inner),Output:["_col2","_col3","_col5"] <-Map 13 [SIMPLE_EDGE] vectorized SHUFFLE [RS_216] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_214] (rows=462000 width=4) Output:["_col0"] Filter Operator [FIL_213] (rows=462000 width=4) @@ -132,12 +131,12 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk"] <-Reducer 8 [SIMPLE_EDGE] SHUFFLE [RS_43] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_199] (rows=1032514 width=8) Conds:RS_206._col0=RS_212._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_206] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_204] (rows=37584000 width=15) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_203] (rows=37584000 width=15) @@ -146,7 +145,7 @@ Stage-0 default@inventory,inventory,Tbl:COMPLETE,Col:COMPLETE,Output:["inv_date_sk","inv_item_sk","inv_warehouse_sk","inv_quantity_on_hand"] <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_212] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_210] (rows=50 width=4) Output:["_col0"] Filter Operator [FIL_208] (rows=50 width=12) @@ -155,7 +154,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_moy"] <-Reducer 5 [SIMPLE_EDGE] vectorized SHUFFLE [RS_225] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Select Operator [SEL_224] (rows=18049 width=24) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_223] (rows=18049 width=40) @@ -166,7 +165,7 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"],aggregations:["sum(VALUE._col0)","count(VALUE._col1)","sum(VALUE._col2)","sum(VALUE._col3)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_24] - PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_23] (rows=36099 width=140) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"],aggregations:["sum(_col3)","count(_col3)","sum(_col5)","sum(_col4)"],keys:_col1, _col2, _col0 Select Operator [SEL_21] (rows=1032514 width=108) @@ -175,29 +174,29 @@ Stage-0 Conds:RS_18._col2=RS_219._col0(Inner),Output:["_col3","_col5","_col6","_col7"] <-Map 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_219] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_218] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_18] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Merge Join Operator [MERGEJOIN_197] (rows=1032514 width=8) Conds:RS_15._col1=RS_215._col0(Inner),Output:["_col2","_col3","_col5"] <-Map 13 [SIMPLE_EDGE] vectorized SHUFFLE [RS_215] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_214] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_15] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_196] (rows=1032514 width=8) Conds:RS_205._col0=RS_211._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_205] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_204] <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_211] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_209] (rows=50 width=4) Output:["_col0"] Filter Operator [FIL_207] (rows=50 width=12) diff --git ql/src/test/results/clientpositive/perf/tez/query4.q.out ql/src/test/results/clientpositive/perf/tez/query4.q.out index 7f9327326b..99552295f0 100644 --- ql/src/test/results/clientpositive/perf/tez/query4.q.out +++ ql/src/test/results/clientpositive/perf/tez/query4.q.out @@ -278,7 +278,6 @@ Stage-0 Output:["_col0"] <-Reducer 9 [SIMPLE_EDGE] SHUFFLE [RS_141] - null sort order:z,sort order:+ Select Operator [SEL_140] (rows=11399756 width=85) Output:["_col0"] Filter Operator [FIL_139] (rows=11399756 width=537) @@ -287,21 +286,21 @@ Stage-0 Conds:RS_136._col2=RS_566._col0(Inner),Output:["_col3","_col8","_col9","_col11","_col13","_col14"] <-Reducer 30 [SIMPLE_EDGE] vectorized SHUFFLE [RS_566] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_565] (rows=80000000 width=297) Output:["_col0","_col1","_col2"] Group By Operator [GBY_564] (rows=80000000 width=764) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3, KEY._col4, KEY._col5, KEY._col6 <-Reducer 29 [SIMPLE_EDGE] SHUFFLE [RS_120] - PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5, _col6,null sort order:aaaaaaa,sort order:+++++++ + PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5, _col6 Group By Operator [GBY_119] (rows=80000000 width=764) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"],aggregations:["sum(_col2)"],keys:_col5, _col6, _col7, _col8, _col9, _col10, _col11 Merge Join Operator [MERGEJOIN_467] (rows=525327388 width=764) Conds:RS_115._col1=RS_512._col0(Inner),Output:["_col2","_col5","_col6","_col7","_col8","_col9","_col10","_col11"] <-Map 38 [SIMPLE_EDGE] vectorized SHUFFLE [RS_512] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_511] (rows=80000000 width=656) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"] Filter Operator [FIL_510] (rows=80000000 width=656) @@ -310,12 +309,12 @@ Stage-0 default@customer,customer,Tbl:COMPLETE,Col:COMPLETE,Output:["c_customer_sk","c_customer_id","c_first_name","c_last_name","c_preferred_cust_flag","c_birth_country","c_login","c_email_address"] <-Reducer 28 [SIMPLE_EDGE] SHUFFLE [RS_115] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_466] (rows=525327388 width=115) Conds:RS_563._col0=RS_481._col0(Inner),Output:["_col1","_col2"] <-Map 31 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_481] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_477] (rows=652 width=4) Output:["_col0"] Filter Operator [FIL_473] (rows=652 width=8) @@ -324,7 +323,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year"] <-Map 27 [SIMPLE_EDGE] vectorized SHUFFLE [RS_563] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_562] (rows=525327388 width=119) Output:["_col0","_col1","_col2"] Filter Operator [FIL_561] (rows=525327388 width=435) @@ -344,41 +343,41 @@ Stage-0 Please refer to the previous Select Operator [SEL_477] <-Reducer 8 [SIMPLE_EDGE] SHUFFLE [RS_136] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Filter Operator [FIL_135] (rows=19066162 width=668) predicate:CASE WHEN (_col6) THEN (CASE WHEN (_col9) THEN (((_col11 / _col8) > (_col1 / _col5))) ELSE (false) END) ELSE (false) END Merge Join Operator [MERGEJOIN_471] (rows=38132324 width=668) Conds:RS_132._col2=RS_558._col0(Inner),Output:["_col1","_col2","_col3","_col5","_col6","_col8","_col9","_col11"] <-Reducer 26 [SIMPLE_EDGE] vectorized SHUFFLE [RS_558] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_557] (rows=80000000 width=212) Output:["_col0","_col1"] Group By Operator [GBY_556] (rows=80000000 width=764) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3, KEY._col4, KEY._col5, KEY._col6 <-Reducer 25 [SIMPLE_EDGE] SHUFFLE [RS_100] - PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5, _col6,null sort order:aaaaaaa,sort order:+++++++ + PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5, _col6 Group By Operator [GBY_99] (rows=80000000 width=764) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"],aggregations:["sum(_col2)"],keys:_col5, _col6, _col7, _col8, _col9, _col10, _col11 Merge Join Operator [MERGEJOIN_465] (rows=285117831 width=764) Conds:RS_95._col1=RS_513._col0(Inner),Output:["_col2","_col5","_col6","_col7","_col8","_col9","_col10","_col11"] <-Map 38 [SIMPLE_EDGE] vectorized SHUFFLE [RS_513] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_511] <-Reducer 24 [SIMPLE_EDGE] SHUFFLE [RS_95] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_464] (rows=285117831 width=115) Conds:RS_555._col0=RS_483._col0(Inner),Output:["_col1","_col2"] <-Map 31 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_483] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_477] <-Map 23 [SIMPLE_EDGE] vectorized SHUFFLE [RS_555] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_554] (rows=285117831 width=119) Output:["_col0","_col1","_col2"] Filter Operator [FIL_553] (rows=285117831 width=453) @@ -398,12 +397,12 @@ Stage-0 Please refer to the previous Select Operator [SEL_477] <-Reducer 7 [SIMPLE_EDGE] SHUFFLE [RS_132] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Merge Join Operator [MERGEJOIN_470] (rows=31888273 width=556) Conds:RS_129._col2=RS_550._col0(Inner),Output:["_col1","_col2","_col3","_col5","_col6","_col8","_col9"] <-Reducer 22 [SIMPLE_EDGE] vectorized SHUFFLE [RS_550] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_549] (rows=26666666 width=216) Output:["_col0","_col1","_col2"] Filter Operator [FIL_548] (rows=26666666 width=212) @@ -414,23 +413,23 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3, KEY._col4, KEY._col5, KEY._col6 <-Reducer 21 [SIMPLE_EDGE] SHUFFLE [RS_79] - PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5, _col6,null sort order:aaaaaaa,sort order:+++++++ + PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5, _col6 Group By Operator [GBY_78] (rows=80000000 width=764) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"],aggregations:["sum(_col2)"],keys:_col5, _col6, _col7, _col8, _col9, _col10, _col11 Merge Join Operator [MERGEJOIN_463] (rows=285117831 width=764) Conds:RS_74._col1=RS_517._col0(Inner),Output:["_col2","_col5","_col6","_col7","_col8","_col9","_col10","_col11"] <-Map 38 [SIMPLE_EDGE] vectorized SHUFFLE [RS_517] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_511] <-Reducer 20 [SIMPLE_EDGE] SHUFFLE [RS_74] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_462] (rows=285117831 width=115) Conds:RS_545._col0=RS_491._col0(Inner),Output:["_col1","_col2"] <-Map 31 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_491] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_480] (rows=652 width=4) Output:["_col0"] Filter Operator [FIL_476] (rows=652 width=8) @@ -438,7 +437,7 @@ Stage-0 Please refer to the previous TableScan [TS_106] <-Map 19 [SIMPLE_EDGE] vectorized SHUFFLE [RS_545] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_544] (rows=285117831 width=119) Output:["_col0","_col1","_col2"] Filter Operator [FIL_543] (rows=285117831 width=453) @@ -458,12 +457,12 @@ Stage-0 Please refer to the previous Select Operator [SEL_480] <-Reducer 6 [SIMPLE_EDGE] SHUFFLE [RS_129] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Merge Join Operator [MERGEJOIN_469] (rows=31888273 width=440) Conds:RS_126._col2=RS_540._col0(Inner),Output:["_col1","_col2","_col3","_col5","_col6"] <-Reducer 18 [SIMPLE_EDGE] vectorized SHUFFLE [RS_540] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_539] (rows=26666666 width=216) Output:["_col0","_col1","_col2"] Filter Operator [FIL_538] (rows=26666666 width=212) @@ -474,23 +473,23 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3, KEY._col4, KEY._col5, KEY._col6 <-Reducer 17 [SIMPLE_EDGE] SHUFFLE [RS_58] - PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5, _col6,null sort order:aaaaaaa,sort order:+++++++ + PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5, _col6 Group By Operator [GBY_57] (rows=80000000 width=764) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"],aggregations:["sum(_col2)"],keys:_col5, _col6, _col7, _col8, _col9, _col10, _col11 Merge Join Operator [MERGEJOIN_461] (rows=143930993 width=764) Conds:RS_53._col1=RS_516._col0(Inner),Output:["_col2","_col5","_col6","_col7","_col8","_col9","_col10","_col11"] <-Map 38 [SIMPLE_EDGE] vectorized SHUFFLE [RS_516] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_511] <-Reducer 16 [SIMPLE_EDGE] SHUFFLE [RS_53] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_460] (rows=143930993 width=115) Conds:RS_535._col0=RS_489._col0(Inner),Output:["_col1","_col2"] <-Map 31 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_489] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_479] (rows=652 width=4) Output:["_col0"] Filter Operator [FIL_475] (rows=652 width=8) @@ -498,7 +497,7 @@ Stage-0 Please refer to the previous TableScan [TS_106] <-Map 15 [SIMPLE_EDGE] vectorized SHUFFLE [RS_535] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_534] (rows=143930993 width=119) Output:["_col0","_col1","_col2"] Filter Operator [FIL_533] (rows=143930993 width=455) @@ -518,12 +517,12 @@ Stage-0 Please refer to the previous Select Operator [SEL_479] <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_126] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Merge Join Operator [MERGEJOIN_468] (rows=31888273 width=324) Conds:RS_520._col0=RS_530._col0(Inner),Output:["_col1","_col2","_col3"] <-Reducer 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_530] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_529] (rows=26666666 width=212) Output:["_col0","_col1"] Filter Operator [FIL_528] (rows=26666666 width=212) @@ -534,23 +533,23 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3, KEY._col4, KEY._col5, KEY._col6 <-Reducer 13 [SIMPLE_EDGE] SHUFFLE [RS_37] - PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5, _col6,null sort order:aaaaaaa,sort order:+++++++ + PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5, _col6 Group By Operator [GBY_36] (rows=80000000 width=764) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"],aggregations:["sum(_col2)"],keys:_col5, _col6, _col7, _col8, _col9, _col10, _col11 Merge Join Operator [MERGEJOIN_459] (rows=525327388 width=764) Conds:RS_32._col1=RS_515._col0(Inner),Output:["_col2","_col5","_col6","_col7","_col8","_col9","_col10","_col11"] <-Map 38 [SIMPLE_EDGE] vectorized SHUFFLE [RS_515] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_511] <-Reducer 12 [SIMPLE_EDGE] SHUFFLE [RS_32] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_458] (rows=525327388 width=115) Conds:RS_525._col0=RS_487._col0(Inner),Output:["_col1","_col2"] <-Map 31 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_487] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_478] (rows=652 width=4) Output:["_col0"] Filter Operator [FIL_474] (rows=652 width=8) @@ -558,7 +557,7 @@ Stage-0 Please refer to the previous TableScan [TS_106] <-Map 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_525] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_524] (rows=525327388 width=119) Output:["_col0","_col1","_col2"] Filter Operator [FIL_523] (rows=525327388 width=435) @@ -578,34 +577,34 @@ Stage-0 Please refer to the previous Select Operator [SEL_478] <-Reducer 4 [SIMPLE_EDGE] vectorized SHUFFLE [RS_520] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_519] (rows=80000000 width=212) Output:["_col0","_col1"] Group By Operator [GBY_518] (rows=80000000 width=764) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3, KEY._col4, KEY._col5, KEY._col6 <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_17] - PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5, _col6,null sort order:aaaaaaa,sort order:+++++++ + PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5, _col6 Group By Operator [GBY_16] (rows=80000000 width=764) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"],aggregations:["sum(_col2)"],keys:_col5, _col6, _col7, _col8, _col9, _col10, _col11 Merge Join Operator [MERGEJOIN_457] (rows=143930993 width=764) Conds:RS_12._col1=RS_514._col0(Inner),Output:["_col2","_col5","_col6","_col7","_col8","_col9","_col10","_col11"] <-Map 38 [SIMPLE_EDGE] vectorized SHUFFLE [RS_514] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_511] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_12] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_456] (rows=143930993 width=115) Conds:RS_509._col0=RS_485._col0(Inner),Output:["_col1","_col2"] <-Map 31 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_485] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_477] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_509] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_508] (rows=143930993 width=119) Output:["_col0","_col1","_col2"] Filter Operator [FIL_507] (rows=143930993 width=455) diff --git ql/src/test/results/clientpositive/perf/tez/query40.q.out ql/src/test/results/clientpositive/perf/tez/query40.q.out index 61f3d7c748..4b65c82e00 100644 --- ql/src/test/results/clientpositive/perf/tez/query40.q.out +++ ql/src/test/results/clientpositive/perf/tez/query40.q.out @@ -88,23 +88,22 @@ Stage-0 Output:["_col0","_col1","_col2","_col3"] <-Reducer 6 [SIMPLE_EDGE] vectorized SHUFFLE [RS_123] - null sort order:zz,sort order:++ Group By Operator [GBY_122] (rows=769995 width=410) Output:["_col0","_col1","_col2","_col3"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)"],keys:KEY._col0, KEY._col1 <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_30] - PartitionCols:_col0, _col1,null sort order:zz,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_29] (rows=51819042 width=410) Output:["_col0","_col1","_col2","_col3"],aggregations:["sum(_col2)","sum(_col3)"],keys:_col0, _col1 Top N Key Operator [TNK_55] (rows=51819042 width=302) - keys:_col0, _col1,null sort order:zz,sort order:++,top n:100 + keys:_col0, _col1,top n:100 Select Operator [SEL_27] (rows=51819042 width=302) Output:["_col0","_col1","_col2","_col3"] Merge Join Operator [MERGEJOIN_101] (rows=51819042 width=302) Conds:RS_24._col1=RS_121._col0(Inner),Output:["_col4","_col7","_col9","_col10","_col12","_col14"] <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_121] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_120] (rows=27 width=90) Output:["_col0","_col1"] Filter Operator [FIL_119] (rows=27 width=90) @@ -113,12 +112,12 @@ Stage-0 default@warehouse,warehouse,Tbl:COMPLETE,Col:COMPLETE,Output:["w_warehouse_sk","w_state"] <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_24] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_100] (rows=51819042 width=220) Conds:RS_21._col2=RS_104._col0(Inner),Output:["_col1","_col4","_col7","_col9","_col10","_col12"] <-Map 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_104] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_103] (rows=51333 width=104) Output:["_col0","_col1"] Filter Operator [FIL_102] (rows=51333 width=215) @@ -127,12 +126,12 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_item_id","i_current_price"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_21] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Merge Join Operator [MERGEJOIN_99] (rows=466374405 width=171) Conds:RS_18._col0=RS_118._col0(Inner),Output:["_col1","_col2","_col4","_col7","_col9","_col10"] <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_118] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_117] (rows=8116 width=12) Output:["_col0","_col1","_col2"] Filter Operator [FIL_116] (rows=8116 width=98) @@ -141,12 +140,12 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_date"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_18] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_98] (rows=466374405 width=167) Conds:RS_112._col2, _col3=RS_115._col0, _col1(Left Outer),Output:["_col0","_col1","_col2","_col4","_col7"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_112] - PartitionCols:_col2, _col3,null sort order:aa,sort order:++ + PartitionCols:_col2, _col3 Select Operator [SEL_111] (rows=285115816 width=127) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_110] (rows=285115816 width=127) @@ -166,7 +165,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_103] <-Map 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_115] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Select Operator [SEL_114] (rows=28798881 width=117) Output:["_col0","_col1","_col2"] Filter Operator [FIL_113] (rows=28798881 width=117) diff --git ql/src/test/results/clientpositive/perf/tez/query42.q.out ql/src/test/results/clientpositive/perf/tez/query42.q.out index b3085a35e8..3c059f85f6 100644 --- ql/src/test/results/clientpositive/perf/tez/query42.q.out +++ ql/src/test/results/clientpositive/perf/tez/query42.q.out @@ -70,21 +70,20 @@ Stage-0 Output:["_col0","_col1","_col2","_col3"] <-Reducer 4 [SIMPLE_EDGE] vectorized SHUFFLE [RS_71] - null sort order:zzz,sort order:-++ Select Operator [SEL_70] (rows=110 width=318) Output:["_col0","_col1","_col3"] Group By Operator [GBY_69] (rows=110 width=206) Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1 <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_17] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_16] (rows=6840 width=206) Output:["_col0","_col1","_col2"],aggregations:["sum(_col2)"],keys:_col5, _col6 Merge Join Operator [MERGEJOIN_54] (rows=84037218 width=173) Conds:RS_12._col1=RS_68._col0(Inner),Output:["_col2","_col5","_col6"] <-Map 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_68] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_67] (rows=7333 width=97) Output:["_col0","_col1","_col2"] Filter Operator [FIL_66] (rows=7333 width=101) @@ -93,12 +92,12 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_category_id","i_category","i_manager_id"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_12] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_53] (rows=550076554 width=110) Conds:RS_65._col0=RS_57._col0(Inner),Output:["_col1","_col2"] <-Map 6 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_57] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_56] (rows=50 width=4) Output:["_col0"] Filter Operator [FIL_55] (rows=50 width=12) @@ -107,7 +106,7 @@ Stage-0 default@date_dim,dt,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_moy"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_65] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_64] (rows=550076554 width=114) Output:["_col0","_col1","_col2"] Filter Operator [FIL_63] (rows=550076554 width=114) diff --git ql/src/test/results/clientpositive/perf/tez/query43.q.out ql/src/test/results/clientpositive/perf/tez/query43.q.out index 2e6f86c0a0..eb19d41926 100644 --- ql/src/test/results/clientpositive/perf/tez/query43.q.out +++ ql/src/test/results/clientpositive/perf/tez/query43.q.out @@ -64,23 +64,22 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8"] <-Reducer 4 [SIMPLE_EDGE] vectorized SHUFFLE [RS_71] - null sort order:zzzzzzzzz,sort order:+++++++++ Group By Operator [GBY_70] (rows=3751 width=972) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)","sum(VALUE._col2)","sum(VALUE._col3)","sum(VALUE._col4)","sum(VALUE._col5)","sum(VALUE._col6)"],keys:KEY._col0, KEY._col1 <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_18] - PartitionCols:_col0, _col1,null sort order:zz,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_17] (rows=2486913 width=972) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8"],aggregations:["sum(_col2)","sum(_col3)","sum(_col4)","sum(_col5)","sum(_col6)","sum(_col7)","sum(_col8)"],keys:_col0, _col1 Top N Key Operator [TNK_33] (rows=525329897 width=322) - keys:_col0, _col1,null sort order:zz,sort order:++,top n:100 + keys:_col0, _col1,top n:100 Select Operator [SEL_15] (rows=525329897 width=322) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8"] Merge Join Operator [MERGEJOIN_55] (rows=525329897 width=322) Conds:RS_12._col1=RS_69._col0(Inner),Output:["_col2","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col12","_col13"] <-Map 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_69] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_68] (rows=341 width=192) Output:["_col0","_col1","_col2"] Filter Operator [FIL_67] (rows=341 width=303) @@ -89,12 +88,12 @@ Stage-0 default@store,store,Tbl:COMPLETE,Col:COMPLETE,Output:["s_store_sk","s_store_id","s_store_name","s_gmt_offset"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_12] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_54] (rows=525329897 width=138) Conds:RS_66._col0=RS_58._col0(Inner),Output:["_col1","_col2","_col4","_col5","_col6","_col7","_col8","_col9","_col10"] <-Map 6 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_58] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_57] (rows=652 width=32) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"] Filter Operator [FIL_56] (rows=652 width=99) @@ -103,7 +102,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_day_name"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_66] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_65] (rows=525329897 width=114) Output:["_col0","_col1","_col2"] Filter Operator [FIL_64] (rows=525329897 width=114) diff --git ql/src/test/results/clientpositive/perf/tez/query44.q.out ql/src/test/results/clientpositive/perf/tez/query44.q.out index 5416e581b6..38a281c8f9 100644 --- ql/src/test/results/clientpositive/perf/tez/query44.q.out +++ ql/src/test/results/clientpositive/perf/tez/query44.q.out @@ -102,19 +102,18 @@ Stage-0 Output:["_col0","_col1","_col2"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_109] - null sort order:z,sort order:+ Select Operator [SEL_108] (rows=6951 width=218) Output:["_col0","_col1","_col2"] Merge Join Operator [MERGEJOIN_157] (rows=6951 width=218) Conds:RS_105._col3=RS_106._col3(Inner),Output:["_col1","_col3","_col5"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_105] - PartitionCols:_col3,null sort order:a,sort order:+ + PartitionCols:_col3 Merge Join Operator [MERGEJOIN_153] (rows=6951 width=111) Conds:RS_160._col0=RS_195._col0(Inner),Output:["_col1","_col3"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_160] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_159] (rows=462000 width=111) Output:["_col0","_col1"] Filter Operator [FIL_158] (rows=462000 width=111) @@ -123,7 +122,7 @@ Stage-0 default@item,i1,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_product_name"] <-Reducer 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_195] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_194] (rows=6951 width=8) Output:["_col0","_col1"] Filter Operator [FIL_193] (rows=6951 width=116) @@ -134,7 +133,7 @@ Stage-0 Output:["_col2","_col3"] <-Reducer 10 [SIMPLE_EDGE] SHUFFLE [RS_42] - PartitionCols:0,null sort order:az,sort order:++ + PartitionCols:0 Filter Operator [FIL_41] (rows=20854 width=228) predicate:(_col3 > _col1) Merge Join Operator [MERGEJOIN_152] (rows=62562 width=228) @@ -149,7 +148,7 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)","count(VALUE._col1)"],keys:KEY._col0 <-Map 15 [SIMPLE_EDGE] vectorized SHUFFLE [RS_186] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_185] (rows=3199976 width=124) Output:["_col0","_col1","_col2"],aggregations:["sum(ss_net_profit)","count(ss_net_profit)"],keys:ss_item_sk Select Operator [SEL_184] (rows=6399952 width=114) @@ -174,7 +173,7 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)","count(VALUE._col1)"],keys:KEY._col0 <-Map 13 [SIMPLE_EDGE] vectorized SHUFFLE [RS_177] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_176] (rows=258 width=124) Output:["_col0","_col1","_col2"],aggregations:["sum(_col1)","count(_col1)"],keys:true Select Operator [SEL_175] (rows=287946 width=114) @@ -199,7 +198,7 @@ Stage-0 Output:["_col0"],keys:KEY._col0 <-Map 6 [SIMPLE_EDGE] vectorized SHUFFLE [RS_165] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_164] (rows=18 width=4) Output:["_col0"],keys:true Select Operator [SEL_163] (rows=287946 width=7) @@ -209,16 +208,16 @@ Stage-0 default@store_sales,store_sales,Tbl:COMPLETE,Col:COMPLETE,Output:["ss_hdemo_sk","ss_store_sk"] <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_106] - PartitionCols:_col3,null sort order:a,sort order:+ + PartitionCols:_col3 Merge Join Operator [MERGEJOIN_156] (rows=6951 width=111) Conds:RS_161._col0=RS_200._col0(Inner),Output:["_col1","_col3"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_161] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_159] <-Reducer 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_200] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_199] (rows=6951 width=8) Output:["_col0","_col1"] Filter Operator [FIL_198] (rows=6951 width=116) @@ -229,6 +228,6 @@ Stage-0 Output:["_col2","_col3"] <-Reducer 10 [SIMPLE_EDGE] SHUFFLE [RS_91] - PartitionCols:0,null sort order:az,sort order:+- + PartitionCols:0 Please refer to the previous Filter Operator [FIL_41] diff --git ql/src/test/results/clientpositive/perf/tez/query45.q.out ql/src/test/results/clientpositive/perf/tez/query45.q.out index ab7181d7a4..4538a6540d 100644 --- ql/src/test/results/clientpositive/perf/tez/query45.q.out +++ ql/src/test/results/clientpositive/perf/tez/query45.q.out @@ -77,16 +77,15 @@ Stage-0 Output:["_col0","_col1","_col2"] <-Reducer 5 [SIMPLE_EDGE] vectorized SHUFFLE [RS_168] - null sort order:zz,sort order:++ Group By Operator [GBY_167] (rows=17401956 width=299) Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1 <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_53] - PartitionCols:_col0, _col1,null sort order:zz,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_52] (rows=143930993 width=299) Output:["_col0","_col1","_col2"],aggregations:["sum(_col3)"],keys:_col8, _col7 Top N Key Operator [TNK_82] (rows=143930993 width=310) - keys:_col8, _col7,null sort order:zz,sort order:++,top n:100 + keys:_col8, _col7,top n:100 Select Operator [SEL_51] (rows=143930993 width=310) Output:["_col3","_col7","_col8"] Filter Operator [FIL_50] (rows=143930993 width=310) @@ -114,17 +113,17 @@ Stage-0 Conds:RS_43._col0=RS_44._col6(Inner),Output:["_col3","_col4","_col8","_col12"] <-Reducer 10 [SIMPLE_EDGE] SHUFFLE [RS_44] - PartitionCols:_col6,null sort order:a,sort order:+ + PartitionCols:_col6 Merge Join Operator [MERGEJOIN_131] (rows=143930993 width=119) Conds:RS_29._col0=RS_30._col1(Inner),Output:["_col3","_col6","_col7"] <-Reducer 13 [SIMPLE_EDGE] SHUFFLE [RS_30] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_130] (rows=143930993 width=119) Conds:RS_160._col0=RS_152._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 14 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_152] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_151] (rows=130 width=12) Output:["_col0"] Filter Operator [FIL_150] (rows=130 width=12) @@ -133,7 +132,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_qoy"] <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_160] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_159] (rows=143930993 width=123) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_158] (rows=143930993 width=123) @@ -153,12 +152,12 @@ Stage-0 Please refer to the previous Select Operator [SEL_151] <-Reducer 9 [SIMPLE_EDGE] SHUFFLE [RS_29] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_129] (rows=462007 width=4) Conds:RS_144._col1=RS_149._col0(Left Outer),Output:["_col0","_col3"] <-Map 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_144] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_142] (rows=462000 width=104) Output:["_col0","_col1"] Filter Operator [FIL_140] (rows=462000 width=104) @@ -167,14 +166,14 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_item_id"] <-Reducer 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_149] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_148] (rows=5 width=104) Output:["_col0","_col1"] Group By Operator [GBY_147] (rows=5 width=100) Output:["_col0"],keys:KEY._col0 <-Map 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_146] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_145] (rows=5 width=100) Output:["_col0"],keys:i_item_id Select Operator [SEL_143] (rows=11 width=104) @@ -184,12 +183,12 @@ Stage-0 Please refer to the previous TableScan [TS_6] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_43] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_128] (rows=80000000 width=191) Conds:RS_136._col1=RS_139._col0(Inner),Output:["_col0","_col3","_col4"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_136] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_135] (rows=80000000 width=8) Output:["_col0","_col1"] Filter Operator [FIL_134] (rows=80000000 width=8) @@ -198,7 +197,7 @@ Stage-0 default@customer,customer,Tbl:COMPLETE,Col:COMPLETE,Output:["c_customer_sk","c_current_addr_sk"] <-Map 7 [SIMPLE_EDGE] vectorized SHUFFLE [RS_139] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_138] (rows=40000000 width=191) Output:["_col0","_col1","_col2"] Filter Operator [FIL_137] (rows=40000000 width=191) diff --git ql/src/test/results/clientpositive/perf/tez/query46.q.out ql/src/test/results/clientpositive/perf/tez/query46.q.out index c6352b7e46..3e6358d907 100644 --- ql/src/test/results/clientpositive/perf/tez/query46.q.out +++ ql/src/test/results/clientpositive/perf/tez/query46.q.out @@ -106,7 +106,6 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_46] - null sort order:zzzzz,sort order:+++++ Select Operator [SEL_45] (rows=457565061 width=594) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"] Filter Operator [FIL_44] (rows=457565061 width=594) @@ -115,12 +114,12 @@ Stage-0 Conds:RS_41._col0=RS_172._col1(Inner),Output:["_col2","_col3","_col5","_col6","_col8","_col9","_col10"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_41] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_140] (rows=80000000 width=277) Conds:RS_148._col1=RS_151._col0(Inner),Output:["_col0","_col2","_col3","_col5"] <-Map 5 [SIMPLE_EDGE] vectorized SHUFFLE [RS_151] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_150] (rows=40000000 width=97) Output:["_col0","_col1"] Filter Operator [FIL_149] (rows=40000000 width=97) @@ -129,7 +128,7 @@ Stage-0 default@customer_address,current_addr,Tbl:COMPLETE,Col:COMPLETE,Output:["ca_address_sk","ca_city"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_148] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_147] (rows=80000000 width=188) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_146] (rows=80000000 width=188) @@ -138,30 +137,30 @@ Stage-0 default@customer,customer,Tbl:COMPLETE,Col:COMPLETE,Output:["c_customer_sk","c_current_addr_sk","c_first_name","c_last_name"] <-Reducer 7 [SIMPLE_EDGE] vectorized SHUFFLE [RS_172] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_171] (rows=457565061 width=324) Output:["_col0","_col1","_col2","_col3","_col4"] Group By Operator [GBY_170] (rows=457565061 width=328) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3 <-Reducer 6 [SIMPLE_EDGE] SHUFFLE [RS_35] - PartitionCols:_col0, _col1, _col2, _col3,null sort order:aaaa,sort order:++++ + PartitionCols:_col0, _col1, _col2, _col3 Group By Operator [GBY_34] (rows=457565061 width=328) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],aggregations:["sum(_col6)","sum(_col7)"],keys:_col1, _col12, _col3, _col5 Merge Join Operator [MERGEJOIN_144] (rows=457565061 width=318) Conds:RS_30._col3=RS_152._col0(Inner),Output:["_col1","_col3","_col5","_col6","_col7","_col12"] <-Map 5 [SIMPLE_EDGE] vectorized SHUFFLE [RS_152] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_150] <-Reducer 11 [SIMPLE_EDGE] SHUFFLE [RS_30] - PartitionCols:_col3,null sort order:a,sort order:+ + PartitionCols:_col3 Merge Join Operator [MERGEJOIN_143] (rows=457565061 width=225) Conds:RS_27._col2=RS_169._col0(Inner),Output:["_col1","_col3","_col5","_col6","_col7"] <-Map 15 [SIMPLE_EDGE] vectorized SHUFFLE [RS_169] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_168] (rows=1855 width=4) Output:["_col0"] Filter Operator [FIL_167] (rows=1855 width=12) @@ -170,12 +169,12 @@ Stage-0 default@household_demographics,household_demographics,Tbl:COMPLETE,Col:COMPLETE,Output:["hd_demo_sk","hd_dep_count","hd_vehicle_count"] <-Reducer 10 [SIMPLE_EDGE] SHUFFLE [RS_27] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Merge Join Operator [MERGEJOIN_142] (rows=457565061 width=229) Conds:RS_24._col4=RS_166._col0(Inner),Output:["_col1","_col2","_col3","_col5","_col6","_col7"] <-Map 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_166] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_165] (rows=35 width=4) Output:["_col0"] Filter Operator [FIL_164] (rows=35 width=97) @@ -184,12 +183,12 @@ Stage-0 default@store,store,Tbl:COMPLETE,Col:COMPLETE,Output:["s_store_sk","s_city"] <-Reducer 9 [SIMPLE_EDGE] SHUFFLE [RS_24] - PartitionCols:_col4,null sort order:a,sort order:+ + PartitionCols:_col4 Merge Join Operator [MERGEJOIN_141] (rows=457565061 width=233) Conds:RS_163._col0=RS_155._col0(Inner),Output:["_col1","_col2","_col3","_col4","_col5","_col6","_col7"] <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_155] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_154] (rows=783 width=4) Output:["_col0"] Filter Operator [FIL_153] (rows=783 width=12) @@ -198,7 +197,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_dow"] <-Map 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_163] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_162] (rows=457565061 width=237) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"] Filter Operator [FIL_161] (rows=457565061 width=237) diff --git ql/src/test/results/clientpositive/perf/tez/query47.q.out ql/src/test/results/clientpositive/perf/tez/query47.q.out index e9d2c2732b..e54c366848 100644 --- ql/src/test/results/clientpositive/perf/tez/query47.q.out +++ ql/src/test/results/clientpositive/perf/tez/query47.q.out @@ -136,14 +136,13 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"] <-Reducer 7 [SIMPLE_EDGE] SHUFFLE [RS_110] - null sort order:zz,sort order:++ Select Operator [SEL_109] (rows=301730 width=658) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"] Merge Join Operator [MERGEJOIN_278] (rows=301730 width=546) Conds:RS_106._col6, _col7, _col8, _col9, _col14=RS_306._col0, _col1, _col2, _col3, _col5(Inner),Output:["_col4","_col6","_col10","_col11","_col12","_col13","_col19"] <-Reducer 6 [SIMPLE_EDGE] vectorized SHUFFLE [RS_306] - PartitionCols:_col0, _col1, _col2, _col3, _col5,null sort order:aaaaa,sort order:+++++ + PartitionCols:_col0, _col1, _col2, _col3, _col5 Select Operator [SEL_304] (rows=1810380 width=485) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Filter Operator [FIL_302] (rows=1810380 width=489) @@ -154,19 +153,19 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"] <-Reducer 5 [SIMPLE_EDGE] vectorized SHUFFLE [RS_297] - PartitionCols:_col1, _col0, _col4, _col5,null sort order:aaaazz,sort order:++++++ + PartitionCols:_col1, _col0, _col4, _col5 Group By Operator [GBY_296] (rows=1810380 width=489) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3, KEY._col4, KEY._col5 <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_93] - PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5,null sort order:aaaaaa,sort order:++++++ + PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5 Group By Operator [GBY_92] (rows=525329897 width=489) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"],aggregations:["sum(_col3)"],keys:_col8, _col9, _col5, _col6, _col11, _col12 Merge Join Operator [MERGEJOIN_276] (rows=525329897 width=483) Conds:RS_88._col2=RS_295._col0(Inner),Output:["_col3","_col5","_col6","_col8","_col9","_col11","_col12"] <-Map 15 [SIMPLE_EDGE] vectorized SHUFFLE [RS_295] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_294] (rows=1704 width=183) Output:["_col0","_col1","_col2"] Filter Operator [FIL_293] (rows=1704 width=183) @@ -175,12 +174,12 @@ Stage-0 default@store,store,Tbl:COMPLETE,Col:COMPLETE,Output:["s_store_sk","s_store_name","s_company_name"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_88] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Merge Join Operator [MERGEJOIN_275] (rows=525329897 width=308) Conds:RS_85._col1=RS_292._col0(Inner),Output:["_col2","_col3","_col5","_col6","_col8","_col9"] <-Map 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_292] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_291] (rows=462000 width=194) Output:["_col0","_col1","_col2"] Filter Operator [FIL_290] (rows=462000 width=194) @@ -189,12 +188,12 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_brand","i_category"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_85] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_274] (rows=525329897 width=122) Conds:RS_289._col0=RS_281._col0(Inner),Output:["_col1","_col2","_col3","_col5","_col6"] <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_281] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_280] (rows=564 width=12) Output:["_col0","_col1","_col2"] Filter Operator [FIL_279] (rows=564 width=12) @@ -203,7 +202,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_moy"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_289] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_288] (rows=525329897 width=118) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_287] (rows=525329897 width=118) @@ -223,12 +222,12 @@ Stage-0 Please refer to the previous Select Operator [SEL_280] <-Reducer 9 [SIMPLE_EDGE] SHUFFLE [RS_106] - PartitionCols:_col6, _col7, _col8, _col9, _col14,null sort order:aaaaa,sort order:+++++ + PartitionCols:_col6, _col7, _col8, _col9, _col14 Merge Join Operator [MERGEJOIN_277] (rows=301730 width=717) Conds:RS_307._col0, _col1, _col2, _col3, _col5=RS_318._col0, _col1, _col2, _col3, _col8(Inner),Output:["_col4","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14"] <-Reducer 6 [SIMPLE_EDGE] vectorized SHUFFLE [RS_307] - PartitionCols:_col0, _col1, _col2, _col3, _col5,null sort order:aaaaa,sort order:+++++ + PartitionCols:_col0, _col1, _col2, _col3, _col5 Select Operator [SEL_305] (rows=1810380 width=485) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Filter Operator [FIL_303] (rows=1810380 width=489) @@ -238,7 +237,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_299] <-Reducer 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_318] - PartitionCols:_col0, _col1, _col2, _col3, _col8,null sort order:aaaaa,sort order:+++++ + PartitionCols:_col0, _col1, _col2, _col3, _col8 Select Operator [SEL_317] (rows=301730 width=605) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8"] Filter Operator [FIL_316] (rows=301730 width=605) @@ -253,7 +252,7 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"] <-Reducer 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_311] - PartitionCols:_col1, _col0, _col4, _col5,null sort order:aaaazz,sort order:++++++ + PartitionCols:_col1, _col0, _col4, _col5 Select Operator [SEL_310] (rows=1810380 width=489) Output:["avg_window_0","_col0","_col1","_col2","_col3","_col4","_col5","_col6"] PTF Operator [PTF_309] (rows=1810380 width=489) @@ -262,6 +261,6 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"] <-Reducer 5 [SIMPLE_EDGE] vectorized SHUFFLE [RS_298] - PartitionCols:_col1, _col0, _col4, _col5, _col2,null sort order:aaaaa,sort order:+++++ + PartitionCols:_col1, _col0, _col4, _col5, _col2 Please refer to the previous Group By Operator [GBY_296] diff --git ql/src/test/results/clientpositive/perf/tez/query48.q.out ql/src/test/results/clientpositive/perf/tez/query48.q.out index dc4c6f16c9..50626ed003 100644 --- ql/src/test/results/clientpositive/perf/tez/query48.q.out +++ ql/src/test/results/clientpositive/perf/tez/query48.q.out @@ -167,7 +167,7 @@ Stage-0 Conds:RS_25._col3=RS_116._col0(Inner),Output:["_col4"] <-Map 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_116] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_115] (rows=1704 width=4) Output:["_col0"] Filter Operator [FIL_114] (rows=1704 width=4) @@ -176,14 +176,14 @@ Stage-0 default@store,store,Tbl:COMPLETE,Col:COMPLETE,Output:["s_store_sk"] <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_25] - PartitionCols:_col3,null sort order:a,sort order:+ + PartitionCols:_col3 Filter Operator [FIL_24] (rows=6953964 width=25) predicate:((_col11 and _col5) or (_col12 and _col6) or (_col13 and _col7)) Merge Join Operator [MERGEJOIN_95] (rows=9271954 width=25) Conds:RS_21._col2=RS_113._col0(Inner),Output:["_col3","_col4","_col5","_col6","_col7","_col11","_col12","_col13"] <-Map 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_113] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_112] (rows=3529412 width=16) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_111] (rows=3529412 width=187) @@ -192,12 +192,12 @@ Stage-0 default@customer_address,customer_address,Tbl:COMPLETE,Col:COMPLETE,Output:["ca_address_sk","ca_state","ca_country"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_21] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Merge Join Operator [MERGEJOIN_94] (rows=9271954 width=14) Conds:RS_18._col1=RS_110._col0(Inner),Output:["_col2","_col3","_col4","_col5","_col6","_col7"] <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_110] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_109] (rows=29552 width=4) Output:["_col0"] Filter Operator [FIL_108] (rows=29552 width=183) @@ -206,12 +206,12 @@ Stage-0 default@customer_demographics,customer_demographics,Tbl:COMPLETE,Col:COMPLETE,Output:["cd_demo_sk","cd_marital_status","cd_education_status"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_18] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_93] (rows=159705894 width=27) Conds:RS_107._col0=RS_99._col0(Inner),Output:["_col1","_col2","_col3","_col4","_col5","_col6","_col7"] <-Map 7 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_99] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_98] (rows=652 width=4) Output:["_col0"] Filter Operator [FIL_97] (rows=652 width=8) @@ -220,7 +220,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_107] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_106] (rows=159705894 width=31) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"] Filter Operator [FIL_105] (rows=159705894 width=233) diff --git ql/src/test/results/clientpositive/perf/tez/query49.q.out ql/src/test/results/clientpositive/perf/tez/query49.q.out index aefacb03f4..9c34eccceb 100644 --- ql/src/test/results/clientpositive/perf/tez/query49.q.out +++ ql/src/test/results/clientpositive/perf/tez/query49.q.out @@ -306,7 +306,6 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4"] <-Reducer 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_304] - null sort order:zzz,sort order:+++ Select Operator [SEL_303] (rows=40436 width=215) Output:["_col0","_col1","_col2","_col3","_col4"] Group By Operator [GBY_302] (rows=40436 width=215) @@ -314,11 +313,11 @@ Stage-0 <-Union 9 [SIMPLE_EDGE] <-Reducer 24 [CONTAINS] vectorized Reduce Output Operator [RS_348] - PartitionCols:_col0, _col1, _col2, _col3, _col4,null sort order:zzzaa,sort order:+++++ + PartitionCols:_col0, _col1, _col2, _col3, _col4 Group By Operator [GBY_347] (rows=40436 width=215) Output:["_col0","_col1","_col2","_col3","_col4"],keys:_col0, _col3, _col4, _col1, _col2 Top N Key Operator [TNK_346] (rows=40436 width=214) - keys:_col0, _col3, _col4, _col1, _col2,null sort order:zzzaa,sort order:+++++,top n:100 + keys:_col0, _col3, _col4, _col1, _col2,top n:100 Select Operator [SEL_345] (rows=14232 width=213) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_344] (rows=14232 width=248) @@ -329,7 +328,7 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5"] <-Reducer 23 [SIMPLE_EDGE] vectorized SHUFFLE [RS_341] - PartitionCols:0,null sort order:az,sort order:++ + PartitionCols:0 Select Operator [SEL_340] (rows=21349 width=244) Output:["rank_window_0","_col0","_col1","_col2","_col3","_col4"] PTF Operator [PTF_339] (rows=21349 width=244) @@ -338,19 +337,19 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4"] <-Reducer 22 [SIMPLE_EDGE] vectorized SHUFFLE [RS_337] - PartitionCols:0,null sort order:az,sort order:++ + PartitionCols:0 Group By Operator [GBY_336] (rows=21349 width=244) Output:["_col0","_col1","_col2","_col3","_col4"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)","sum(VALUE._col2)","sum(VALUE._col3)"],keys:KEY._col0 <-Reducer 21 [SIMPLE_EDGE] SHUFFLE [RS_86] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_85] (rows=426980 width=244) Output:["_col0","_col1","_col2","_col3","_col4"],aggregations:["sum(_col8)","sum(_col3)","sum(_col9)","sum(_col4)"],keys:_col1 Merge Join Operator [MERGEJOIN_234] (rows=20856667 width=236) Conds:RS_81._col1, _col2=RS_335._col0, _col1(Inner),Output:["_col1","_col3","_col4","_col8","_col9"] <-Map 30 [SIMPLE_EDGE] vectorized SHUFFLE [RS_335] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Select Operator [SEL_334] (rows=19197050 width=124) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_333] (rows=19197050 width=119) @@ -359,12 +358,12 @@ Stage-0 default@store_returns,sr,Tbl:COMPLETE,Col:COMPLETE,Output:["sr_item_sk","sr_ticket_number","sr_return_quantity","sr_return_amt"] <-Reducer 20 [SIMPLE_EDGE] SHUFFLE [RS_81] - PartitionCols:_col1, _col2,null sort order:aa,sort order:++ + PartitionCols:_col1, _col2 Merge Join Operator [MERGEJOIN_233] (rows=61119617 width=124) Conds:RS_332._col0=RS_269._col0(Inner),Output:["_col1","_col2","_col3","_col4"] <-Map 12 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_269] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_264] (rows=50 width=4) Output:["_col0"] Filter Operator [FIL_263] (rows=50 width=12) @@ -373,7 +372,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_moy"] <-Map 29 [SIMPLE_EDGE] vectorized SHUFFLE [RS_332] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_331] (rows=61119617 width=127) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_330] (rows=61119617 width=229) @@ -393,11 +392,11 @@ Stage-0 Please refer to the previous Select Operator [SEL_264] <-Reducer 8 [CONTAINS] vectorized Reduce Output Operator [RS_301] - PartitionCols:_col0, _col1, _col2, _col3, _col4,null sort order:zzzaa,sort order:+++++ + PartitionCols:_col0, _col1, _col2, _col3, _col4 Group By Operator [GBY_300] (rows=40436 width=215) Output:["_col0","_col1","_col2","_col3","_col4"],keys:_col0, _col3, _col4, _col1, _col2 Top N Key Operator [TNK_299] (rows=40436 width=214) - keys:_col0, _col3, _col4, _col1, _col2,null sort order:zzzaa,sort order:+++++,top n:100 + keys:_col0, _col3, _col4, _col1, _col2,top n:100 Select Operator [SEL_298] (rows=26204 width=215) Output:["_col0","_col1","_col2","_col3","_col4"] Group By Operator [GBY_297] (rows=26204 width=215) @@ -405,7 +404,7 @@ Stage-0 <-Union 7 [SIMPLE_EDGE] <-Reducer 18 [CONTAINS] vectorized Reduce Output Operator [RS_327] - PartitionCols:_col0, _col1, _col2, _col3, _col4,null sort order:aaaaa,sort order:+++++ + PartitionCols:_col0, _col1, _col2, _col3, _col4 Group By Operator [GBY_326] (rows=26204 width=215) Output:["_col0","_col1","_col2","_col3","_col4"],keys:_col0, _col3, _col4, _col1, _col2 Select Operator [SEL_325] (rows=12574 width=215) @@ -418,7 +417,7 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5"] <-Reducer 17 [SIMPLE_EDGE] vectorized SHUFFLE [RS_321] - PartitionCols:0,null sort order:az,sort order:++ + PartitionCols:0 Select Operator [SEL_320] (rows=18863 width=244) Output:["rank_window_0","_col0","_col1","_col2","_col3","_col4"] PTF Operator [PTF_319] (rows=18863 width=244) @@ -427,19 +426,19 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4"] <-Reducer 16 [SIMPLE_EDGE] vectorized SHUFFLE [RS_317] - PartitionCols:0,null sort order:az,sort order:++ + PartitionCols:0 Group By Operator [GBY_316] (rows=18863 width=244) Output:["_col0","_col1","_col2","_col3","_col4"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)","sum(VALUE._col2)","sum(VALUE._col3)"],keys:KEY._col0 <-Reducer 15 [SIMPLE_EDGE] SHUFFLE [RS_48] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_47] (rows=169767 width=244) Output:["_col0","_col1","_col2","_col3","_col4"],aggregations:["sum(_col8)","sum(_col3)","sum(_col9)","sum(_col4)"],keys:_col1 Merge Join Operator [MERGEJOIN_232] (rows=9599627 width=236) Conds:RS_43._col1, _col2=RS_315._col0, _col1(Inner),Output:["_col1","_col3","_col4","_col8","_col9"] <-Map 28 [SIMPLE_EDGE] vectorized SHUFFLE [RS_315] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Select Operator [SEL_314] (rows=9599627 width=124) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_313] (rows=9599627 width=121) @@ -448,16 +447,16 @@ Stage-0 default@catalog_returns,cr,Tbl:COMPLETE,Col:COMPLETE,Output:["cr_item_sk","cr_order_number","cr_return_quantity","cr_return_amount"] <-Reducer 14 [SIMPLE_EDGE] SHUFFLE [RS_43] - PartitionCols:_col1, _col2,null sort order:aa,sort order:++ + PartitionCols:_col1, _col2 Merge Join Operator [MERGEJOIN_231] (rows=31838858 width=124) Conds:RS_312._col0=RS_267._col0(Inner),Output:["_col1","_col2","_col3","_col4"] <-Map 12 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_267] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_264] <-Map 27 [SIMPLE_EDGE] vectorized SHUFFLE [RS_312] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_311] (rows=31838858 width=127) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_310] (rows=31838858 width=239) @@ -477,7 +476,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_264] <-Reducer 6 [CONTAINS] vectorized Reduce Output Operator [RS_296] - PartitionCols:_col0, _col1, _col2, _col3, _col4,null sort order:aaaaa,sort order:+++++ + PartitionCols:_col0, _col1, _col2, _col3, _col4 Group By Operator [GBY_295] (rows=26204 width=215) Output:["_col0","_col1","_col2","_col3","_col4"],keys:_col0, _col3, _col4, _col1, _col2 Select Operator [SEL_294] (rows=13630 width=211) @@ -490,7 +489,7 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5"] <-Reducer 5 [SIMPLE_EDGE] vectorized SHUFFLE [RS_290] - PartitionCols:0,null sort order:az,sort order:++ + PartitionCols:0 Select Operator [SEL_289] (rows=20445 width=244) Output:["rank_window_0","_col0","_col1","_col2","_col3","_col4"] PTF Operator [PTF_288] (rows=20445 width=244) @@ -499,19 +498,19 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4"] <-Reducer 4 [SIMPLE_EDGE] vectorized SHUFFLE [RS_286] - PartitionCols:0,null sort order:az,sort order:++ + PartitionCols:0 Group By Operator [GBY_285] (rows=20445 width=244) Output:["_col0","_col1","_col2","_col3","_col4"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)","sum(VALUE._col2)","sum(VALUE._col3)"],keys:KEY._col0 <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_17] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_16] (rows=102225 width=244) Output:["_col0","_col1","_col2","_col3","_col4"],aggregations:["sum(_col8)","sum(_col3)","sum(_col9)","sum(_col4)"],keys:_col1 Merge Join Operator [MERGEJOIN_230] (rows=5227456 width=236) Conds:RS_12._col1, _col2=RS_284._col0, _col1(Inner),Output:["_col1","_col3","_col4","_col8","_col9"] <-Map 26 [SIMPLE_EDGE] vectorized SHUFFLE [RS_284] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Select Operator [SEL_283] (rows=4799489 width=124) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_282] (rows=4799489 width=118) @@ -520,16 +519,16 @@ Stage-0 default@web_returns,wr,Tbl:COMPLETE,Col:COMPLETE,Output:["wr_item_sk","wr_order_number","wr_return_quantity","wr_return_amt"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_12] - PartitionCols:_col1, _col2,null sort order:aa,sort order:++ + PartitionCols:_col1, _col2 Merge Join Operator [MERGEJOIN_229] (rows=15996318 width=124) Conds:RS_281._col0=RS_265._col0(Inner),Output:["_col1","_col2","_col3","_col4"] <-Map 12 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_265] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_264] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_281] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_280] (rows=15996318 width=127) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_279] (rows=15996318 width=239) diff --git ql/src/test/results/clientpositive/perf/tez/query5.q.out ql/src/test/results/clientpositive/perf/tez/query5.q.out index a345d5caf1..38fba27a8e 100644 --- ql/src/test/results/clientpositive/perf/tez/query5.q.out +++ ql/src/test/results/clientpositive/perf/tez/query5.q.out @@ -310,7 +310,6 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4"] <-Reducer 7 [SIMPLE_EDGE] vectorized SHUFFLE [RS_301] - null sort order:zz,sort order:++ Select Operator [SEL_300] (rows=59581 width=619) Output:["_col0","_col1","_col2","_col3","_col4"] Group By Operator [GBY_299] (rows=59581 width=627) @@ -318,25 +317,25 @@ Stage-0 <-Union 6 [SIMPLE_EDGE] <-Reducer 14 [CONTAINS] vectorized Reduce Output Operator [RS_315] - PartitionCols:_col0, _col1, _col2,null sort order:zza,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_314] (rows=59581 width=627) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],aggregations:["sum(_col2)","sum(_col3)","sum(_col4)"],keys:_col0, _col1, 0L Top N Key Operator [TNK_313] (rows=39721 width=618) - keys:_col0, _col1, 0L,null sort order:zza,sort order:+++,top n:100 + keys:_col0, _col1, 0L,top n:100 Select Operator [SEL_312] (rows=38846 width=619) Output:["_col0","_col1","_col2","_col3","_col4"] Group By Operator [GBY_311] (rows=38846 width=548) Output:["_col0","_col1","_col2","_col3","_col4"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)","sum(VALUE._col2)","sum(VALUE._col3)"],keys:KEY._col0 <-Reducer 13 [SIMPLE_EDGE] SHUFFLE [RS_47] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_46] (rows=26026820 width=548) Output:["_col0","_col1","_col2","_col3","_col4"],aggregations:["sum(_col2)","sum(_col4)","sum(_col3)","sum(_col5)"],keys:_col8 Merge Join Operator [MERGEJOIN_222] (rows=313339499 width=546) Conds:RS_42._col0=RS_310._col0(Inner),Output:["_col2","_col3","_col4","_col5","_col8"] <-Map 24 [SIMPLE_EDGE] vectorized SHUFFLE [RS_310] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_309] (rows=46000 width=104) Output:["_col0","_col1"] Filter Operator [FIL_308] (rows=46000 width=104) @@ -345,12 +344,12 @@ Stage-0 default@catalog_page,catalog_page,Tbl:COMPLETE,Col:COMPLETE,Output:["cp_catalog_page_sk","cp_catalog_page_id"] <-Reducer 12 [SIMPLE_EDGE] SHUFFLE [RS_42] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_221] (rows=313339499 width=450) Conds:Union 22._col1=RS_276._col0(Inner),Output:["_col0","_col2","_col3","_col4","_col5"] <-Map 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_276] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_273] (rows=8116 width=4) Output:["_col0"] Filter Operator [FIL_272] (rows=8116 width=98) @@ -360,7 +359,7 @@ Stage-0 <-Union 22 [SIMPLE_EDGE] <-Map 21 [CONTAINS] vectorized Reduce Output Operator [RS_328] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_327] (rows=285117694 width=455) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Filter Operator [FIL_326] (rows=285117694 width=231) @@ -380,7 +379,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_273] <-Map 23 [CONTAINS] vectorized Reduce Output Operator [RS_331] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_330] (rows=28221805 width=451) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Filter Operator [FIL_329] (rows=28221805 width=227) @@ -389,25 +388,25 @@ Stage-0 Output:["cr_returned_date_sk","cr_catalog_page_sk","cr_return_amount","cr_net_loss"] <-Reducer 18 [CONTAINS] vectorized Reduce Output Operator [RS_323] - PartitionCols:_col0, _col1, _col2,null sort order:zza,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_322] (rows=59581 width=627) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],aggregations:["sum(_col2)","sum(_col3)","sum(_col4)"],keys:_col0, _col1, 0L Top N Key Operator [TNK_321] (rows=39721 width=618) - keys:_col0, _col1, 0L,null sort order:zza,sort order:+++,top n:100 + keys:_col0, _col1, 0L,top n:100 Select Operator [SEL_320] (rows=53 width=615) Output:["_col0","_col1","_col2","_col3","_col4"] Group By Operator [GBY_319] (rows=53 width=548) Output:["_col0","_col1","_col2","_col3","_col4"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)","sum(VALUE._col2)","sum(VALUE._col3)"],keys:KEY._col0 <-Reducer 17 [SIMPLE_EDGE] SHUFFLE [RS_80] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_79] (rows=31641 width=548) Output:["_col0","_col1","_col2","_col3","_col4"],aggregations:["sum(_col2)","sum(_col4)","sum(_col3)","sum(_col5)"],keys:_col8 Merge Join Operator [MERGEJOIN_224] (rows=278713608 width=547) Conds:RS_75._col0=RS_318._col0(Inner),Output:["_col2","_col3","_col4","_col5","_col8"] <-Map 30 [SIMPLE_EDGE] vectorized SHUFFLE [RS_318] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_317] (rows=84 width=104) Output:["_col0","_col1"] Filter Operator [FIL_316] (rows=84 width=104) @@ -416,17 +415,17 @@ Stage-0 default@web_site,web_site,Tbl:COMPLETE,Col:COMPLETE,Output:["web_site_sk","web_site_id"] <-Reducer 16 [SIMPLE_EDGE] SHUFFLE [RS_75] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_223] (rows=278713608 width=451) Conds:Union 26._col1=RS_278._col0(Inner),Output:["_col0","_col2","_col3","_col4","_col5"] <-Map 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_278] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_273] <-Union 26 [SIMPLE_EDGE] <-Map 25 [CONTAINS] vectorized Reduce Output Operator [RS_336] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_335] (rows=143930874 width=455) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Filter Operator [FIL_334] (rows=143930874 width=231) @@ -446,14 +445,14 @@ Stage-0 Please refer to the previous Select Operator [SEL_273] <-Reducer 28 [CONTAINS] Reduce Output Operator [RS_271] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_269] (rows=134782734 width=454) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Merge Join Operator [MERGEJOIN_268] (rows=134782734 width=230) Conds:RS_339._col0, _col2=RS_342._col1, _col2(Inner),Output:["_col1","_col3","_col6","_col7"] <-Map 27 [SIMPLE_EDGE] vectorized SHUFFLE [RS_339] - PartitionCols:_col0, _col2,null sort order:aa,sort order:++ + PartitionCols:_col0, _col2 Select Operator [SEL_338] (rows=143966669 width=11) Output:["_col0","_col1","_col2"] Filter Operator [FIL_337] (rows=143966669 width=11) @@ -462,7 +461,7 @@ Stage-0 default@web_sales,web_sales,Tbl:COMPLETE,Col:COMPLETE,Output:["ws_item_sk","ws_web_site_sk","ws_order_number"] <-Map 29 [SIMPLE_EDGE] vectorized SHUFFLE [RS_342] - PartitionCols:_col1, _col2,null sort order:aa,sort order:++ + PartitionCols:_col1, _col2 Select Operator [SEL_341] (rows=13749816 width=225) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_340] (rows=13749816 width=225) @@ -471,25 +470,25 @@ Stage-0 default@web_returns,web_returns,Tbl:COMPLETE,Col:COMPLETE,Output:["wr_returned_date_sk","wr_item_sk","wr_order_number","wr_return_amt","wr_net_loss"] <-Reducer 5 [CONTAINS] vectorized Reduce Output Operator [RS_298] - PartitionCols:_col0, _col1, _col2,null sort order:zza,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_297] (rows=59581 width=627) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],aggregations:["sum(_col2)","sum(_col3)","sum(_col4)"],keys:_col0, _col1, 0L Top N Key Operator [TNK_296] (rows=39721 width=618) - keys:_col0, _col1, 0L,null sort order:zza,sort order:+++,top n:100 + keys:_col0, _col1, 0L,top n:100 Select Operator [SEL_295] (rows=822 width=617) Output:["_col0","_col1","_col2","_col3","_col4"] Group By Operator [GBY_294] (rows=822 width=548) Output:["_col0","_col1","_col2","_col3","_col4"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)","sum(VALUE._col2)","sum(VALUE._col3)"],keys:KEY._col0 <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_22] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_21] (rows=983934 width=548) Output:["_col0","_col1","_col2","_col3","_col4"],aggregations:["sum(_col2)","sum(_col4)","sum(_col3)","sum(_col5)"],keys:_col8 Merge Join Operator [MERGEJOIN_220] (rows=578964757 width=528) Conds:RS_17._col0=RS_293._col0(Inner),Output:["_col2","_col3","_col4","_col5","_col8"] <-Map 20 [SIMPLE_EDGE] vectorized SHUFFLE [RS_293] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_292] (rows=1704 width=104) Output:["_col0","_col1"] Filter Operator [FIL_291] (rows=1704 width=104) @@ -498,17 +497,17 @@ Stage-0 default@store,store,Tbl:COMPLETE,Col:COMPLETE,Output:["s_store_sk","s_store_id"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_17] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_219] (rows=578964757 width=432) Conds:Union 2._col1=RS_274._col0(Inner),Output:["_col0","_col2","_col3","_col4","_col5"] <-Map 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_274] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_273] <-Union 2 [SIMPLE_EDGE] <-Map 1 [CONTAINS] vectorized Reduce Output Operator [RS_290] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_289] (rows=525329897 width=445) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Filter Operator [FIL_288] (rows=525329897 width=221) @@ -528,7 +527,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_273] <-Map 9 [CONTAINS] vectorized Reduce Output Operator [RS_307] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_306] (rows=53634860 width=447) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Filter Operator [FIL_305] (rows=53634860 width=223) diff --git ql/src/test/results/clientpositive/perf/tez/query50.q.out ql/src/test/results/clientpositive/perf/tez/query50.q.out index 2a287ce6d3..6e34831de6 100644 --- ql/src/test/results/clientpositive/perf/tez/query50.q.out +++ ql/src/test/results/clientpositive/perf/tez/query50.q.out @@ -146,23 +146,22 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14"] <-Reducer 6 [SIMPLE_EDGE] vectorized SHUFFLE [RS_137] - null sort order:zzzzzzzzzz,sort order:++++++++++ Group By Operator [GBY_136] (rows=478292911 width=857) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)","sum(VALUE._col2)","sum(VALUE._col3)","sum(VALUE._col4)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3, KEY._col4, KEY._col5, KEY._col6, KEY._col7, KEY._col8, KEY._col9 <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_30] - PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9,null sort order:zzzzzzzzzz,sort order:++++++++++ + PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9 Group By Operator [GBY_29] (rows=478292911 width=857) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14"],aggregations:["sum(_col10)","sum(_col11)","sum(_col12)","sum(_col13)","sum(_col14)"],keys:_col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9 Top N Key Operator [TNK_56] (rows=478292911 width=825) - keys:_col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9,null sort order:zzzzzzzzzz,sort order:++++++++++,top n:100 + keys:_col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9,top n:100 Select Operator [SEL_27] (rows=478292911 width=825) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14"] Merge Join Operator [MERGEJOIN_120] (rows=478292911 width=825) Conds:RS_24._col8=RS_135._col0(Inner),Output:["_col0","_col5","_col12","_col13","_col14","_col15","_col16","_col17","_col18","_col19","_col20","_col21"] <-Map 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_135] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_134] (rows=1704 width=821) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10"] Filter Operator [FIL_133] (rows=1704 width=821) @@ -171,12 +170,12 @@ Stage-0 default@store,store,Tbl:COMPLETE,Col:COMPLETE,Output:["s_store_sk","s_store_name","s_company_id","s_street_number","s_street_name","s_street_type","s_suite_number","s_city","s_county","s_state","s_zip"] <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_24] - PartitionCols:_col8,null sort order:a,sort order:+ + PartitionCols:_col8 Merge Join Operator [MERGEJOIN_119] (rows=478292911 width=11) Conds:RS_21._col5=RS_132._col0(Inner),Output:["_col0","_col5","_col8"] <-Map 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_132] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_131] (rows=73049 width=4) Output:["_col0"] Filter Operator [FIL_130] (rows=73049 width=4) @@ -185,12 +184,12 @@ Stage-0 default@date_dim,d1,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_21] - PartitionCols:_col5,null sort order:a,sort order:+ + PartitionCols:_col5 Merge Join Operator [MERGEJOIN_118] (rows=478292911 width=11) Conds:RS_18._col1, _col2, _col3=RS_129._col1, _col2, _col4(Inner),Output:["_col0","_col5","_col8"] <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_129] - PartitionCols:_col1, _col2, _col4,null sort order:aaa,sort order:+++ + PartitionCols:_col1, _col2, _col4 Select Operator [SEL_128] (rows=501694138 width=19) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_127] (rows=501694138 width=19) @@ -199,12 +198,12 @@ Stage-0 default@store_sales,store_sales,Tbl:COMPLETE,Col:COMPLETE,Output:["ss_sold_date_sk","ss_item_sk","ss_customer_sk","ss_store_sk","ss_ticket_number"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_18] - PartitionCols:_col1, _col2, _col3,null sort order:aaa,sort order:+++ + PartitionCols:_col1, _col2, _col3 Merge Join Operator [MERGEJOIN_117] (rows=53632139 width=15) Conds:RS_123._col0=RS_126._col0(Inner),Output:["_col0","_col1","_col2","_col3"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_123] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_122] (rows=53632139 width=15) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_121] (rows=53632139 width=15) @@ -213,7 +212,7 @@ Stage-0 default@store_returns,store_returns,Tbl:COMPLETE,Col:COMPLETE,Output:["sr_returned_date_sk","sr_item_sk","sr_customer_sk","sr_ticket_number"] <-Map 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_126] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_125] (rows=50 width=4) Output:["_col0"] Filter Operator [FIL_124] (rows=50 width=12) diff --git ql/src/test/results/clientpositive/perf/tez/query51.q.out ql/src/test/results/clientpositive/perf/tez/query51.q.out index 37c0ae1c08..906d702207 100644 --- ql/src/test/results/clientpositive/perf/tez/query51.q.out +++ ql/src/test/results/clientpositive/perf/tez/query51.q.out @@ -121,7 +121,6 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5"] <-Reducer 5 [SIMPLE_EDGE] vectorized SHUFFLE [RS_114] - null sort order:zz,sort order:++ Select Operator [SEL_113] (rows=2095597606 width=636) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Filter Operator [FIL_112] (rows=2095597606 width=420) @@ -132,12 +131,12 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5"] <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_43] - PartitionCols:CASE WHEN (_col3 is not null) THEN (_col3) ELSE (_col0) END,null sort order:az,sort order:++ + PartitionCols:CASE WHEN (_col3 is not null) THEN (_col3) ELSE (_col0) END Merge Join Operator [MERGEJOIN_87] (rows=6286792818 width=420) Conds:RS_40._col0, _col1=RS_41._col0, _col1(Outer),Output:["_col0","_col1","_col2","_col3","_col4","_col5"] <-Reducer 10 [SIMPLE_EDGE] SHUFFLE [RS_41] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Select Operator [SEL_37] (rows=19832154 width=210) Output:["_col0","_col1","_col2"] PTF Operator [PTF_36] (rows=19832154 width=210) @@ -146,14 +145,14 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1 <-Reducer 9 [SIMPLE_EDGE] SHUFFLE [RS_31] - PartitionCols:_col0,null sort order:az,sort order:++ + PartitionCols:_col0 Group By Operator [GBY_30] (rows=143966864 width=210) Output:["_col0","_col1","_col2"],aggregations:["sum(_col2)"],keys:_col1, _col4 Merge Join Operator [MERGEJOIN_86] (rows=143966864 width=209) Conds:RS_108._col0=RS_92._col0(Inner),Output:["_col1","_col2","_col4"] <-Map 7 [SIMPLE_EDGE] vectorized SHUFFLE [RS_92] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_89] (rows=317 width=98) Output:["_col0","_col1"] Filter Operator [FIL_88] (rows=317 width=102) @@ -162,7 +161,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_date","d_month_seq"] <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_108] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_107] (rows=143966864 width=119) Output:["_col0","_col1","_col2"] Filter Operator [FIL_106] (rows=143966864 width=119) @@ -182,7 +181,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_89] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_40] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Select Operator [SEL_17] (rows=19832154 width=210) Output:["_col0","_col1","_col2"] PTF Operator [PTF_16] (rows=19832154 width=210) @@ -191,18 +190,18 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1 <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_11] - PartitionCols:_col0,null sort order:az,sort order:++ + PartitionCols:_col0 Group By Operator [GBY_10] (rows=550076554 width=210) Output:["_col0","_col1","_col2"],aggregations:["sum(_col2)"],keys:_col1, _col4 Merge Join Operator [MERGEJOIN_85] (rows=550076554 width=204) Conds:RS_102._col0=RS_90._col0(Inner),Output:["_col1","_col2","_col4"] <-Map 7 [SIMPLE_EDGE] vectorized SHUFFLE [RS_90] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_89] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_102] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_101] (rows=550076554 width=114) Output:["_col0","_col1","_col2"] Filter Operator [FIL_100] (rows=550076554 width=114) diff --git ql/src/test/results/clientpositive/perf/tez/query52.q.out ql/src/test/results/clientpositive/perf/tez/query52.q.out index 8d64d90b41..b579d5fbff 100644 --- ql/src/test/results/clientpositive/perf/tez/query52.q.out +++ ql/src/test/results/clientpositive/perf/tez/query52.q.out @@ -72,19 +72,18 @@ Stage-0 Output:["_col0","_col1","_col2"] <-Reducer 4 [SIMPLE_EDGE] vectorized SHUFFLE [RS_70] - null sort order:zz,sort order:-+ Group By Operator [GBY_69] (rows=7333 width=216) Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1 <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_17] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_16] (rows=7333 width=216) Output:["_col0","_col1","_col2"],aggregations:["sum(_col2)"],keys:_col5, _col6 Merge Join Operator [MERGEJOIN_54] (rows=84037218 width=183) Conds:RS_12._col1=RS_68._col0(Inner),Output:["_col2","_col5","_col6"] <-Map 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_68] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_67] (rows=7333 width=107) Output:["_col0","_col1","_col2"] Filter Operator [FIL_66] (rows=7333 width=111) @@ -93,12 +92,12 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_brand_id","i_brand","i_manager_id"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_12] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_53] (rows=550076554 width=110) Conds:RS_65._col0=RS_57._col0(Inner),Output:["_col1","_col2"] <-Map 6 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_57] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_56] (rows=50 width=4) Output:["_col0"] Filter Operator [FIL_55] (rows=50 width=12) @@ -107,7 +106,7 @@ Stage-0 default@date_dim,dt,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_moy"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_65] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_64] (rows=550076554 width=114) Output:["_col0","_col1","_col2"] Filter Operator [FIL_63] (rows=550076554 width=114) diff --git ql/src/test/results/clientpositive/perf/tez/query53.q.out ql/src/test/results/clientpositive/perf/tez/query53.q.out index 3637afcb0b..1bee5e099c 100644 --- ql/src/test/results/clientpositive/perf/tez/query53.q.out +++ ql/src/test/results/clientpositive/perf/tez/query53.q.out @@ -85,7 +85,6 @@ Stage-0 Output:["_col0","_col1","_col2"] <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_33] - null sort order:zzz,sort order:+++ Select Operator [SEL_30] (rows=130 width=228) Output:["_col0","_col1","_col2"] Filter Operator [FIL_46] (rows=130 width=228) @@ -100,14 +99,14 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1 <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_23] - PartitionCols:_col0,null sort order:aa,sort order:++ + PartitionCols:_col0 Group By Operator [GBY_22] (rows=260 width=120) Output:["_col0","_col1","_col2"],aggregations:["sum(_col3)"],keys:_col5, _col7 Merge Join Operator [MERGEJOIN_84] (rows=569118 width=8) Conds:RS_18._col2=RS_101._col0(Inner),Output:["_col3","_col5","_col7"] <-Map 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_101] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_100] (rows=1704 width=4) Output:["_col0"] Filter Operator [FIL_99] (rows=1704 width=4) @@ -116,12 +115,12 @@ Stage-0 default@store,store,Tbl:COMPLETE,Col:COMPLETE,Output:["s_store_sk"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_18] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Merge Join Operator [MERGEJOIN_83] (rows=569118 width=8) Conds:RS_15._col0=RS_98._col0(Inner),Output:["_col2","_col3","_col5","_col7"] <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_98] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_97] (rows=317 width=8) Output:["_col0","_col1"] Filter Operator [FIL_96] (rows=317 width=12) @@ -130,12 +129,12 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_month_seq","d_qoy"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_15] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_82] (rows=569118 width=4) Conds:RS_95._col1=RS_87._col0(Inner),Output:["_col0","_col2","_col3","_col5"] <-Map 7 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_87] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_86] (rows=52 width=8) Output:["_col0","_col1"] Filter Operator [FIL_85] (rows=52 width=290) @@ -144,7 +143,7 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_brand","i_class","i_category","i_manufact_id"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_95] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_94] (rows=525329897 width=118) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_93] (rows=525329897 width=118) diff --git ql/src/test/results/clientpositive/perf/tez/query54.q.out ql/src/test/results/clientpositive/perf/tez/query54.q.out index cb982c6cec..a19bd171e5 100644 --- ql/src/test/results/clientpositive/perf/tez/query54.q.out +++ ql/src/test/results/clientpositive/perf/tez/query54.q.out @@ -170,14 +170,13 @@ Stage-0 Output:["_col0","_col1","_col2"] <-Reducer 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_351] - null sort order:zz,sort order:++ Select Operator [SEL_350] (rows=338 width=16) Output:["_col0","_col1","_col2"] Group By Operator [GBY_349] (rows=338 width=12) Output:["_col0","_col1"],aggregations:["count(VALUE._col0)"],keys:KEY._col0 <-Reducer 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_348] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_347] (rows=338 width=12) Output:["_col0","_col1"],aggregations:["count()"],keys:_col0 Select Operator [SEL_346] (rows=676 width=116) @@ -186,7 +185,7 @@ Stage-0 Output:["_col0","_col1"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0 <-Reducer 7 [SIMPLE_EDGE] SHUFFLE [RS_118] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_117] (rows=11944920 width=116) Output:["_col0","_col1"],aggregations:["sum(_col2)"],keys:_col10 Select Operator [SEL_116] (rows=36481068608 width=123) @@ -201,7 +200,7 @@ Stage-0 Output:["_col0"],keys:KEY._col0 <-Map 27 [SIMPLE_EDGE] vectorized SHUFFLE [RS_324] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_320] (rows=25 width=4) Output:["_col0"],keys:_col0 Select Operator [SEL_316] (rows=50 width=12) @@ -222,7 +221,7 @@ Stage-0 Output:["_col0"],keys:KEY._col0 <-Map 27 [SIMPLE_EDGE] vectorized SHUFFLE [RS_323] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_319] (rows=25 width=4) Output:["_col0"],keys:_col0 Select Operator [SEL_315] (rows=50 width=12) @@ -250,7 +249,7 @@ Stage-0 Output:["_col0"],keys:KEY._col0 <-Map 27 [SIMPLE_EDGE] vectorized SHUFFLE [RS_322] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_318] (rows=25 width=4) Output:["_col0"],keys:_col0 Select Operator [SEL_314] (rows=50 width=12) @@ -278,7 +277,7 @@ Stage-0 Output:["_col0"],keys:KEY._col0 <-Map 27 [SIMPLE_EDGE] vectorized SHUFFLE [RS_321] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_317] (rows=25 width=4) Output:["_col0"],keys:_col0 Select Operator [SEL_313] (rows=50 width=12) @@ -290,17 +289,17 @@ Stage-0 Conds:RS_99._col1=RS_100._col5(Inner),Output:["_col2","_col4","_col10"] <-Reducer 14 [SIMPLE_EDGE] SHUFFLE [RS_100] - PartitionCols:_col5,null sort order:a,sort order:+ + PartitionCols:_col5 Merge Join Operator [MERGEJOIN_267] (rows=4049224 width=4) Conds:RS_46._col0=RS_309._col1(Inner),Output:["_col5"] <-Reducer 13 [SIMPLE_EDGE] SHUFFLE [RS_46] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_263] (rows=39720279 width=4) Conds:RS_291._col1, _col2=RS_294._col0, _col1(Inner),Output:["_col0"] <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_291] - PartitionCols:_col1, _col2,null sort order:aa,sort order:++ + PartitionCols:_col1, _col2 Select Operator [SEL_290] (rows=40000000 width=188) Output:["_col0","_col1","_col2"] Filter Operator [FIL_289] (rows=40000000 width=188) @@ -309,7 +308,7 @@ Stage-0 default@customer_address,customer_address,Tbl:COMPLETE,Col:COMPLETE,Output:["ca_address_sk","ca_county","ca_state"] <-Map 15 [SIMPLE_EDGE] vectorized SHUFFLE [RS_294] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Select Operator [SEL_293] (rows=1704 width=184) Output:["_col0","_col1"] Filter Operator [FIL_292] (rows=1704 width=184) @@ -318,21 +317,21 @@ Stage-0 default@store,store,Tbl:COMPLETE,Col:COMPLETE,Output:["s_county","s_state"] <-Reducer 21 [SIMPLE_EDGE] vectorized SHUFFLE [RS_309] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_308] (rows=4049224 width=8) Output:["_col0","_col1"] Group By Operator [GBY_307] (rows=4049224 width=8) Output:["_col0","_col1"],keys:KEY._col0, KEY._col1 <-Reducer 20 [SIMPLE_EDGE] SHUFFLE [RS_40] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_39] (rows=4049224 width=8) Output:["_col0","_col1"],keys:_col6, _col5 Merge Join Operator [MERGEJOIN_266] (rows=4049224 width=8) Conds:RS_35._col1=RS_306._col0(Inner),Output:["_col5","_col6"] <-Map 26 [SIMPLE_EDGE] vectorized SHUFFLE [RS_306] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_305] (rows=80000000 width=8) Output:["_col0","_col1"] Filter Operator [FIL_304] (rows=80000000 width=8) @@ -341,12 +340,12 @@ Stage-0 default@customer,customer,Tbl:COMPLETE,Col:COMPLETE,Output:["c_customer_sk","c_current_addr_sk"] <-Reducer 19 [SIMPLE_EDGE] SHUFFLE [RS_35] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_265] (rows=4049224 width=1) Conds:RS_32._col2=RS_303._col0(Inner),Output:["_col1"] <-Map 25 [SIMPLE_EDGE] vectorized SHUFFLE [RS_303] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_302] (rows=453 width=4) Output:["_col0"] Filter Operator [FIL_301] (rows=453 width=186) @@ -355,12 +354,12 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_class","i_category"] <-Reducer 18 [SIMPLE_EDGE] SHUFFLE [RS_32] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Merge Join Operator [MERGEJOIN_264] (rows=429048824 width=7) Conds:Union 17._col0=RS_297._col0(Inner),Output:["_col1","_col2"] <-Map 23 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_297] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_296] (rows=50 width=4) Output:["_col0"] Filter Operator [FIL_295] (rows=50 width=12) @@ -370,7 +369,7 @@ Stage-0 <-Union 17 [SIMPLE_EDGE] <-Map 16 [CONTAINS] vectorized Reduce Output Operator [RS_360] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_359] (rows=285117831 width=11) Output:["_col0","_col1","_col2"] Filter Operator [FIL_358] (rows=285117831 width=11) @@ -390,7 +389,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_296] <-Map 22 [CONTAINS] vectorized Reduce Output Operator [RS_363] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_362] (rows=143930993 width=11) Output:["_col0","_col1","_col2"] Filter Operator [FIL_361] (rows=143930993 width=11) @@ -402,12 +401,12 @@ Stage-0 Please refer to the previous Group By Operator [GBY_355] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_99] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_262] (rows=525327388 width=114) Conds:RS_285._col0=RS_288._col0(Inner),Output:["_col1","_col2","_col4"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_285] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_284] (rows=525327388 width=114) Output:["_col0","_col1","_col2"] Filter Operator [FIL_283] (rows=525327388 width=114) @@ -416,7 +415,7 @@ Stage-0 default@store_sales,store_sales,Tbl:COMPLETE,Col:COMPLETE,Output:["ss_sold_date_sk","ss_customer_sk","ss_ext_sales_price"] <-Map 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_288] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_287] (rows=73049 width=8) Output:["_col0","_col1"] Filter Operator [FIL_286] (rows=73049 width=8) diff --git ql/src/test/results/clientpositive/perf/tez/query55.q.out ql/src/test/results/clientpositive/perf/tez/query55.q.out index 452cfb45ad..5cee50ed50 100644 --- ql/src/test/results/clientpositive/perf/tez/query55.q.out +++ ql/src/test/results/clientpositive/perf/tez/query55.q.out @@ -54,21 +54,20 @@ Stage-0 Output:["_col0","_col1","_col2"] <-Reducer 4 [SIMPLE_EDGE] vectorized SHUFFLE [RS_71] - null sort order:zz,sort order:-+ Select Operator [SEL_70] (rows=7333 width=220) Output:["_col1","_col2","_col3"] Group By Operator [GBY_69] (rows=7333 width=216) Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1 <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_17] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_16] (rows=7333 width=216) Output:["_col0","_col1","_col2"],aggregations:["sum(_col2)"],keys:_col5, _col6 Merge Join Operator [MERGEJOIN_54] (rows=84037218 width=183) Conds:RS_12._col1=RS_68._col0(Inner),Output:["_col2","_col5","_col6"] <-Map 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_68] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_67] (rows=7333 width=107) Output:["_col0","_col1","_col2"] Filter Operator [FIL_66] (rows=7333 width=111) @@ -77,12 +76,12 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_brand_id","i_brand","i_manager_id"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_12] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_53] (rows=550076554 width=110) Conds:RS_65._col0=RS_57._col0(Inner),Output:["_col1","_col2"] <-Map 6 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_57] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_56] (rows=50 width=4) Output:["_col0"] Filter Operator [FIL_55] (rows=50 width=12) @@ -91,7 +90,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_moy"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_65] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_64] (rows=550076554 width=114) Output:["_col0","_col1","_col2"] Filter Operator [FIL_63] (rows=550076554 width=114) diff --git ql/src/test/results/clientpositive/perf/tez/query56.q.out ql/src/test/results/clientpositive/perf/tez/query56.q.out index 0055d38c2f..2be886a3eb 100644 --- ql/src/test/results/clientpositive/perf/tez/query56.q.out +++ ql/src/test/results/clientpositive/perf/tez/query56.q.out @@ -184,32 +184,31 @@ Stage-0 Output:["_col0","_col1"] <-Reducer 6 [SIMPLE_EDGE] vectorized SHUFFLE [RS_354] - null sort order:z,sort order:+ Group By Operator [GBY_353] (rows=355 width=212) Output:["_col0","_col1"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0 <-Union 5 [SIMPLE_EDGE] <-Reducer 11 [CONTAINS] vectorized Reduce Output Operator [RS_373] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_372] (rows=355 width=212) Output:["_col0","_col1"],aggregations:["sum(_col1)"],keys:_col0 Group By Operator [GBY_371] (rows=355 width=212) Output:["_col0","_col1"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0 <-Reducer 10 [SIMPLE_EDGE] SHUFFLE [RS_109] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_108] (rows=9585 width=212) Output:["_col0","_col1"],aggregations:["sum(_col7)"],keys:_col1 Merge Join Operator [MERGEJOIN_304] (rows=31485548 width=211) Conds:RS_104._col0=RS_105._col2(Inner),Output:["_col1","_col7"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_104] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_293] (rows=15609 width=104) Conds:RS_319._col1=RS_325._col0(Inner),Output:["_col0","_col1"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_319] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_318] (rows=462000 width=104) Output:["_col0","_col1"] Filter Operator [FIL_317] (rows=462000 width=104) @@ -218,12 +217,12 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_item_id"] <-Reducer 13 [SIMPLE_EDGE] vectorized SHUFFLE [RS_325] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_324] (rows=10500 width=100) Output:["_col0"],keys:KEY._col0 <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_323] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_322] (rows=10500 width=100) Output:["_col0"],keys:i_item_id Select Operator [SEL_321] (rows=21000 width=189) @@ -234,14 +233,14 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_id","i_color"] <-Reducer 23 [SIMPLE_EDGE] SHUFFLE [RS_105] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Select Operator [SEL_100] (rows=143931246 width=115) Output:["_col2","_col4"] Merge Join Operator [MERGEJOIN_301] (rows=143931246 width=115) Conds:RS_97._col2=RS_349._col0(Inner),Output:["_col1","_col3"] <-Map 25 [SIMPLE_EDGE] vectorized SHUFFLE [RS_349] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_346] (rows=8000000 width=4) Output:["_col0"] Filter Operator [FIL_345] (rows=8000000 width=112) @@ -250,12 +249,12 @@ Stage-0 default@customer_address,customer_address,Tbl:COMPLETE,Col:COMPLETE,Output:["ca_address_sk","ca_gmt_offset"] <-Reducer 22 [SIMPLE_EDGE] SHUFFLE [RS_97] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Merge Join Operator [MERGEJOIN_300] (rows=143931246 width=119) Conds:RS_370._col0=RS_332._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 17 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_332] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_327] (rows=50 width=4) Output:["_col0"] Filter Operator [FIL_326] (rows=50 width=12) @@ -264,7 +263,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_moy"] <-Map 27 [SIMPLE_EDGE] vectorized SHUFFLE [RS_370] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_369] (rows=143931246 width=123) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_368] (rows=143931246 width=123) @@ -284,45 +283,45 @@ Stage-0 Please refer to the previous Select Operator [SEL_327] <-Reducer 4 [CONTAINS] vectorized Reduce Output Operator [RS_352] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_351] (rows=355 width=212) Output:["_col0","_col1"],aggregations:["sum(_col1)"],keys:_col0 Group By Operator [GBY_350] (rows=355 width=212) Output:["_col0","_col1"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0 <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_34] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_33] (rows=30175 width=212) Output:["_col0","_col1"],aggregations:["sum(_col7)"],keys:_col1 Merge Join Operator [MERGEJOIN_302] (rows=114917468 width=188) Conds:RS_29._col0=RS_30._col2(Inner),Output:["_col1","_col7"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_29] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Merge Join Operator [MERGEJOIN_293] <-Reducer 16 [SIMPLE_EDGE] SHUFFLE [RS_30] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Select Operator [SEL_25] (rows=525327191 width=110) Output:["_col2","_col4"] Merge Join Operator [MERGEJOIN_295] (rows=525327191 width=110) Conds:RS_22._col2=RS_347._col0(Inner),Output:["_col1","_col3"] <-Map 25 [SIMPLE_EDGE] vectorized SHUFFLE [RS_347] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_346] <-Reducer 15 [SIMPLE_EDGE] SHUFFLE [RS_22] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Merge Join Operator [MERGEJOIN_294] (rows=525327191 width=114) Conds:RS_344._col0=RS_328._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 17 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_328] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_327] <-Map 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_344] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_343] (rows=525327191 width=118) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_342] (rows=525327191 width=118) @@ -342,45 +341,45 @@ Stage-0 Please refer to the previous Select Operator [SEL_327] <-Reducer 9 [CONTAINS] vectorized Reduce Output Operator [RS_365] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_364] (rows=355 width=212) Output:["_col0","_col1"],aggregations:["sum(_col1)"],keys:_col0 Group By Operator [GBY_363] (rows=355 width=212) Output:["_col0","_col1"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0 <-Reducer 8 [SIMPLE_EDGE] SHUFFLE [RS_71] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_70] (rows=18460 width=212) Output:["_col0","_col1"],aggregations:["sum(_col7)"],keys:_col1 Merge Join Operator [MERGEJOIN_303] (rows=62370668 width=209) Conds:RS_66._col0=RS_67._col3(Inner),Output:["_col1","_col7"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_66] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Merge Join Operator [MERGEJOIN_293] <-Reducer 20 [SIMPLE_EDGE] SHUFFLE [RS_67] - PartitionCols:_col3,null sort order:a,sort order:+ + PartitionCols:_col3 Select Operator [SEL_62] (rows=285117733 width=115) Output:["_col3","_col4"] Merge Join Operator [MERGEJOIN_298] (rows=285117733 width=115) Conds:RS_59._col1=RS_348._col0(Inner),Output:["_col2","_col3"] <-Map 25 [SIMPLE_EDGE] vectorized SHUFFLE [RS_348] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_346] <-Reducer 19 [SIMPLE_EDGE] SHUFFLE [RS_59] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_297] (rows=285117733 width=119) Conds:RS_362._col0=RS_330._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 17 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_330] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_327] <-Map 26 [SIMPLE_EDGE] vectorized SHUFFLE [RS_362] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_361] (rows=285117733 width=123) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_360] (rows=285117733 width=123) diff --git ql/src/test/results/clientpositive/perf/tez/query57.q.out ql/src/test/results/clientpositive/perf/tez/query57.q.out index 1edc21c97b..b732cc873f 100644 --- ql/src/test/results/clientpositive/perf/tez/query57.q.out +++ ql/src/test/results/clientpositive/perf/tez/query57.q.out @@ -130,14 +130,13 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"] <-Reducer 7 [SIMPLE_EDGE] SHUFFLE [RS_110] - null sort order:zz,sort order:++ Select Operator [SEL_109] (rows=397735 width=758) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8"] Merge Join Operator [MERGEJOIN_278] (rows=397735 width=646) Conds:RS_106._col5, _col6, _col12, _col7=RS_306._col0, _col1, _col4, _col2(Inner),Output:["_col3","_col5","_col6","_col8","_col9","_col10","_col11","_col16"] <-Reducer 6 [SIMPLE_EDGE] vectorized SHUFFLE [RS_306] - PartitionCols:_col0, _col1, _col4, _col2,null sort order:aaaa,sort order:++++ + PartitionCols:_col0, _col1, _col4, _col2 Select Operator [SEL_304] (rows=2386410 width=404) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_302] (rows=2386410 width=408) @@ -148,19 +147,19 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5"] <-Reducer 5 [SIMPLE_EDGE] vectorized SHUFFLE [RS_297] - PartitionCols:_col1, _col0, _col4,null sort order:aaazz,sort order:+++++ + PartitionCols:_col1, _col0, _col4 Group By Operator [GBY_296] (rows=2386410 width=408) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3, KEY._col4 <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_93] - PartitionCols:_col0, _col1, _col2, _col3, _col4,null sort order:aaaaa,sort order:+++++ + PartitionCols:_col0, _col1, _col2, _col3, _col4 Group By Operator [GBY_92] (rows=285117980 width=408) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],aggregations:["sum(_col3)"],keys:_col10, _col11, _col5, _col6, _col8 Merge Join Operator [MERGEJOIN_276] (rows=285117980 width=407) Conds:RS_88._col2=RS_295._col0(Inner),Output:["_col3","_col5","_col6","_col8","_col10","_col11"] <-Map 15 [SIMPLE_EDGE] vectorized SHUFFLE [RS_295] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_294] (rows=462000 width=194) Output:["_col0","_col1","_col2"] Filter Operator [FIL_293] (rows=462000 width=194) @@ -169,12 +168,12 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_brand","i_category"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_88] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Merge Join Operator [MERGEJOIN_275] (rows=285117980 width=221) Conds:RS_85._col1=RS_292._col0(Inner),Output:["_col2","_col3","_col5","_col6","_col8"] <-Map 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_292] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_291] (rows=60 width=102) Output:["_col0","_col1"] Filter Operator [FIL_290] (rows=60 width=102) @@ -183,12 +182,12 @@ Stage-0 default@call_center,call_center,Tbl:COMPLETE,Col:COMPLETE,Output:["cc_call_center_sk","cc_name"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_85] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_274] (rows=285117980 width=127) Conds:RS_289._col0=RS_281._col0(Inner),Output:["_col1","_col2","_col3","_col5","_col6"] <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_281] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_280] (rows=564 width=12) Output:["_col0","_col1","_col2"] Filter Operator [FIL_279] (rows=564 width=12) @@ -197,7 +196,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_moy"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_289] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_288] (rows=285117980 width=123) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_287] (rows=285117980 width=123) @@ -217,12 +216,12 @@ Stage-0 Please refer to the previous Select Operator [SEL_280] <-Reducer 9 [SIMPLE_EDGE] SHUFFLE [RS_106] - PartitionCols:_col5, _col6, _col12, _col7,null sort order:aaaa,sort order:++++ + PartitionCols:_col5, _col6, _col12, _col7 Merge Join Operator [MERGEJOIN_277] (rows=397735 width=636) Conds:RS_307._col0, _col1, _col4, _col2=RS_318._col0, _col1, _col7, _col2(Inner),Output:["_col3","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12"] <-Reducer 6 [SIMPLE_EDGE] vectorized SHUFFLE [RS_307] - PartitionCols:_col0, _col1, _col4, _col2,null sort order:aaaa,sort order:++++ + PartitionCols:_col0, _col1, _col4, _col2 Select Operator [SEL_305] (rows=2386410 width=404) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_303] (rows=2386410 width=408) @@ -232,7 +231,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_299] <-Reducer 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_318] - PartitionCols:_col0, _col1, _col7, _col2,null sort order:aaaa,sort order:++++ + PartitionCols:_col0, _col1, _col7, _col2 Select Operator [SEL_317] (rows=397735 width=524) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"] Filter Operator [FIL_316] (rows=397735 width=524) @@ -247,7 +246,7 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"] <-Reducer 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_311] - PartitionCols:_col1, _col0, _col4,null sort order:aaazz,sort order:+++++ + PartitionCols:_col1, _col0, _col4 Select Operator [SEL_310] (rows=2386410 width=408) Output:["avg_window_0","_col0","_col1","_col2","_col3","_col4","_col5"] PTF Operator [PTF_309] (rows=2386410 width=408) @@ -256,6 +255,6 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5"] <-Reducer 5 [SIMPLE_EDGE] vectorized SHUFFLE [RS_298] - PartitionCols:_col1, _col0, _col4, _col2,null sort order:aaaa,sort order:++++ + PartitionCols:_col1, _col0, _col4, _col2 Please refer to the previous Group By Operator [GBY_296] diff --git ql/src/test/results/clientpositive/perf/tez/query58.q.out ql/src/test/results/clientpositive/perf/tez/query58.q.out index b0e3a0d65a..57f3477e48 100644 --- ql/src/test/results/clientpositive/perf/tez/query58.q.out +++ ql/src/test/results/clientpositive/perf/tez/query58.q.out @@ -178,7 +178,6 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"] <-Reducer 6 [SIMPLE_EDGE] SHUFFLE [RS_163] - null sort order:zz,sort order:++ Select Operator [SEL_162] (rows=1 width=884) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"] Filter Operator [FIL_158] (rows=1 width=1108) @@ -187,26 +186,26 @@ Stage-0 Conds:RS_155._col0=RS_467._col0(Inner),Output:["_col0","_col1","_col2","_col3","_col5","_col6","_col7","_col9","_col10","_col11"] <-Reducer 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_467] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_466] (rows=310774 width=436) Output:["_col0","_col1","_col2","_col3"] Group By Operator [GBY_465] (rows=310774 width=212) Output:["_col0","_col1"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0 <-Reducer 13 [SIMPLE_EDGE] SHUFFLE [RS_147] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_146] (rows=37292880 width=212) Output:["_col0","_col1"],aggregations:["sum(_col2)"],keys:_col4 Merge Join Operator [MERGEJOIN_417] (rows=143966864 width=211) Conds:RS_142._col0=RS_143._col0(Inner),Output:["_col2","_col4"] <-Reducer 16 [SIMPLE_EDGE] SHUFFLE [RS_143] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_406] (rows=2 width=4) Conds:RS_422._col1=RS_438._col0(Inner),Output:["_col0"] <-Map 15 [SIMPLE_EDGE] vectorized SHUFFLE [RS_422] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_421] (rows=73049 width=98) Output:["_col0","_col1"] Filter Operator [FIL_420] (rows=73049 width=98) @@ -215,19 +214,19 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_date"] <-Reducer 24 [SIMPLE_EDGE] vectorized SHUFFLE [RS_438] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_437] (rows=2 width=94) Output:["_col0"],keys:KEY._col0 <-Reducer 23 [SIMPLE_EDGE] SHUFFLE [RS_32] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_31] (rows=2 width=94) Output:["_col0"],keys:_col2 Merge Join Operator [MERGEJOIN_405] (rows=5 width=94) Conds:RS_27._col1=RS_435._col1(Inner),Output:["_col2"] <-Map 25 [SIMPLE_EDGE] vectorized SHUFFLE [RS_435] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_433] (rows=73049 width=98) Output:["_col0","_col1"] Filter Operator [FIL_431] (rows=73049 width=98) @@ -236,7 +235,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date","d_week_seq"] <-Reducer 22 [SIMPLE_EDGE] SHUFFLE [RS_27] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_404] (rows=1 width=4) Conds:(Inner),Output:["_col1"] <-Map 25 [CUSTOM_SIMPLE_EDGE] vectorized @@ -264,12 +263,12 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date"] <-Reducer 12 [SIMPLE_EDGE] SHUFFLE [RS_142] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_411] (rows=143966864 width=215) Conds:RS_464._col1=RS_448._col0(Inner),Output:["_col0","_col2","_col4"] <-Map 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_448] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_445] (rows=462000 width=104) Output:["_col0","_col1"] Filter Operator [FIL_444] (rows=462000 width=104) @@ -278,7 +277,7 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_item_id"] <-Map 27 [SIMPLE_EDGE] vectorized SHUFFLE [RS_464] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_463] (rows=143966864 width=119) Output:["_col0","_col1","_col2"] Filter Operator [FIL_462] (rows=143966864 width=119) @@ -298,41 +297,41 @@ Stage-0 Please refer to the previous Merge Join Operator [MERGEJOIN_406] <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_155] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Filter Operator [FIL_153] (rows=3836 width=772) predicate:(_col1 BETWEEN _col6 AND _col7 and _col5 BETWEEN _col2 AND _col3) Merge Join Operator [MERGEJOIN_418] (rows=310774 width=772) Conds:RS_451._col0=RS_459._col0(Inner),Output:["_col0","_col1","_col2","_col3","_col5","_col6","_col7"] <-Reducer 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_459] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_458] (rows=310774 width=436) Output:["_col0","_col1","_col2","_col3"] Group By Operator [GBY_457] (rows=310774 width=212) Output:["_col0","_col1"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0 <-Reducer 10 [SIMPLE_EDGE] SHUFFLE [RS_97] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_96] (rows=138294430 width=212) Output:["_col0","_col1"],aggregations:["sum(_col2)"],keys:_col4 Merge Join Operator [MERGEJOIN_416] (rows=550076554 width=206) Conds:RS_92._col0=RS_93._col0(Inner),Output:["_col2","_col4"] <-Reducer 16 [SIMPLE_EDGE] SHUFFLE [RS_93] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Merge Join Operator [MERGEJOIN_406] <-Reducer 9 [SIMPLE_EDGE] SHUFFLE [RS_92] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_407] (rows=550076554 width=210) Conds:RS_456._col1=RS_447._col0(Inner),Output:["_col0","_col2","_col4"] <-Map 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_447] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_445] <-Map 26 [SIMPLE_EDGE] vectorized SHUFFLE [RS_456] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_455] (rows=550076554 width=114) Output:["_col0","_col1","_col2"] Filter Operator [FIL_454] (rows=550076554 width=114) @@ -352,34 +351,34 @@ Stage-0 Please refer to the previous Merge Join Operator [MERGEJOIN_406] <-Reducer 4 [SIMPLE_EDGE] vectorized SHUFFLE [RS_451] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_450] (rows=310774 width=436) Output:["_col0","_col1","_col2","_col3"] Group By Operator [GBY_449] (rows=310774 width=212) Output:["_col0","_col1"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0 <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_47] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_46] (rows=73653438 width=212) Output:["_col0","_col1"],aggregations:["sum(_col2)"],keys:_col4 Merge Join Operator [MERGEJOIN_415] (rows=286549727 width=211) Conds:RS_42._col0=RS_43._col0(Inner),Output:["_col2","_col4"] <-Reducer 16 [SIMPLE_EDGE] SHUFFLE [RS_43] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Merge Join Operator [MERGEJOIN_406] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_42] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_403] (rows=286549727 width=215) Conds:RS_443._col1=RS_446._col0(Inner),Output:["_col0","_col2","_col4"] <-Map 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_446] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_445] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_443] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_442] (rows=286549727 width=119) Output:["_col0","_col1","_col2"] Filter Operator [FIL_441] (rows=286549727 width=119) diff --git ql/src/test/results/clientpositive/perf/tez/query59.q.out ql/src/test/results/clientpositive/perf/tez/query59.q.out index c1038015e5..566f888d40 100644 --- ql/src/test/results/clientpositive/perf/tez/query59.q.out +++ ql/src/test/results/clientpositive/perf/tez/query59.q.out @@ -118,21 +118,20 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9"] <-Reducer 6 [SIMPLE_EDGE] SHUFFLE [RS_59] - null sort order:zzz,sort order:+++ Select Operator [SEL_58] (rows=862591 width=976) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9"] Merge Join Operator [MERGEJOIN_183] (rows=862591 width=1648) Conds:RS_55._col11, _col0=RS_56._col1, (_col0 - 52)(Inner),Output:["_col0","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col11","_col12","_col15","_col16","_col17","_col18","_col19","_col20"] <-Reducer 11 [SIMPLE_EDGE] SHUFFLE [RS_56] - PartitionCols:_col1, (_col0 - 52),null sort order:aa,sort order:++ + PartitionCols:_col1, (_col0 - 52) Select Operator [SEL_48] (rows=26628 width=776) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"] Merge Join Operator [MERGEJOIN_182] (rows=26628 width=776) Conds:RS_45._col1=RS_208._col0(Inner),Output:["_col0","_col2","_col3","_col4","_col5","_col6","_col7","_col10"] <-Map 15 [SIMPLE_EDGE] vectorized SHUFFLE [RS_208] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_207] (rows=1704 width=104) Output:["_col0","_col1"] Filter Operator [FIL_206] (rows=1704 width=104) @@ -141,12 +140,12 @@ Stage-0 default@store,store,Tbl:COMPLETE,Col:COMPLETE,Output:["s_store_sk","s_store_id"] <-Reducer 10 [SIMPLE_EDGE] SHUFFLE [RS_45] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_181] (rows=26628 width=676) Conds:RS_205._col0=RS_200._col0(Inner),Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"] <-Map 13 [SIMPLE_EDGE] vectorized SHUFFLE [RS_200] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_198] (rows=317 width=4) Output:["_col0"] Filter Operator [FIL_196] (rows=317 width=8) @@ -155,12 +154,12 @@ Stage-0 default@date_dim,d,Tbl:COMPLETE,Col:COMPLETE,Output:["d_month_seq","d_week_seq"] <-Reducer 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_205] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_204] (rows=1104768 width=679) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)","sum(VALUE._col2)","sum(VALUE._col3)","sum(VALUE._col4)","sum(VALUE._col5)"],keys:KEY._col0, KEY._col1 <-Reducer 8 [SIMPLE_EDGE] SHUFFLE [RS_33] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_32] (rows=525329897 width=679) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"],aggregations:["sum(_col2)","sum(_col3)","sum(_col5)","sum(_col6)","sum(_col7)","sum(_col8)"],keys:_col0, _col1 Select Operator [SEL_30] (rows=525329897 width=138) @@ -169,7 +168,7 @@ Stage-0 Conds:RS_187._col0=RS_192._col0(Inner),Output:["_col1","_col2","_col4","_col5","_col6","_col8","_col9","_col10","_col11"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_187] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_185] (rows=525329897 width=114) Output:["_col0","_col1","_col2"] Filter Operator [FIL_184] (rows=525329897 width=114) @@ -178,7 +177,7 @@ Stage-0 default@store_sales,store_sales,Tbl:COMPLETE,Col:COMPLETE,Output:["ss_sold_date_sk","ss_store_sk","ss_sales_price"] <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_192] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_190] (rows=73049 width=36) Output:["_col0","_col1","_col2","_col3","_col5","_col6","_col7","_col8"] Filter Operator [FIL_188] (rows=73049 width=99) @@ -187,12 +186,12 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_week_seq","d_day_name"] <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_55] - PartitionCols:_col11, _col0,null sort order:aa,sort order:++ + PartitionCols:_col11, _col0 Merge Join Operator [MERGEJOIN_179] (rows=26628 width=976) Conds:RS_52._col1=RS_203._col0(Inner),Output:["_col0","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col11","_col12"] <-Map 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_203] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_202] (rows=1704 width=192) Output:["_col0","_col1","_col2"] Filter Operator [FIL_201] (rows=1704 width=192) @@ -201,12 +200,12 @@ Stage-0 default@store,store,Tbl:COMPLETE,Col:COMPLETE,Output:["s_store_sk","s_store_id","s_store_name"] <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_52] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_178] (rows=26628 width=788) Conds:RS_194._col0=RS_199._col0(Inner),Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8"] <-Map 13 [SIMPLE_EDGE] vectorized SHUFFLE [RS_199] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_197] (rows=317 width=4) Output:["_col0"] Filter Operator [FIL_195] (rows=317 width=8) @@ -214,12 +213,12 @@ Stage-0 Please refer to the previous TableScan [TS_15] <-Reducer 3 [SIMPLE_EDGE] vectorized SHUFFLE [RS_194] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_193] (rows=1104768 width=791) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)","sum(VALUE._col2)","sum(VALUE._col3)","sum(VALUE._col4)","sum(VALUE._col5)","sum(VALUE._col6)"],keys:KEY._col0, KEY._col1 <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_12] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_11] (rows=525329897 width=791) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8"],aggregations:["sum(_col2)","sum(_col3)","sum(_col4)","sum(_col5)","sum(_col6)","sum(_col7)","sum(_col8)"],keys:_col0, _col1 Select Operator [SEL_9] (rows=525329897 width=142) @@ -228,11 +227,11 @@ Stage-0 Conds:RS_186._col0=RS_191._col0(Inner),Output:["_col1","_col2","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_186] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_185] <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_191] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_189] (rows=73049 width=36) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8"] Please refer to the previous Filter Operator [FIL_188] diff --git ql/src/test/results/clientpositive/perf/tez/query6.q.out ql/src/test/results/clientpositive/perf/tez/query6.q.out index cb4adc87a8..5c49ab4517 100644 --- ql/src/test/results/clientpositive/perf/tez/query6.q.out +++ ql/src/test/results/clientpositive/perf/tez/query6.q.out @@ -90,21 +90,20 @@ Stage-0 Output:["_col0","_col1"] <-Reducer 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_233] - null sort order:z,sort order:+ Filter Operator [FIL_232] (rows=17 width=94) predicate:(_col1 >= 10L) Group By Operator [GBY_231] (rows=51 width=94) Output:["_col0","_col1"],aggregations:["count(VALUE._col0)"],keys:KEY._col0 <-Reducer 8 [SIMPLE_EDGE] SHUFFLE [RS_70] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_69] (rows=9027 width=94) Output:["_col0","_col1"],aggregations:["count()"],keys:_col9 Merge Join Operator [MERGEJOIN_175] (rows=525327388 width=86) Conds:RS_65._col4=RS_215._col0(Inner),Output:["_col9"] <-Map 16 [SIMPLE_EDGE] vectorized SHUFFLE [RS_215] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_214] (rows=153611 width=227) Output:["_col0"] Filter Operator [FIL_213] (rows=153611 width=227) @@ -113,7 +112,7 @@ Stage-0 Conds:RS_209._col0=SEL_211._col2(Inner),Output:["_col1","_col3","_col4"] <-Reducer 15 [BROADCAST_EDGE] vectorized BROADCAST [RS_209] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Map Join Operator [MAPJOIN_208] (rows=10 width=202) Conds:(Inner),Output:["_col0","_col1"] <-Reducer 5 [BROADCAST_EDGE] vectorized @@ -132,7 +131,7 @@ Stage-0 Output:["_col0"],keys:KEY._col0 <-Map 2 [SIMPLE_EDGE] vectorized SHUFFLE [RS_187] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_185] (rows=25 width=4) Output:["_col0"],keys:d_month_seq Select Operator [SEL_183] (rows=50 width=12) @@ -149,7 +148,7 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)","count(VALUE._col1)"],keys:KEY._col0 <-Map 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_196] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_195] (rows=10 width=210) Output:["_col0","_col1","_col2"],aggregations:["sum(i_current_price)","count(i_current_price)"],keys:i_category Filter Operator [FIL_194] (rows=462000 width=201) @@ -164,27 +163,27 @@ Stage-0 default@item,i,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_current_price","i_category"] <-Reducer 7 [SIMPLE_EDGE] SHUFFLE [RS_65] - PartitionCols:_col4,null sort order:a,sort order:+ + PartitionCols:_col4 Merge Join Operator [MERGEJOIN_174] (rows=525327388 width=90) Conds:RS_224._col5=RS_63._col0(Inner),Output:["_col4","_col9"] <-Map 6 [SIMPLE_EDGE] vectorized SHUFFLE [RS_224] - PartitionCols:_col5,null sort order:a,sort order:+ + PartitionCols:_col5 Map Join Operator [MAPJOIN_223] (rows=525327388 width=7) Conds:RS_193._col0=SEL_222._col0(Inner),Output:["_col4","_col5"] <-Map 1 [BROADCAST_EDGE] vectorized BROADCAST [RS_193] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Map Join Operator [MAPJOIN_192] (rows=660 width=4) Conds:SEL_191._col1=RS_189._col0(Inner),Output:["_col0"] <-Reducer 3 [BROADCAST_EDGE] vectorized BROADCAST [RS_189] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_188] (rows=25 width=4) Output:["_col0"],keys:KEY._col0 <-Map 2 [SIMPLE_EDGE] vectorized SHUFFLE [RS_186] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_184] (rows=25 width=4) Output:["_col0"],keys:d_month_seq Select Operator [SEL_182] (rows=50 width=12) @@ -217,12 +216,12 @@ Stage-0 Please refer to the previous Select Operator [SEL_214] <-Reducer 12 [SIMPLE_EDGE] SHUFFLE [RS_63] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_171] (rows=80000000 width=90) Conds:RS_227._col1=RS_230._col0(Inner),Output:["_col0","_col3"] <-Map 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_227] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_226] (rows=80000000 width=8) Output:["_col0","_col1"] Filter Operator [FIL_225] (rows=80000000 width=8) @@ -231,7 +230,7 @@ Stage-0 default@customer,c,Tbl:COMPLETE,Col:COMPLETE,Output:["c_customer_sk","c_current_addr_sk"] <-Map 13 [SIMPLE_EDGE] vectorized SHUFFLE [RS_230] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_229] (rows=40000000 width=90) Output:["_col0","_col1"] Filter Operator [FIL_228] (rows=40000000 width=90) diff --git ql/src/test/results/clientpositive/perf/tez/query60.q.out ql/src/test/results/clientpositive/perf/tez/query60.q.out index 87eaa70d50..e77c89ba69 100644 --- ql/src/test/results/clientpositive/perf/tez/query60.q.out +++ ql/src/test/results/clientpositive/perf/tez/query60.q.out @@ -204,34 +204,33 @@ Stage-0 Output:["_col0","_col1"] <-Reducer 6 [SIMPLE_EDGE] vectorized SHUFFLE [RS_359] - null sort order:zz,sort order:++ Group By Operator [GBY_358] (rows=1717 width=212) Output:["_col0","_col1"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0 <-Union 5 [SIMPLE_EDGE] <-Reducer 11 [CONTAINS] vectorized Reduce Output Operator [RS_380] - PartitionCols:_col0,null sort order:z,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_379] (rows=1717 width=212) Output:["_col0","_col1"],aggregations:["sum(_col1)"],keys:_col0 Top N Key Operator [TNK_378] (rows=5151 width=212) - keys:_col0,null sort order:z,sort order:+,top n:100 + keys:_col0,top n:100 Group By Operator [GBY_377] (rows=1717 width=212) Output:["_col0","_col1"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0 <-Reducer 10 [SIMPLE_EDGE] SHUFFLE [RS_109] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_108] (rows=99586 width=212) Output:["_col0","_col1"],aggregations:["sum(_col7)"],keys:_col1 Merge Join Operator [MERGEJOIN_305] (rows=69268204 width=211) Conds:RS_104._col0=RS_105._col2(Inner),Output:["_col1","_col7"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_104] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_294] (rows=34340 width=104) Conds:RS_323._col1=RS_329._col0(Inner),Output:["_col0","_col1"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_323] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_322] (rows=462000 width=104) Output:["_col0","_col1"] Filter Operator [FIL_321] (rows=462000 width=104) @@ -240,12 +239,12 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_item_id"] <-Reducer 13 [SIMPLE_EDGE] vectorized SHUFFLE [RS_329] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_328] (rows=23100 width=100) Output:["_col0"],keys:KEY._col0 <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_327] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_326] (rows=23100 width=100) Output:["_col0"],keys:i_item_id Select Operator [SEL_325] (rows=46200 width=190) @@ -256,14 +255,14 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_id","i_category"] <-Reducer 23 [SIMPLE_EDGE] SHUFFLE [RS_105] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Select Operator [SEL_100] (rows=143931246 width=115) Output:["_col2","_col4"] Merge Join Operator [MERGEJOIN_302] (rows=143931246 width=115) Conds:RS_97._col2=RS_353._col0(Inner),Output:["_col1","_col3"] <-Map 25 [SIMPLE_EDGE] vectorized SHUFFLE [RS_353] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_350] (rows=8000000 width=4) Output:["_col0"] Filter Operator [FIL_349] (rows=8000000 width=112) @@ -272,12 +271,12 @@ Stage-0 default@customer_address,customer_address,Tbl:COMPLETE,Col:COMPLETE,Output:["ca_address_sk","ca_gmt_offset"] <-Reducer 22 [SIMPLE_EDGE] SHUFFLE [RS_97] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Merge Join Operator [MERGEJOIN_301] (rows=143931246 width=119) Conds:RS_376._col0=RS_336._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 17 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_336] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_331] (rows=50 width=4) Output:["_col0"] Filter Operator [FIL_330] (rows=50 width=12) @@ -286,7 +285,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_moy"] <-Map 27 [SIMPLE_EDGE] vectorized SHUFFLE [RS_376] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_375] (rows=143931246 width=123) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_374] (rows=143931246 width=123) @@ -306,47 +305,47 @@ Stage-0 Please refer to the previous Select Operator [SEL_331] <-Reducer 4 [CONTAINS] vectorized Reduce Output Operator [RS_357] - PartitionCols:_col0,null sort order:z,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_356] (rows=1717 width=212) Output:["_col0","_col1"],aggregations:["sum(_col1)"],keys:_col0 Top N Key Operator [TNK_355] (rows=5151 width=212) - keys:_col0,null sort order:z,sort order:+,top n:100 + keys:_col0,top n:100 Group By Operator [GBY_354] (rows=1717 width=212) Output:["_col0","_col1"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0 <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_34] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_33] (rows=343400 width=212) Output:["_col0","_col1"],aggregations:["sum(_col7)"],keys:_col1 Merge Join Operator [MERGEJOIN_303] (rows=252818424 width=201) Conds:RS_29._col0=RS_30._col2(Inner),Output:["_col1","_col7"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_29] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Merge Join Operator [MERGEJOIN_294] <-Reducer 16 [SIMPLE_EDGE] SHUFFLE [RS_30] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Select Operator [SEL_25] (rows=525327191 width=110) Output:["_col2","_col4"] Merge Join Operator [MERGEJOIN_296] (rows=525327191 width=110) Conds:RS_22._col2=RS_351._col0(Inner),Output:["_col1","_col3"] <-Map 25 [SIMPLE_EDGE] vectorized SHUFFLE [RS_351] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_350] <-Reducer 15 [SIMPLE_EDGE] SHUFFLE [RS_22] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Merge Join Operator [MERGEJOIN_295] (rows=525327191 width=114) Conds:RS_348._col0=RS_332._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 17 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_332] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_331] <-Map 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_348] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_347] (rows=525327191 width=118) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_346] (rows=525327191 width=118) @@ -366,47 +365,47 @@ Stage-0 Please refer to the previous Select Operator [SEL_331] <-Reducer 9 [CONTAINS] vectorized Reduce Output Operator [RS_371] - PartitionCols:_col0,null sort order:z,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_370] (rows=1717 width=212) Output:["_col0","_col1"],aggregations:["sum(_col1)"],keys:_col0 Top N Key Operator [TNK_369] (rows=5151 width=212) - keys:_col0,null sort order:z,sort order:+,top n:100 + keys:_col0,top n:100 Group By Operator [GBY_368] (rows=1717 width=212) Output:["_col0","_col1"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0 <-Reducer 8 [SIMPLE_EDGE] SHUFFLE [RS_71] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_70] (rows=195738 width=212) Output:["_col0","_col1"],aggregations:["sum(_col7)"],keys:_col1 Merge Join Operator [MERGEJOIN_304] (rows=137215467 width=210) Conds:RS_66._col0=RS_67._col3(Inner),Output:["_col1","_col7"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_66] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Merge Join Operator [MERGEJOIN_294] <-Reducer 20 [SIMPLE_EDGE] SHUFFLE [RS_67] - PartitionCols:_col3,null sort order:a,sort order:+ + PartitionCols:_col3 Select Operator [SEL_62] (rows=285117733 width=115) Output:["_col3","_col4"] Merge Join Operator [MERGEJOIN_299] (rows=285117733 width=115) Conds:RS_59._col1=RS_352._col0(Inner),Output:["_col2","_col3"] <-Map 25 [SIMPLE_EDGE] vectorized SHUFFLE [RS_352] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_350] <-Reducer 19 [SIMPLE_EDGE] SHUFFLE [RS_59] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_298] (rows=285117733 width=119) Conds:RS_367._col0=RS_334._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 17 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_334] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_331] <-Map 26 [SIMPLE_EDGE] vectorized SHUFFLE [RS_367] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_366] (rows=285117733 width=123) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_365] (rows=285117733 width=123) diff --git ql/src/test/results/clientpositive/perf/tez/query61.q.out ql/src/test/results/clientpositive/perf/tez/query61.q.out index 9b54975978..222cbe020d 100644 --- ql/src/test/results/clientpositive/perf/tez/query61.q.out +++ ql/src/test/results/clientpositive/perf/tez/query61.q.out @@ -144,12 +144,12 @@ Stage-0 Conds:RS_37._col0=RS_38._col2(Inner),Output:["_col8"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_37] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_252] (rows=16000001 width=4) Conds:RS_266._col1=RS_269._col0(Inner),Output:["_col0"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_266] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_265] (rows=80000000 width=8) Output:["_col0","_col1"] Filter Operator [FIL_264] (rows=80000000 width=8) @@ -158,7 +158,7 @@ Stage-0 default@customer,customer,Tbl:COMPLETE,Col:COMPLETE,Output:["c_customer_sk","c_current_addr_sk"] <-Map 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_269] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_268] (rows=8000000 width=4) Output:["_col0"] Filter Operator [FIL_267] (rows=8000000 width=112) @@ -167,12 +167,12 @@ Stage-0 default@customer_address,customer_address,Tbl:COMPLETE,Col:COMPLETE,Output:["ca_address_sk","ca_gmt_offset"] <-Reducer 13 [SIMPLE_EDGE] SHUFFLE [RS_38] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Merge Join Operator [MERGEJOIN_256] (rows=461162530 width=110) Conds:RS_30._col4=RS_295._col0(Inner),Output:["_col2","_col5"] <-Map 22 [SIMPLE_EDGE] vectorized SHUFFLE [RS_295] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_294] (rows=2300 width=4) Output:["_col0"] Filter Operator [FIL_293] (rows=2300 width=259) @@ -181,12 +181,12 @@ Stage-0 default@promotion,promotion,Tbl:COMPLETE,Col:COMPLETE,Output:["p_promo_sk","p_channel_dmail","p_channel_email","p_channel_tv"] <-Reducer 12 [SIMPLE_EDGE] SHUFFLE [RS_30] - PartitionCols:_col4,null sort order:a,sort order:+ + PartitionCols:_col4 Merge Join Operator [MERGEJOIN_255] (rows=461162530 width=114) Conds:RS_27._col3=RS_291._col0(Inner),Output:["_col2","_col4","_col5"] <-Map 21 [SIMPLE_EDGE] vectorized SHUFFLE [RS_291] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_290] (rows=341 width=4) Output:["_col0"] Filter Operator [FIL_289] (rows=341 width=115) @@ -195,12 +195,12 @@ Stage-0 default@store,store,Tbl:COMPLETE,Col:COMPLETE,Output:["s_store_sk","s_gmt_offset"] <-Reducer 11 [SIMPLE_EDGE] SHUFFLE [RS_27] - PartitionCols:_col3,null sort order:a,sort order:+ + PartitionCols:_col3 Merge Join Operator [MERGEJOIN_254] (rows=461162530 width=118) Conds:RS_24._col1=RS_287._col0(Inner),Output:["_col2","_col3","_col4","_col5"] <-Map 20 [SIMPLE_EDGE] vectorized SHUFFLE [RS_287] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_286] (rows=46200 width=4) Output:["_col0"] Filter Operator [FIL_285] (rows=46200 width=94) @@ -209,12 +209,12 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_category"] <-Reducer 10 [SIMPLE_EDGE] SHUFFLE [RS_24] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_253] (rows=479120969 width=122) Conds:RS_284._col0=RS_272._col0(Inner),Output:["_col1","_col2","_col3","_col4","_col5"] <-Map 14 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_272] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_271] (rows=50 width=4) Output:["_col0"] Filter Operator [FIL_270] (rows=50 width=12) @@ -223,7 +223,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_moy"] <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_284] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_283] (rows=479120969 width=126) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Filter Operator [FIL_282] (rows=479120969 width=126) @@ -253,38 +253,38 @@ Stage-0 Conds:RS_76._col0=RS_77._col2(Inner),Output:["_col7"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_76] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Merge Join Operator [MERGEJOIN_252] <-Reducer 18 [SIMPLE_EDGE] SHUFFLE [RS_77] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Merge Join Operator [MERGEJOIN_260] (rows=482889610 width=110) Conds:RS_69._col3=RS_292._col0(Inner),Output:["_col2","_col4"] <-Map 21 [SIMPLE_EDGE] vectorized SHUFFLE [RS_292] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_290] <-Reducer 17 [SIMPLE_EDGE] SHUFFLE [RS_69] - PartitionCols:_col3,null sort order:a,sort order:+ + PartitionCols:_col3 Merge Join Operator [MERGEJOIN_259] (rows=482889610 width=114) Conds:RS_66._col1=RS_288._col0(Inner),Output:["_col2","_col3","_col4"] <-Map 20 [SIMPLE_EDGE] vectorized SHUFFLE [RS_288] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_286] <-Reducer 16 [SIMPLE_EDGE] SHUFFLE [RS_66] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_258] (rows=501694138 width=118) Conds:RS_302._col0=RS_274._col0(Inner),Output:["_col1","_col2","_col3","_col4"] <-Map 14 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_274] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_271] <-Map 23 [SIMPLE_EDGE] vectorized SHUFFLE [RS_302] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_301] (rows=501694138 width=122) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_300] (rows=501694138 width=122) diff --git ql/src/test/results/clientpositive/perf/tez/query63.q.out ql/src/test/results/clientpositive/perf/tez/query63.q.out index c9d800e3e9..3cdf37b734 100644 --- ql/src/test/results/clientpositive/perf/tez/query63.q.out +++ ql/src/test/results/clientpositive/perf/tez/query63.q.out @@ -87,7 +87,6 @@ Stage-0 Output:["_col0","_col1","_col2"] <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_33] - null sort order:zzz,sort order:+++ Select Operator [SEL_30] (rows=338 width=228) Output:["_col0","_col1","_col2"] Filter Operator [FIL_46] (rows=338 width=228) @@ -102,14 +101,14 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1 <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_23] - PartitionCols:_col0,null sort order:aa,sort order:++ + PartitionCols:_col0 Group By Operator [GBY_22] (rows=676 width=120) Output:["_col0","_col1","_col2"],aggregations:["sum(_col3)"],keys:_col5, _col7 Merge Join Operator [MERGEJOIN_84] (rows=569118 width=8) Conds:RS_18._col2=RS_101._col0(Inner),Output:["_col3","_col5","_col7"] <-Map 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_101] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_100] (rows=1704 width=4) Output:["_col0"] Filter Operator [FIL_99] (rows=1704 width=4) @@ -118,12 +117,12 @@ Stage-0 default@store,store,Tbl:COMPLETE,Col:COMPLETE,Output:["s_store_sk"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_18] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Merge Join Operator [MERGEJOIN_83] (rows=569118 width=8) Conds:RS_15._col0=RS_98._col0(Inner),Output:["_col2","_col3","_col5","_col7"] <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_98] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_97] (rows=317 width=8) Output:["_col0","_col1"] Filter Operator [FIL_96] (rows=317 width=12) @@ -132,12 +131,12 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_month_seq","d_moy"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_15] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_82] (rows=569118 width=4) Conds:RS_95._col1=RS_87._col0(Inner),Output:["_col0","_col2","_col3","_col5"] <-Map 7 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_87] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_86] (rows=52 width=8) Output:["_col0","_col1"] Filter Operator [FIL_85] (rows=52 width=290) @@ -146,7 +145,7 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_brand","i_class","i_category","i_manager_id"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_95] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_94] (rows=525329897 width=118) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_93] (rows=525329897 width=118) diff --git ql/src/test/results/clientpositive/perf/tez/query64.q.out ql/src/test/results/clientpositive/perf/tez/query64.q.out index de49d8551c..444b6fb831 100644 --- ql/src/test/results/clientpositive/perf/tez/query64.q.out +++ ql/src/test/results/clientpositive/perf/tez/query64.q.out @@ -320,7 +320,6 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15","_col16","_col17","_col18","_col19","_col20"] <-Reducer 11 [SIMPLE_EDGE] SHUFFLE [RS_259] - null sort order:zzz,sort order:+++ Select Operator [SEL_258] (rows=319640870598 width=1694) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15","_col16","_col17","_col18"] Filter Operator [FIL_257] (rows=319640870598 width=1694) @@ -329,7 +328,7 @@ Stage-0 Conds:RS_1195._col2, _col1, _col3=RS_1214._col1, _col0, _col2(Inner),Output:["_col0","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15","_col19","_col20","_col21","_col22"] <-Reducer 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1195] - PartitionCols:_col2, _col1, _col3,null sort order:aaa,sort order:+++ + PartitionCols:_col2, _col1, _col3 Select Operator [SEL_1194] (rows=66897622 width=1354) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15"] Filter Operator [FIL_1193] (rows=66897622 width=1362) @@ -340,14 +339,14 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15","_col16","_col17"],aggregations:["count(VALUE._col0)","sum(VALUE._col1)","sum(VALUE._col2)","sum(VALUE._col3)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3, KEY._col4, KEY._col5, KEY._col6, KEY._col7, KEY._col8, KEY._col9, KEY._col10, KEY._col11, KEY._col12, KEY._col13 <-Reducer 9 [SIMPLE_EDGE] SHUFFLE [RS_122] - PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9, _col10, _col11, _col12, _col13,null sort order:aaaaaaaaaaaaaa,sort order:++++++++++++++ + PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9, _col10, _col11, _col12, _col13 Group By Operator [GBY_121] (rows=66897622 width=1362) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15","_col16","_col17"],aggregations:["count()","sum(_col42)","sum(_col43)","sum(_col44)"],keys:_col28, _col45, _col29, _col7, _col9, _col14, _col15, _col16, _col17, _col23, _col24, _col25, _col26, _col46 Merge Join Operator [MERGEJOIN_1092] (rows=67843635 width=1260) Conds:RS_117._col31=RS_1139._col0(Inner),Output:["_col7","_col9","_col14","_col15","_col16","_col17","_col23","_col24","_col25","_col26","_col28","_col29","_col42","_col43","_col44","_col45","_col46"] <-Map 36 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1139] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_1137] (rows=20 width=4) Output:["_col0"] Filter Operator [FIL_1136] (rows=20 width=4) @@ -356,14 +355,14 @@ Stage-0 default@income_band,ib2,Tbl:COMPLETE,Col:COMPLETE,Output:["ib_income_band_sk"] <-Reducer 8 [SIMPLE_EDGE] SHUFFLE [RS_117] - PartitionCols:_col31,null sort order:a,sort order:+ + PartitionCols:_col31 Filter Operator [FIL_116] (rows=67843635 width=1434) predicate:(_col50 <> _col19) Merge Join Operator [MERGEJOIN_1091] (rows=67843635 width=1434) Conds:RS_113._col36=RS_1148._col0(Inner),Output:["_col7","_col9","_col14","_col15","_col16","_col17","_col19","_col23","_col24","_col25","_col26","_col28","_col29","_col31","_col42","_col43","_col44","_col45","_col46","_col50"] <-Map 53 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1148] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_1147] (rows=1861800 width=89) Output:["_col0","_col1"] Filter Operator [FIL_1146] (rows=1861800 width=89) @@ -372,26 +371,26 @@ Stage-0 default@customer_demographics,cd1,Tbl:COMPLETE,Col:COMPLETE,Output:["cd_demo_sk","cd_marital_status"] <-Reducer 7 [SIMPLE_EDGE] SHUFFLE [RS_113] - PartitionCols:_col36,null sort order:a,sort order:+ + PartitionCols:_col36 Merge Join Operator [MERGEJOIN_1090] (rows=66897622 width=1351) Conds:RS_110._col0=RS_111._col15(Inner),Output:["_col7","_col9","_col14","_col15","_col16","_col17","_col19","_col23","_col24","_col25","_col26","_col28","_col29","_col31","_col36","_col42","_col43","_col44","_col45","_col46"] <-Reducer 6 [SIMPLE_EDGE] SHUFFLE [RS_110] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_1080] (rows=70357394 width=458) Conds:RS_107._col1=RS_1149._col0(Inner),Output:["_col0","_col7","_col9","_col14","_col15","_col16","_col17","_col19"] <-Map 53 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1149] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_1147] <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_107] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_1079] (rows=69376329 width=376) Conds:RS_104._col3=RS_1143._col0(Inner),Output:["_col0","_col1","_col7","_col9","_col14","_col15","_col16","_col17"] <-Map 37 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1143] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_1142] (rows=40000000 width=365) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_1141] (rows=40000000 width=365) @@ -400,17 +399,17 @@ Stage-0 default@customer_address,ad2,Tbl:COMPLETE,Col:COMPLETE,Output:["ca_address_sk","ca_street_number","ca_street_name","ca_city","ca_zip"] <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_104] - PartitionCols:_col3,null sort order:a,sort order:+ + PartitionCols:_col3 Merge Join Operator [MERGEJOIN_1078] (rows=69376329 width=19) Conds:RS_101._col2=RS_102._col0(Inner),Output:["_col0","_col1","_col3","_col7","_col9"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_101] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Merge Join Operator [MERGEJOIN_1076] (rows=69376329 width=23) Conds:RS_98._col4=RS_1122._col0(Inner),Output:["_col0","_col1","_col2","_col3","_col7","_col9"] <-Map 17 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_1122] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_1118] (rows=73049 width=8) Output:["_col0","_col1"] Filter Operator [FIL_1115] (rows=73049 width=8) @@ -419,16 +418,16 @@ Stage-0 default@date_dim,d2,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_98] - PartitionCols:_col4,null sort order:a,sort order:+ + PartitionCols:_col4 Merge Join Operator [MERGEJOIN_1075] (rows=69376329 width=23) Conds:RS_1114._col5=RS_1121._col0(Inner),Output:["_col0","_col1","_col2","_col3","_col4","_col7"] <-Map 17 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_1121] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_1118] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1114] - PartitionCols:_col5,null sort order:a,sort order:+ + PartitionCols:_col5 Select Operator [SEL_1113] (rows=69376329 width=23) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Filter Operator [FIL_1112] (rows=69376329 width=23) @@ -437,12 +436,12 @@ Stage-0 default@customer,customer,Tbl:COMPLETE,Col:COMPLETE,Output:["c_customer_sk","c_current_cdemo_sk","c_current_hdemo_sk","c_current_addr_sk","c_first_shipto_date_sk","c_first_sales_date_sk"] <-Reducer 35 [SIMPLE_EDGE] SHUFFLE [RS_102] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_1077] (rows=7200 width=4) Conds:RS_1133._col1=RS_1138._col0(Inner),Output:["_col0"] <-Map 34 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1133] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_1132] (rows=7200 width=8) Output:["_col0","_col1"] Filter Operator [FIL_1131] (rows=7200 width=8) @@ -451,18 +450,18 @@ Stage-0 default@household_demographics,hd2,Tbl:COMPLETE,Col:COMPLETE,Output:["hd_demo_sk","hd_income_band_sk"] <-Map 36 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1138] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_1137] <-Reducer 24 [SIMPLE_EDGE] SHUFFLE [RS_111] - PartitionCols:_col15,null sort order:a,sort order:+ + PartitionCols:_col15 Select Operator [SEL_88] (rows=66897622 width=900) Output:["_col3","_col4","_col5","_col6","_col8","_col9","_col11","_col15","_col16","_col22","_col23","_col24","_col25","_col26"] Merge Join Operator [MERGEJOIN_1089] (rows=66897622 width=900) Conds:RS_85._col1, _col8=RS_1189._col0, _col1(Inner),Output:["_col2","_col3","_col9","_col10","_col11","_col12","_col13","_col18","_col20","_col21","_col23","_col24","_col25","_col26"] <-Map 52 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1189] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Select Operator [SEL_1188] (rows=57591150 width=8) Output:["_col0","_col1"] Filter Operator [FIL_1187] (rows=57591150 width=8) @@ -471,21 +470,21 @@ Stage-0 default@store_returns,store_returns,Tbl:COMPLETE,Col:COMPLETE,Output:["sr_item_sk","sr_ticket_number"] <-Reducer 23 [SIMPLE_EDGE] SHUFFLE [RS_85] - PartitionCols:_col1, _col8,null sort order:aa,sort order:++ + PartitionCols:_col1, _col8 Merge Join Operator [MERGEJOIN_1088] (rows=40575792 width=845) Conds:RS_82._col5=RS_1144._col0(Inner),Output:["_col1","_col2","_col3","_col8","_col9","_col10","_col11","_col12","_col13","_col18","_col20","_col21","_col23","_col24","_col25","_col26"] <-Map 37 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1144] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_1142] <-Reducer 22 [SIMPLE_EDGE] SHUFFLE [RS_82] - PartitionCols:_col5,null sort order:a,sort order:+ + PartitionCols:_col5 Merge Join Operator [MERGEJOIN_1087] (rows=40575792 width=486) Conds:RS_79._col6=RS_1185._col0(Inner),Output:["_col1","_col2","_col3","_col5","_col8","_col9","_col10","_col11","_col12","_col13","_col18","_col20","_col21"] <-Map 51 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1185] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_1184] (rows=1704 width=181) Output:["_col0","_col1","_col2"] Filter Operator [FIL_1183] (rows=1704 width=181) @@ -494,21 +493,21 @@ Stage-0 default@store,store,Tbl:COMPLETE,Col:COMPLETE,Output:["s_store_sk","s_store_name","s_zip"] <-Reducer 21 [SIMPLE_EDGE] SHUFFLE [RS_79] - PartitionCols:_col6,null sort order:a,sort order:+ + PartitionCols:_col6 Merge Join Operator [MERGEJOIN_1086] (rows=40575792 width=312) Conds:RS_76._col4=RS_1134._col0(Inner),Output:["_col1","_col2","_col3","_col5","_col6","_col8","_col9","_col10","_col11","_col12","_col13","_col18"] <-Map 34 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1134] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_1132] <-Reducer 20 [SIMPLE_EDGE] SHUFFLE [RS_76] - PartitionCols:_col4,null sort order:a,sort order:+ + PartitionCols:_col4 Merge Join Operator [MERGEJOIN_1085] (rows=40575792 width=310) Conds:RS_73._col7=RS_1181._col0(Inner),Output:["_col1","_col2","_col3","_col4","_col5","_col6","_col8","_col9","_col10","_col11","_col12","_col13"] <-Map 50 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1181] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_1180] (rows=2300 width=4) Output:["_col0"] Filter Operator [FIL_1179] (rows=2300 width=4) @@ -517,17 +516,17 @@ Stage-0 default@promotion,promotion,Tbl:COMPLETE,Col:COMPLETE,Output:["p_promo_sk"] <-Reducer 19 [SIMPLE_EDGE] SHUFFLE [RS_73] - PartitionCols:_col7,null sort order:a,sort order:+ + PartitionCols:_col7 Merge Join Operator [MERGEJOIN_1084] (rows=40575792 width=312) Conds:RS_70._col1=RS_1178._col0(Inner),Output:["_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13"] <-Reducer 18 [SIMPLE_EDGE] SHUFFLE [RS_70] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_1082] (rows=40575792 width=312) Conds:RS_67._col0=RS_1123._col0(Inner),Output:["_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13"] <-Map 17 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_1123] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_1119] (rows=652 width=4) Output:["_col0"] Filter Operator [FIL_1116] (rows=652 width=8) @@ -535,12 +534,12 @@ Stage-0 Please refer to the previous TableScan [TS_3] <-Reducer 39 [SIMPLE_EDGE] SHUFFLE [RS_67] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_1081] (rows=40575792 width=314) Conds:RS_1155._col1=RS_1158._col0(Inner),Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13"] <-Map 40 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_1158] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_1157] (rows=4667 width=111) Output:["_col0","_col1"] Filter Operator [FIL_1156] (rows=4667 width=311) @@ -549,7 +548,7 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_current_price","i_color","i_product_name"] <-Map 38 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1155] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_1154] (rows=417313408 width=355) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11"] Filter Operator [FIL_1153] (rows=417313408 width=355) @@ -569,7 +568,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_1119] <-Reducer 46 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1178] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_1177] (rows=13257 width=4) Output:["_col0"] Filter Operator [FIL_1176] (rows=13257 width=228) @@ -578,14 +577,14 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)"],keys:KEY._col0 <-Reducer 45 [SIMPLE_EDGE] SHUFFLE [RS_45] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_44] (rows=6482999 width=228) Output:["_col0","_col1","_col2"],aggregations:["sum(_col2)","sum(_col5)"],keys:_col0 Merge Join Operator [MERGEJOIN_1083] (rows=183085709 width=227) Conds:RS_1170._col0, _col1=RS_1173._col0, _col1(Inner),Output:["_col0","_col2","_col5"] <-Map 47 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1173] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Select Operator [SEL_1172] (rows=28798881 width=120) Output:["_col0","_col1","_col2"] Filter Operator [FIL_1171] (rows=28798881 width=337) @@ -594,7 +593,7 @@ Stage-0 default@catalog_returns,catalog_returns,Tbl:COMPLETE,Col:COMPLETE,Output:["cr_item_sk","cr_order_number","cr_refunded_cash","cr_reversed_charge","cr_store_credit"] <-Map 44 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1170] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Select Operator [SEL_1169] (rows=287989836 width=119) Output:["_col0","_col1","_col2"] Filter Operator [FIL_1168] (rows=287989836 width=119) @@ -614,7 +613,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_1157] <-Reducer 16 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1214] - PartitionCols:_col1, _col0, _col2,null sort order:aaa,sort order:+++ + PartitionCols:_col1, _col0, _col2 Select Operator [SEL_1213] (rows=66897622 width=525) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"] Filter Operator [FIL_1212] (rows=66897622 width=1362) @@ -625,95 +624,95 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15","_col16","_col17"],aggregations:["count(VALUE._col0)","sum(VALUE._col1)","sum(VALUE._col2)","sum(VALUE._col3)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3, KEY._col4, KEY._col5, KEY._col6, KEY._col7, KEY._col8, KEY._col9, KEY._col10, KEY._col11, KEY._col12, KEY._col13 <-Reducer 15 [SIMPLE_EDGE] SHUFFLE [RS_249] - PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9, _col10, _col11, _col12, _col13,null sort order:aaaaaaaaaaaaaa,sort order:++++++++++++++ + PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9, _col10, _col11, _col12, _col13 Group By Operator [GBY_248] (rows=66897622 width=1362) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15","_col16","_col17"],aggregations:["count()","sum(_col42)","sum(_col43)","sum(_col44)"],keys:_col28, _col45, _col29, _col7, _col9, _col14, _col15, _col16, _col17, _col23, _col24, _col25, _col26, _col46 Merge Join Operator [MERGEJOIN_1110] (rows=67843635 width=1260) Conds:RS_244._col31=RS_1140._col0(Inner),Output:["_col7","_col9","_col14","_col15","_col16","_col17","_col23","_col24","_col25","_col26","_col28","_col29","_col42","_col43","_col44","_col45","_col46"] <-Map 36 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1140] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_1137] <-Reducer 14 [SIMPLE_EDGE] SHUFFLE [RS_244] - PartitionCols:_col31,null sort order:a,sort order:+ + PartitionCols:_col31 Filter Operator [FIL_243] (rows=67843635 width=1434) predicate:(_col50 <> _col19) Merge Join Operator [MERGEJOIN_1109] (rows=67843635 width=1434) Conds:RS_240._col36=RS_1150._col0(Inner),Output:["_col7","_col9","_col14","_col15","_col16","_col17","_col19","_col23","_col24","_col25","_col26","_col28","_col29","_col31","_col42","_col43","_col44","_col45","_col46","_col50"] <-Map 53 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1150] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_1147] <-Reducer 13 [SIMPLE_EDGE] SHUFFLE [RS_240] - PartitionCols:_col36,null sort order:a,sort order:+ + PartitionCols:_col36 Merge Join Operator [MERGEJOIN_1108] (rows=66897622 width=1351) Conds:RS_237._col0=RS_238._col15(Inner),Output:["_col7","_col9","_col14","_col15","_col16","_col17","_col19","_col23","_col24","_col25","_col26","_col28","_col29","_col31","_col36","_col42","_col43","_col44","_col45","_col46"] <-Reducer 6 [SIMPLE_EDGE] SHUFFLE [RS_237] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Merge Join Operator [MERGEJOIN_1080] <-Reducer 32 [SIMPLE_EDGE] SHUFFLE [RS_238] - PartitionCols:_col15,null sort order:a,sort order:+ + PartitionCols:_col15 Select Operator [SEL_215] (rows=66897622 width=900) Output:["_col3","_col4","_col5","_col6","_col8","_col9","_col11","_col15","_col16","_col22","_col23","_col24","_col25","_col26"] Merge Join Operator [MERGEJOIN_1107] (rows=66897622 width=900) Conds:RS_212._col1, _col8=RS_1190._col0, _col1(Inner),Output:["_col2","_col3","_col9","_col10","_col11","_col12","_col13","_col18","_col20","_col21","_col23","_col24","_col25","_col26"] <-Map 52 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1190] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Please refer to the previous Select Operator [SEL_1188] <-Reducer 31 [SIMPLE_EDGE] SHUFFLE [RS_212] - PartitionCols:_col1, _col8,null sort order:aa,sort order:++ + PartitionCols:_col1, _col8 Merge Join Operator [MERGEJOIN_1106] (rows=40575792 width=845) Conds:RS_209._col5=RS_1145._col0(Inner),Output:["_col1","_col2","_col3","_col8","_col9","_col10","_col11","_col12","_col13","_col18","_col20","_col21","_col23","_col24","_col25","_col26"] <-Map 37 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1145] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_1142] <-Reducer 30 [SIMPLE_EDGE] SHUFFLE [RS_209] - PartitionCols:_col5,null sort order:a,sort order:+ + PartitionCols:_col5 Merge Join Operator [MERGEJOIN_1105] (rows=40575792 width=486) Conds:RS_206._col6=RS_1186._col0(Inner),Output:["_col1","_col2","_col3","_col5","_col8","_col9","_col10","_col11","_col12","_col13","_col18","_col20","_col21"] <-Map 51 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1186] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_1184] <-Reducer 29 [SIMPLE_EDGE] SHUFFLE [RS_206] - PartitionCols:_col6,null sort order:a,sort order:+ + PartitionCols:_col6 Merge Join Operator [MERGEJOIN_1104] (rows=40575792 width=312) Conds:RS_203._col4=RS_1135._col0(Inner),Output:["_col1","_col2","_col3","_col5","_col6","_col8","_col9","_col10","_col11","_col12","_col13","_col18"] <-Map 34 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1135] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_1132] <-Reducer 28 [SIMPLE_EDGE] SHUFFLE [RS_203] - PartitionCols:_col4,null sort order:a,sort order:+ + PartitionCols:_col4 Merge Join Operator [MERGEJOIN_1103] (rows=40575792 width=310) Conds:RS_200._col7=RS_1182._col0(Inner),Output:["_col1","_col2","_col3","_col4","_col5","_col6","_col8","_col9","_col10","_col11","_col12","_col13"] <-Map 50 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1182] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_1180] <-Reducer 27 [SIMPLE_EDGE] SHUFFLE [RS_200] - PartitionCols:_col7,null sort order:a,sort order:+ + PartitionCols:_col7 Merge Join Operator [MERGEJOIN_1102] (rows=40575792 width=312) Conds:RS_197._col1=RS_1209._col0(Inner),Output:["_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13"] <-Reducer 26 [SIMPLE_EDGE] SHUFFLE [RS_197] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_1100] (rows=40575792 width=312) Conds:RS_194._col0=RS_1125._col0(Inner),Output:["_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13"] <-Map 17 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_1125] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_1120] (rows=652 width=4) Output:["_col0"] Filter Operator [FIL_1117] (rows=652 width=8) @@ -721,16 +720,16 @@ Stage-0 Please refer to the previous TableScan [TS_3] <-Reducer 42 [SIMPLE_EDGE] SHUFFLE [RS_194] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_1099] (rows=40575792 width=314) Conds:RS_1200._col1=RS_1160._col0(Inner),Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13"] <-Map 40 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_1160] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_1157] <-Map 54 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1200] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_1199] (rows=417313408 width=355) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11"] Filter Operator [FIL_1198] (rows=417313408 width=355) @@ -750,7 +749,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_1120] <-Reducer 49 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1209] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_1208] (rows=13257 width=4) Output:["_col0"] Filter Operator [FIL_1207] (rows=13257 width=228) @@ -759,18 +758,18 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)"],keys:KEY._col0 <-Reducer 48 [SIMPLE_EDGE] SHUFFLE [RS_172] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_171] (rows=6482999 width=228) Output:["_col0","_col1","_col2"],aggregations:["sum(_col2)","sum(_col5)"],keys:_col0 Merge Join Operator [MERGEJOIN_1101] (rows=183085709 width=227) Conds:RS_1205._col0, _col1=RS_1174._col0, _col1(Inner),Output:["_col0","_col2","_col5"] <-Map 47 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1174] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Please refer to the previous Select Operator [SEL_1172] <-Map 55 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1205] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Select Operator [SEL_1204] (rows=287989836 width=119) Output:["_col0","_col1","_col2"] Filter Operator [FIL_1203] (rows=287989836 width=119) diff --git ql/src/test/results/clientpositive/perf/tez/query65.q.out ql/src/test/results/clientpositive/perf/tez/query65.q.out index 85686c7907..dbc5c79a87 100644 --- ql/src/test/results/clientpositive/perf/tez/query65.q.out +++ ql/src/test/results/clientpositive/perf/tez/query65.q.out @@ -90,14 +90,13 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5"] <-Reducer 6 [SIMPLE_EDGE] SHUFFLE [RS_53] - null sort order:zz,sort order:++ Select Operator [SEL_52] (rows=1772841 width=707) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Merge Join Operator [MERGEJOIN_139] (rows=1772841 width=707) Conds:RS_49._col1=RS_169._col0(Inner),Output:["_col2","_col6","_col8","_col9","_col10","_col11"] <-Map 13 [SIMPLE_EDGE] vectorized SHUFFLE [RS_169] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_168] (rows=462000 width=511) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_167] (rows=462000 width=511) @@ -106,12 +105,12 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_item_desc","i_current_price","i_wholesale_cost","i_brand"] <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_49] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_138] (rows=1772841 width=204) Conds:RS_46._col0=RS_166._col0(Inner),Output:["_col1","_col2","_col6"] <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_166] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_165] (rows=1704 width=92) Output:["_col0","_col1"] Filter Operator [FIL_164] (rows=1704 width=92) @@ -120,28 +119,28 @@ Stage-0 default@store,store,Tbl:COMPLETE,Col:COMPLETE,Output:["s_store_sk","s_store_name"] <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_46] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Filter Operator [FIL_45] (rows=1772841 width=231) predicate:(_col2 <= _col4) Merge Join Operator [MERGEJOIN_137] (rows=5318523 width=231) Conds:RS_157._col0=RS_163._col0(Inner),Output:["_col0","_col1","_col2","_col4"] <-Reducer 3 [SIMPLE_EDGE] vectorized SHUFFLE [RS_157] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Filter Operator [FIL_156] (rows=5255208 width=119) predicate:_col2 is not null Group By Operator [GBY_155] (rows=5255208 width=119) Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1 <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_11] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_10] (rows=525329897 width=119) Output:["_col0","_col1","_col2"],aggregations:["sum(_col3)"],keys:_col2, _col1 Merge Join Operator [MERGEJOIN_135] (rows=525329897 width=114) Conds:RS_153._col0=RS_142._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_142] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_141] (rows=317 width=4) Output:["_col0"] Filter Operator [FIL_140] (rows=317 width=8) @@ -150,7 +149,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_month_seq"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_153] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_151] (rows=525329897 width=118) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_149] (rows=525329897 width=118) @@ -170,7 +169,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_141] <-Reducer 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_163] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_162] (rows=84 width=115) Output:["_col0","_col1"] Filter Operator [FIL_161] (rows=84 width=123) @@ -183,18 +182,18 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1 <-Reducer 8 [SIMPLE_EDGE] SHUFFLE [RS_27] - PartitionCols:_col0,null sort order:aa,sort order:++ + PartitionCols:_col0 Group By Operator [GBY_26] (rows=525329897 width=119) Output:["_col0","_col1","_col2"],aggregations:["sum(_col3)"],keys:_col2, _col1 Merge Join Operator [MERGEJOIN_136] (rows=525329897 width=114) Conds:RS_154._col0=RS_144._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_144] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_141] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_154] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_152] (rows=525329897 width=118) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_150] (rows=525329897 width=118) diff --git ql/src/test/results/clientpositive/perf/tez/query66.q.out ql/src/test/results/clientpositive/perf/tez/query66.q.out index 23ffd637a3..7ddcc21f92 100644 --- ql/src/test/results/clientpositive/perf/tez/query66.q.out +++ ql/src/test/results/clientpositive/perf/tez/query66.q.out @@ -488,24 +488,23 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15","_col16","_col17","_col18","_col19","_col20","_col21","_col22","_col23","_col24","_col25","_col26","_col27","_col28","_col29","_col30","_col31","_col32","_col33","_col34","_col35","_col36","_col37","_col38","_col39","_col40","_col41"] <-Reducer 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_250] - null sort order:z,sort order:+ Group By Operator [GBY_249] (rows=2423925 width=4510) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15","_col16","_col17","_col18","_col19","_col20","_col21","_col22","_col23","_col24","_col25","_col26","_col27","_col28","_col29","_col30","_col31","_col32","_col33","_col34","_col35","_col36","_col37","_col38","_col39","_col40","_col41"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)","sum(VALUE._col2)","sum(VALUE._col3)","sum(VALUE._col4)","sum(VALUE._col5)","sum(VALUE._col6)","sum(VALUE._col7)","sum(VALUE._col8)","sum(VALUE._col9)","sum(VALUE._col10)","sum(VALUE._col11)","sum(VALUE._col12)","sum(VALUE._col13)","sum(VALUE._col14)","sum(VALUE._col15)","sum(VALUE._col16)","sum(VALUE._col17)","sum(VALUE._col18)","sum(VALUE._col19)","sum(VALUE._col20)","sum(VALUE._col21)","sum(VALUE._col22)","sum(VALUE._col23)","sum(VALUE._col24)","sum(VALUE._col25)","sum(VALUE._col26)","sum(VALUE._col27)","sum(VALUE._col28)","sum(VALUE._col29)","sum(VALUE._col30)","sum(VALUE._col31)","sum(VALUE._col32)","sum(VALUE._col33)","sum(VALUE._col34)","sum(VALUE._col35)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3, KEY._col4, KEY._col5 <-Union 7 [SIMPLE_EDGE] <-Reducer 15 [CONTAINS] vectorized Reduce Output Operator [RS_264] - PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5,null sort order:zaaaaa,sort order:++++++ + PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5 Group By Operator [GBY_263] (rows=2513727 width=4510) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15","_col16","_col17","_col18","_col19","_col20","_col21","_col22","_col23","_col24","_col25","_col26","_col27","_col28","_col29","_col30","_col31","_col32","_col33","_col34","_col35","_col36","_col37","_col38","_col39","_col40","_col41"],aggregations:["sum(_col6)","sum(_col7)","sum(_col8)","sum(_col9)","sum(_col10)","sum(_col11)","sum(_col12)","sum(_col13)","sum(_col14)","sum(_col15)","sum(_col16)","sum(_col17)","sum(_col18)","sum(_col19)","sum(_col20)","sum(_col21)","sum(_col22)","sum(_col23)","sum(_col24)","sum(_col25)","sum(_col26)","sum(_col27)","sum(_col28)","sum(_col29)","sum(_col30)","sum(_col31)","sum(_col32)","sum(_col33)","sum(_col34)","sum(_col35)","sum(_col36)","sum(_col37)","sum(_col38)","sum(_col39)","sum(_col40)","sum(_col41)"],keys:_col0, _col1, _col2, _col3, _col4, _col5 Top N Key Operator [TNK_262] (rows=2513727 width=3166) - keys:_col0, _col1, _col2, _col3, _col4, _col5,null sort order:zaaaaa,sort order:++++++,top n:100 + keys:_col0, _col1, _col2, _col3, _col4, _col5,top n:100 Select Operator [SEL_261] (rows=2513727 width=3166) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15","_col16","_col17","_col18","_col19","_col20","_col21","_col22","_col23","_col24","_col25","_col26","_col27","_col28","_col29","_col30","_col31","_col32","_col33","_col34","_col35","_col36","_col37","_col38","_col39","_col40","_col41"] Group By Operator [GBY_260] (rows=2513700 width=3166) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15","_col16","_col17","_col18","_col19","_col20","_col21","_col22","_col23","_col24","_col25","_col26","_col27","_col28","_col29"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)","sum(VALUE._col2)","sum(VALUE._col3)","sum(VALUE._col4)","sum(VALUE._col5)","sum(VALUE._col6)","sum(VALUE._col7)","sum(VALUE._col8)","sum(VALUE._col9)","sum(VALUE._col10)","sum(VALUE._col11)","sum(VALUE._col12)","sum(VALUE._col13)","sum(VALUE._col14)","sum(VALUE._col15)","sum(VALUE._col16)","sum(VALUE._col17)","sum(VALUE._col18)","sum(VALUE._col19)","sum(VALUE._col20)","sum(VALUE._col21)","sum(VALUE._col22)","sum(VALUE._col23)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3, KEY._col4, KEY._col5 <-Reducer 14 [SIMPLE_EDGE] SHUFFLE [RS_63] - PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5,null sort order:aaaaaa,sort order:++++++ + PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5 Group By Operator [GBY_62] (rows=15681803 width=3166) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15","_col16","_col17","_col18","_col19","_col20","_col21","_col22","_col23","_col24","_col25","_col26","_col27","_col28","_col29"],aggregations:["sum(_col6)","sum(_col7)","sum(_col8)","sum(_col9)","sum(_col10)","sum(_col11)","sum(_col12)","sum(_col13)","sum(_col14)","sum(_col15)","sum(_col16)","sum(_col17)","sum(_col18)","sum(_col19)","sum(_col20)","sum(_col21)","sum(_col22)","sum(_col23)","sum(_col24)","sum(_col25)","sum(_col26)","sum(_col27)","sum(_col28)","sum(_col29)"],keys:_col0, _col1, _col2, _col3, _col4, _col5 Select Operator [SEL_60] (rows=15681803 width=750) @@ -514,7 +513,7 @@ Stage-0 Conds:RS_57._col3=RS_243._col0(Inner),Output:["_col4","_col5","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15","_col16","_col17","_col18","_col19","_col22","_col23","_col24","_col25","_col26","_col27"] <-Map 20 [SIMPLE_EDGE] vectorized SHUFFLE [RS_243] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_241] (rows=27 width=482) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"] Filter Operator [FIL_240] (rows=27 width=482) @@ -523,12 +522,12 @@ Stage-0 default@warehouse,warehouse,Tbl:COMPLETE,Col:COMPLETE,Output:["w_warehouse_sk","w_warehouse_name","w_warehouse_sq_ft","w_city","w_county","w_state","w_country"] <-Reducer 13 [SIMPLE_EDGE] SHUFFLE [RS_57] - PartitionCols:_col3,null sort order:a,sort order:+ + PartitionCols:_col3 Merge Join Operator [MERGEJOIN_203] (rows=15681803 width=275) Conds:RS_54._col2=RS_221._col0(Inner),Output:["_col3","_col4","_col5","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15","_col16","_col17","_col18","_col19"] <-Map 17 [SIMPLE_EDGE] vectorized SHUFFLE [RS_221] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_218] (rows=1 width=4) Output:["_col0"] Filter Operator [FIL_217] (rows=1 width=88) @@ -537,12 +536,12 @@ Stage-0 default@ship_mode,ship_mode,Tbl:COMPLETE,Col:COMPLETE,Output:["sm_ship_mode_sk","sm_carrier"] <-Reducer 12 [SIMPLE_EDGE] SHUFFLE [RS_54] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Merge Join Operator [MERGEJOIN_202] (rows=282272460 width=279) Conds:RS_51._col0=RS_239._col0(Inner),Output:["_col2","_col3","_col4","_col5","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15","_col16","_col17","_col18","_col19"] <-Map 16 [SIMPLE_EDGE] vectorized SHUFFLE [RS_239] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_237] (rows=652 width=52) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12"] Filter Operator [FIL_236] (rows=652 width=12) @@ -551,12 +550,12 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_moy"] <-Reducer 11 [SIMPLE_EDGE] SHUFFLE [RS_51] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_201] (rows=282272460 width=235) Conds:RS_259._col1=RS_235._col0(Inner),Output:["_col0","_col2","_col3","_col4","_col5"] <-Map 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_235] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_233] (rows=33426 width=4) Output:["_col0"] Filter Operator [FIL_232] (rows=33426 width=8) @@ -565,7 +564,7 @@ Stage-0 default@time_dim,time_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["t_time_sk","t_time"] <-Map 21 [SIMPLE_EDGE] vectorized SHUFFLE [RS_259] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_258] (rows=282272460 width=239) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Filter Operator [FIL_257] (rows=282272460 width=243) @@ -585,18 +584,18 @@ Stage-0 Please refer to the previous Select Operator [SEL_218] <-Reducer 6 [CONTAINS] vectorized Reduce Output Operator [RS_248] - PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5,null sort order:zaaaaa,sort order:++++++ + PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5 Group By Operator [GBY_247] (rows=2513727 width=4510) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15","_col16","_col17","_col18","_col19","_col20","_col21","_col22","_col23","_col24","_col25","_col26","_col27","_col28","_col29","_col30","_col31","_col32","_col33","_col34","_col35","_col36","_col37","_col38","_col39","_col40","_col41"],aggregations:["sum(_col6)","sum(_col7)","sum(_col8)","sum(_col9)","sum(_col10)","sum(_col11)","sum(_col12)","sum(_col13)","sum(_col14)","sum(_col15)","sum(_col16)","sum(_col17)","sum(_col18)","sum(_col19)","sum(_col20)","sum(_col21)","sum(_col22)","sum(_col23)","sum(_col24)","sum(_col25)","sum(_col26)","sum(_col27)","sum(_col28)","sum(_col29)","sum(_col30)","sum(_col31)","sum(_col32)","sum(_col33)","sum(_col34)","sum(_col35)","sum(_col36)","sum(_col37)","sum(_col38)","sum(_col39)","sum(_col40)","sum(_col41)"],keys:_col0, _col1, _col2, _col3, _col4, _col5 Top N Key Operator [TNK_246] (rows=2513727 width=3166) - keys:_col0, _col1, _col2, _col3, _col4, _col5,null sort order:zaaaaa,sort order:++++++,top n:100 + keys:_col0, _col1, _col2, _col3, _col4, _col5,top n:100 Select Operator [SEL_245] (rows=2513727 width=3166) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15","_col16","_col17","_col18","_col19","_col20","_col21","_col22","_col23","_col24","_col25","_col26","_col27","_col28","_col29","_col30","_col31","_col32","_col33","_col34","_col35","_col36","_col37","_col38","_col39","_col40","_col41"] Group By Operator [GBY_244] (rows=27 width=3166) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15","_col16","_col17","_col18","_col19","_col20","_col21","_col22","_col23","_col24","_col25","_col26","_col27","_col28","_col29"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)","sum(VALUE._col2)","sum(VALUE._col3)","sum(VALUE._col4)","sum(VALUE._col5)","sum(VALUE._col6)","sum(VALUE._col7)","sum(VALUE._col8)","sum(VALUE._col9)","sum(VALUE._col10)","sum(VALUE._col11)","sum(VALUE._col12)","sum(VALUE._col13)","sum(VALUE._col14)","sum(VALUE._col15)","sum(VALUE._col16)","sum(VALUE._col17)","sum(VALUE._col18)","sum(VALUE._col19)","sum(VALUE._col20)","sum(VALUE._col21)","sum(VALUE._col22)","sum(VALUE._col23)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3, KEY._col4, KEY._col5 <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_30] - PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5,null sort order:aaaaaa,sort order:++++++ + PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5 Group By Operator [GBY_29] (rows=27 width=3166) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15","_col16","_col17","_col18","_col19","_col20","_col21","_col22","_col23","_col24","_col25","_col26","_col27","_col28","_col29"],aggregations:["sum(_col6)","sum(_col7)","sum(_col8)","sum(_col9)","sum(_col10)","sum(_col11)","sum(_col12)","sum(_col13)","sum(_col14)","sum(_col15)","sum(_col16)","sum(_col17)","sum(_col18)","sum(_col19)","sum(_col20)","sum(_col21)","sum(_col22)","sum(_col23)","sum(_col24)","sum(_col25)","sum(_col26)","sum(_col27)","sum(_col28)","sum(_col29)"],keys:_col0, _col1, _col2, _col3, _col4, _col5 Select Operator [SEL_27] (rows=7992175 width=750) @@ -605,38 +604,38 @@ Stage-0 Conds:RS_24._col3=RS_242._col0(Inner),Output:["_col4","_col5","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15","_col16","_col17","_col18","_col19","_col22","_col23","_col24","_col25","_col26","_col27"] <-Map 20 [SIMPLE_EDGE] vectorized SHUFFLE [RS_242] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_241] <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_24] - PartitionCols:_col3,null sort order:a,sort order:+ + PartitionCols:_col3 Merge Join Operator [MERGEJOIN_199] (rows=7992175 width=275) Conds:RS_21._col2=RS_219._col0(Inner),Output:["_col3","_col4","_col5","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15","_col16","_col17","_col18","_col19"] <-Map 17 [SIMPLE_EDGE] vectorized SHUFFLE [RS_219] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_218] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_21] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Merge Join Operator [MERGEJOIN_198] (rows=143859154 width=279) Conds:RS_18._col0=RS_238._col0(Inner),Output:["_col2","_col3","_col4","_col5","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15","_col16","_col17","_col18","_col19"] <-Map 16 [SIMPLE_EDGE] vectorized SHUFFLE [RS_238] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_237] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_18] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_197] (rows=143859154 width=235) Conds:RS_231._col1=RS_234._col0(Inner),Output:["_col0","_col2","_col3","_col4","_col5"] <-Map 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_234] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_233] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_231] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_230] (rows=143859154 width=239) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Filter Operator [FIL_229] (rows=143859154 width=243) diff --git ql/src/test/results/clientpositive/perf/tez/query67.q.out ql/src/test/results/clientpositive/perf/tez/query67.q.out index 67ce83abbd..cbacaae150 100644 --- ql/src/test/results/clientpositive/perf/tez/query67.q.out +++ ql/src/test/results/clientpositive/perf/tez/query67.q.out @@ -118,7 +118,6 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9"] <-Reducer 6 [SIMPLE_EDGE] vectorized SHUFFLE [RS_108] - null sort order:zzzzzzzzzz,sort order:++++++++++ Select Operator [SEL_107] (rows=1575989691 width=617) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9"] Filter Operator [FIL_106] (rows=1575989691 width=613) @@ -129,21 +128,21 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8"] <-Reducer 5 [SIMPLE_EDGE] vectorized SHUFFLE [RS_103] - PartitionCols:_col2,null sort order:az,sort order:+- + PartitionCols:_col2 Select Operator [SEL_102] (rows=4727969073 width=613) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8"] Group By Operator [GBY_101] (rows=4727969073 width=621) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col9"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3, KEY._col4, KEY._col5, KEY._col6, KEY._col7, KEY._col8 <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_23] - PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8,null sort order:aaaaaaaaa,sort order:+++++++++ + PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8 Group By Operator [GBY_22] (rows=4727969073 width=621) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9"],aggregations:["sum(_col3)"],keys:_col11, _col12, _col13, _col14, _col5, _col6, _col7, _col9, 0L Merge Join Operator [MERGEJOIN_83] (rows=525329897 width=613) Conds:RS_18._col1=RS_100._col0(Inner),Output:["_col3","_col5","_col6","_col7","_col9","_col11","_col12","_col13","_col14"] <-Map 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_100] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_99] (rows=462000 width=393) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_98] (rows=462000 width=393) @@ -152,12 +151,12 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_brand","i_class","i_category","i_product_name"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_18] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_82] (rows=525329897 width=228) Conds:RS_15._col2=RS_97._col0(Inner),Output:["_col1","_col3","_col5","_col6","_col7","_col9"] <-Map 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_97] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_96] (rows=1704 width=104) Output:["_col0","_col1"] Filter Operator [FIL_95] (rows=1704 width=104) @@ -166,12 +165,12 @@ Stage-0 default@store,store,Tbl:COMPLETE,Col:COMPLETE,Output:["s_store_sk","s_store_id"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_15] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Merge Join Operator [MERGEJOIN_81] (rows=525329897 width=131) Conds:RS_94._col0=RS_86._col0(Inner),Output:["_col1","_col2","_col3","_col5","_col6","_col7"] <-Map 8 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_86] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_85] (rows=317 width=16) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_84] (rows=317 width=20) @@ -180,7 +179,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_month_seq","d_year","d_moy","d_qoy"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_94] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_93] (rows=525329897 width=123) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_92] (rows=525329897 width=122) diff --git ql/src/test/results/clientpositive/perf/tez/query68.q.out ql/src/test/results/clientpositive/perf/tez/query68.q.out index d264f7cf5c..b9321679a9 100644 --- ql/src/test/results/clientpositive/perf/tez/query68.q.out +++ ql/src/test/results/clientpositive/perf/tez/query68.q.out @@ -120,7 +120,6 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_46] - null sort order:zz,sort order:++ Select Operator [SEL_45] (rows=457565061 width=706) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"] Filter Operator [FIL_44] (rows=457565061 width=706) @@ -129,12 +128,12 @@ Stage-0 Conds:RS_41._col0=RS_172._col1(Inner),Output:["_col2","_col3","_col5","_col6","_col8","_col9","_col10","_col11"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_41] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_140] (rows=80000000 width=277) Conds:RS_148._col1=RS_151._col0(Inner),Output:["_col0","_col2","_col3","_col5"] <-Map 5 [SIMPLE_EDGE] vectorized SHUFFLE [RS_151] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_150] (rows=40000000 width=97) Output:["_col0","_col1"] Filter Operator [FIL_149] (rows=40000000 width=97) @@ -143,7 +142,7 @@ Stage-0 default@customer_address,current_addr,Tbl:COMPLETE,Col:COMPLETE,Output:["ca_address_sk","ca_city"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_148] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_147] (rows=80000000 width=188) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_146] (rows=80000000 width=188) @@ -152,30 +151,30 @@ Stage-0 default@customer,customer,Tbl:COMPLETE,Col:COMPLETE,Output:["c_customer_sk","c_current_addr_sk","c_first_name","c_last_name"] <-Reducer 7 [SIMPLE_EDGE] vectorized SHUFFLE [RS_172] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_171] (rows=457565061 width=436) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Group By Operator [GBY_170] (rows=457565061 width=440) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)","sum(VALUE._col2)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3 <-Reducer 6 [SIMPLE_EDGE] SHUFFLE [RS_35] - PartitionCols:_col0, _col1, _col2, _col3,null sort order:aaaa,sort order:++++ + PartitionCols:_col0, _col1, _col2, _col3 Group By Operator [GBY_34] (rows=457565061 width=440) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"],aggregations:["sum(_col6)","sum(_col7)","sum(_col8)"],keys:_col1, _col13, _col3, _col5 Merge Join Operator [MERGEJOIN_144] (rows=457565061 width=425) Conds:RS_30._col3=RS_152._col0(Inner),Output:["_col1","_col3","_col5","_col6","_col7","_col8","_col13"] <-Map 5 [SIMPLE_EDGE] vectorized SHUFFLE [RS_152] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_150] <-Reducer 11 [SIMPLE_EDGE] SHUFFLE [RS_30] - PartitionCols:_col3,null sort order:a,sort order:+ + PartitionCols:_col3 Merge Join Operator [MERGEJOIN_143] (rows=457565061 width=332) Conds:RS_27._col2=RS_169._col0(Inner),Output:["_col1","_col3","_col5","_col6","_col7","_col8"] <-Map 15 [SIMPLE_EDGE] vectorized SHUFFLE [RS_169] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_168] (rows=1855 width=4) Output:["_col0"] Filter Operator [FIL_167] (rows=1855 width=12) @@ -184,12 +183,12 @@ Stage-0 default@household_demographics,household_demographics,Tbl:COMPLETE,Col:COMPLETE,Output:["hd_demo_sk","hd_dep_count","hd_vehicle_count"] <-Reducer 10 [SIMPLE_EDGE] SHUFFLE [RS_27] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Merge Join Operator [MERGEJOIN_142] (rows=457565061 width=336) Conds:RS_24._col4=RS_166._col0(Inner),Output:["_col1","_col2","_col3","_col5","_col6","_col7","_col8"] <-Map 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_166] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_165] (rows=14 width=4) Output:["_col0"] Filter Operator [FIL_164] (rows=14 width=97) @@ -198,12 +197,12 @@ Stage-0 default@store,store,Tbl:COMPLETE,Col:COMPLETE,Output:["s_store_sk","s_city"] <-Reducer 9 [SIMPLE_EDGE] SHUFFLE [RS_24] - PartitionCols:_col4,null sort order:a,sort order:+ + PartitionCols:_col4 Merge Join Operator [MERGEJOIN_141] (rows=457565061 width=340) Conds:RS_163._col0=RS_155._col0(Inner),Output:["_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8"] <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_155] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_154] (rows=170 width=4) Output:["_col0"] Filter Operator [FIL_153] (rows=170 width=12) @@ -212,7 +211,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_dom"] <-Map 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_163] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_162] (rows=457565061 width=343) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8"] Filter Operator [FIL_161] (rows=457565061 width=343) diff --git ql/src/test/results/clientpositive/perf/tez/query69.q.out ql/src/test/results/clientpositive/perf/tez/query69.q.out index d27f4060f6..d11b5494e0 100644 --- ql/src/test/results/clientpositive/perf/tez/query69.q.out +++ ql/src/test/results/clientpositive/perf/tez/query69.q.out @@ -140,18 +140,17 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"] <-Reducer 7 [SIMPLE_EDGE] vectorized SHUFFLE [RS_228] - null sort order:zzzzz,sort order:+++++ Select Operator [SEL_227] (rows=1 width=383) Output:["_col0","_col1","_col2","_col3","_col4","_col6"] Group By Operator [GBY_226] (rows=1 width=367) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],aggregations:["count(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3, KEY._col4 <-Reducer 6 [SIMPLE_EDGE] SHUFFLE [RS_69] - PartitionCols:_col0, _col1, _col2, _col3, _col4,null sort order:zzzzz,sort order:+++++ + PartitionCols:_col0, _col1, _col2, _col3, _col4 Group By Operator [GBY_68] (rows=1 width=367) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],aggregations:["count()"],keys:_col6, _col7, _col8, _col9, _col10 Top N Key Operator [TNK_105] (rows=1 width=363) - keys:_col6, _col7, _col8, _col9, _col10,null sort order:zzzzz,sort order:+++++,top n:100 + keys:_col6, _col7, _col8, _col9, _col10,top n:100 Select Operator [SEL_67] (rows=1 width=363) Output:["_col6","_col7","_col8","_col9","_col10"] Filter Operator [FIL_66] (rows=1 width=363) @@ -160,7 +159,7 @@ Stage-0 Conds:RS_63._col0=RS_225._col1(Left Outer),Output:["_col6","_col7","_col8","_col9","_col10","_col13"] <-Reducer 5 [SIMPLE_EDGE] PARTITION_ONLY_SHUFFLE [RS_63] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_48] (rows=1 width=367) Output:["_col0","_col6","_col7","_col8","_col9","_col10"] Filter Operator [FIL_47] (rows=1 width=367) @@ -169,21 +168,21 @@ Stage-0 Conds:RS_44._col0=RS_217._col1(Left Outer),Output:["_col0","_col6","_col7","_col8","_col9","_col10","_col11"] <-Reducer 17 [SIMPLE_EDGE] vectorized SHUFFLE [RS_217] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_216] (rows=1414922 width=7) Output:["_col0","_col1"] Group By Operator [GBY_215] (rows=1414922 width=3) Output:["_col0"],keys:KEY._col0 <-Reducer 16 [SIMPLE_EDGE] SHUFFLE [RS_30] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_29] (rows=143930993 width=3) Output:["_col0"],keys:_col1 Merge Join Operator [MERGEJOIN_180] (rows=143930993 width=3) Conds:RS_214._col0=RS_198._col0(Inner),Output:["_col1"] <-Map 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_198] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_195] (rows=150 width=4) Output:["_col0"] Filter Operator [FIL_194] (rows=150 width=12) @@ -192,7 +191,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_moy"] <-Map 21 [SIMPLE_EDGE] vectorized SHUFFLE [RS_214] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_213] (rows=143930993 width=7) Output:["_col0","_col1"] Filter Operator [FIL_212] (rows=143930993 width=7) @@ -212,12 +211,12 @@ Stage-0 Please refer to the previous Select Operator [SEL_195] <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_44] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_182] (rows=525327388 width=363) Conds:RS_41._col0=RS_42._col0(Left Semi),Output:["_col0","_col6","_col7","_col8","_col9","_col10"] <-Reducer 13 [SIMPLE_EDGE] SHUFFLE [RS_42] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_40] (rows=525327388 width=3) Output:["_col0"],keys:_col0 Select Operator [SEL_18] (rows=525327388 width=3) @@ -226,11 +225,11 @@ Stage-0 Conds:RS_209._col0=RS_196._col0(Inner),Output:["_col1"] <-Map 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_196] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_195] <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_209] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_208] (rows=525327388 width=7) Output:["_col0","_col1"] Filter Operator [FIL_207] (rows=525327388 width=7) @@ -250,12 +249,12 @@ Stage-0 Please refer to the previous Select Operator [SEL_195] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_41] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_178] (rows=4605476 width=363) Conds:RS_36._col1=RS_193._col0(Inner),Output:["_col0","_col6","_col7","_col8","_col9","_col10"] <-Map 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_193] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_192] (rows=1861800 width=363) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Filter Operator [FIL_191] (rows=1861800 width=363) @@ -264,12 +263,12 @@ Stage-0 default@customer_demographics,customer_demographics,Tbl:COMPLETE,Col:COMPLETE,Output:["cd_demo_sk","cd_gender","cd_marital_status","cd_education_status","cd_purchase_estimate","cd_credit_rating"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_36] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_177] (rows=4541258 width=5) Conds:RS_187._col2=RS_190._col0(Inner),Output:["_col0","_col1"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_187] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Select Operator [SEL_186] (rows=77201384 width=11) Output:["_col0","_col1","_col2"] Filter Operator [FIL_185] (rows=77201384 width=11) @@ -278,7 +277,7 @@ Stage-0 default@customer,c,Tbl:COMPLETE,Col:COMPLETE,Output:["c_customer_sk","c_current_cdemo_sk","c_current_addr_sk"] <-Map 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_190] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_189] (rows=2352941 width=90) Output:["_col0"] Filter Operator [FIL_188] (rows=2352941 width=90) @@ -287,25 +286,25 @@ Stage-0 default@customer_address,ca,Tbl:COMPLETE,Col:COMPLETE,Output:["ca_address_sk","ca_state"] <-Reducer 20 [SIMPLE_EDGE] vectorized SHUFFLE [RS_225] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_224] (rows=1401496 width=7) Output:["_col0","_col1"] Group By Operator [GBY_223] (rows=1401496 width=3) Output:["_col0"],keys:KEY._col0 <-Reducer 19 [SIMPLE_EDGE] SHUFFLE [RS_60] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_59] (rows=285115246 width=3) Output:["_col0"],keys:_col1 Merge Join Operator [MERGEJOIN_181] (rows=285115246 width=3) Conds:RS_222._col0=RS_200._col0(Inner),Output:["_col1"] <-Map 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_200] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_195] <-Map 22 [SIMPLE_EDGE] vectorized SHUFFLE [RS_222] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_221] (rows=285115246 width=7) Output:["_col0","_col1"] Filter Operator [FIL_220] (rows=285115246 width=7) diff --git ql/src/test/results/clientpositive/perf/tez/query7.q.out ql/src/test/results/clientpositive/perf/tez/query7.q.out index c00b543a0e..c17ec8aeb9 100644 --- ql/src/test/results/clientpositive/perf/tez/query7.q.out +++ ql/src/test/results/clientpositive/perf/tez/query7.q.out @@ -74,23 +74,22 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4"] <-Reducer 6 [SIMPLE_EDGE] vectorized SHUFFLE [RS_122] - null sort order:z,sort order:+ Select Operator [SEL_121] (rows=310774 width=444) Output:["_col0","_col1","_col2","_col3","_col4"] Group By Operator [GBY_120] (rows=310774 width=476) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8"],aggregations:["sum(VALUE._col0)","count(VALUE._col1)","sum(VALUE._col2)","count(VALUE._col3)","sum(VALUE._col4)","count(VALUE._col5)","sum(VALUE._col6)","count(VALUE._col7)"],keys:KEY._col0 <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_29] - PartitionCols:_col0,null sort order:z,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_28] (rows=462000 width=476) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8"],aggregations:["sum(_col4)","count(_col4)","sum(_col5)","count(_col5)","sum(_col7)","count(_col7)","sum(_col6)","count(_col6)"],keys:_col12 Top N Key Operator [TNK_55] (rows=4635977 width=100) - keys:_col12,null sort order:z,sort order:+,top n:100 + keys:_col12,top n:100 Merge Join Operator [MERGEJOIN_99] (rows=4635977 width=100) Conds:RS_24._col1=RS_119._col0(Inner),Output:["_col4","_col5","_col6","_col7","_col12"] <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_119] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_118] (rows=462000 width=104) Output:["_col0","_col1"] Filter Operator [FIL_117] (rows=462000 width=104) @@ -99,12 +98,12 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_item_id"] <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_24] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_98] (rows=4635977 width=4) Conds:RS_21._col3=RS_116._col0(Inner),Output:["_col1","_col4","_col5","_col6","_col7"] <-Map 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_116] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_115] (rows=2300 width=4) Output:["_col0"] Filter Operator [FIL_114] (rows=2300 width=174) @@ -113,12 +112,12 @@ Stage-0 default@promotion,promotion,Tbl:COMPLETE,Col:COMPLETE,Output:["p_promo_sk","p_channel_email","p_channel_event"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_21] - PartitionCols:_col3,null sort order:a,sort order:+ + PartitionCols:_col3 Merge Join Operator [MERGEJOIN_97] (rows=4635977 width=4) Conds:RS_18._col0=RS_113._col0(Inner),Output:["_col1","_col3","_col4","_col5","_col6","_col7"] <-Map 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_113] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_112] (rows=652 width=4) Output:["_col0"] Filter Operator [FIL_111] (rows=652 width=8) @@ -127,12 +126,12 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_18] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_96] (rows=4635977 width=4) Conds:RS_110._col2=RS_102._col0(Inner),Output:["_col0","_col1","_col3","_col4","_col5","_col6","_col7"] <-Map 8 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_102] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_101] (rows=14776 width=4) Output:["_col0"] Filter Operator [FIL_100] (rows=14776 width=268) @@ -141,7 +140,7 @@ Stage-0 default@customer_demographics,customer_demographics,Tbl:COMPLETE,Col:COMPLETE,Output:["cd_demo_sk","cd_gender","cd_marital_status","cd_education_status"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_110] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Select Operator [SEL_109] (rows=501686735 width=340) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"] Filter Operator [FIL_108] (rows=501686735 width=340) diff --git ql/src/test/results/clientpositive/perf/tez/query70.q.out ql/src/test/results/clientpositive/perf/tez/query70.q.out index 171037ea79..7fe3a62399 100644 --- ql/src/test/results/clientpositive/perf/tez/query70.q.out +++ ql/src/test/results/clientpositive/perf/tez/query70.q.out @@ -107,7 +107,6 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4"] <-Reducer 6 [SIMPLE_EDGE] vectorized SHUFFLE [RS_165] - null sort order:zzz,sort order:-++ Select Operator [SEL_164] (rows=720 width=492) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] PTF Operator [PTF_163] (rows=720 width=304) @@ -116,14 +115,14 @@ Stage-0 Output:["_col0","_col1","_col2","_col3"] <-Reducer 5 [SIMPLE_EDGE] vectorized SHUFFLE [RS_161] - PartitionCols:(grouping(_col3, 1L) + grouping(_col3, 0L)), CASE WHEN ((grouping(_col3, 0L) = UDFToLong(0))) THEN (_col0) ELSE (CAST( null AS STRING)) END,null sort order:aaz,sort order:++- + PartitionCols:(grouping(_col3, 1L) + grouping(_col3, 0L)), CASE WHEN ((grouping(_col3, 0L) = UDFToLong(0))) THEN (_col0) ELSE (CAST( null AS STRING)) END Select Operator [SEL_160] (rows=720 width=304) Output:["_col0","_col1","_col2","_col3"] Group By Operator [GBY_159] (rows=720 width=304) Output:["_col0","_col1","_col2","_col3"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_49] - PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_48] (rows=135360 width=304) Output:["_col0","_col1","_col2","_col3"],aggregations:["sum(_col2)"],keys:_col0, _col1, 0L Select Operator [SEL_46] (rows=171536292 width=280) @@ -132,7 +131,7 @@ Stage-0 Conds:RS_43._col7=RS_158._col0(Inner),Output:["_col2","_col6","_col7"] <-Reducer 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_158] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_157] (rows=16 width=86) Output:["_col0"] Filter Operator [FIL_156] (rows=16 width=198) @@ -143,24 +142,24 @@ Stage-0 Output:["_col0","_col1"] <-Reducer 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_153] - PartitionCols:_col0,null sort order:az,sort order:+- + PartitionCols:_col0 Group By Operator [GBY_152] (rows=49 width=198) Output:["_col0","_col1"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0 <-Reducer 8 [SIMPLE_EDGE] SHUFFLE [RS_26] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_25] (rows=19404 width=198) Output:["_col0","_col1"],aggregations:["sum(_col2)"],keys:_col5 Merge Join Operator [MERGEJOIN_133] (rows=525329897 width=192) Conds:RS_21._col1=RS_151._col0(Inner),Output:["_col2","_col5"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_21] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_130] (rows=525329897 width=110) Conds:RS_145._col0=RS_137._col0(Inner),Output:["_col1","_col2"] <-Map 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_137] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_136] (rows=317 width=8) Output:["_col0"] Filter Operator [FIL_135] (rows=317 width=8) @@ -169,7 +168,7 @@ Stage-0 default@date_dim,d1,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_month_seq"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_145] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_144] (rows=525329897 width=114) Output:["_col0","_col1","_col2"] Filter Operator [FIL_143] (rows=525329897 width=114) @@ -189,7 +188,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_136] <-Map 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_151] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_150] (rows=1704 width=90) Output:["_col0","_col1"] Filter Operator [FIL_149] (rows=1704 width=90) @@ -198,16 +197,16 @@ Stage-0 default@store,store,Tbl:COMPLETE,Col:COMPLETE,Output:["s_store_sk","s_state"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_43] - PartitionCols:_col7,null sort order:a,sort order:+ + PartitionCols:_col7 Merge Join Operator [MERGEJOIN_131] (rows=525329897 width=290) Conds:RS_40._col1=RS_148._col0(Inner),Output:["_col2","_col6","_col7"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_40] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Please refer to the previous Merge Join Operator [MERGEJOIN_130] <-Map 13 [SIMPLE_EDGE] vectorized SHUFFLE [RS_148] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_147] (rows=1704 width=188) Output:["_col0","_col1","_col2"] Filter Operator [FIL_146] (rows=1704 width=188) diff --git ql/src/test/results/clientpositive/perf/tez/query71.q.out ql/src/test/results/clientpositive/perf/tez/query71.q.out index 6c5eaa8a93..ee0c50110f 100644 --- ql/src/test/results/clientpositive/perf/tez/query71.q.out +++ ql/src/test/results/clientpositive/perf/tez/query71.q.out @@ -115,21 +115,20 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4"] <-Reducer 6 [SIMPLE_EDGE] vectorized SHUFFLE [RS_172] - null sort order:zz,sort order:-+ Select Operator [SEL_171] (rows=145803092 width=227) Output:["_col1","_col2","_col3","_col4","_col5"] Group By Operator [GBY_170] (rows=145803092 width=223) Output:["_col0","_col1","_col2","_col3","_col4"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3 <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_46] - PartitionCols:_col0, _col1, _col2, _col3,null sort order:aaaa,sort order:++++ + PartitionCols:_col0, _col1, _col2, _col3 Group By Operator [GBY_45] (rows=145803092 width=223) Output:["_col0","_col1","_col2","_col3","_col4"],aggregations:["sum(_col0)"],keys:_col4, _col7, _col8, _col5 Merge Join Operator [MERGEJOIN_140] (rows=145803092 width=204) Conds:RS_41._col2=RS_169._col0(Inner),Output:["_col0","_col4","_col5","_col7","_col8"] <-Map 19 [SIMPLE_EDGE] vectorized SHUFFLE [RS_169] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_168] (rows=43200 width=12) Output:["_col0","_col1","_col2"] Filter Operator [FIL_167] (rows=43200 width=99) @@ -138,12 +137,12 @@ Stage-0 default@time_dim,time_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["t_time_sk","t_hour","t_minute","t_meal_time"] <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_41] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Merge Join Operator [MERGEJOIN_139] (rows=145803092 width=200) Conds:Union 3._col1=RS_166._col0(Inner),Output:["_col0","_col2","_col4","_col5"] <-Map 18 [SIMPLE_EDGE] vectorized SHUFFLE [RS_166] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_165] (rows=7333 width=107) Output:["_col0","_col1","_col2"] Filter Operator [FIL_164] (rows=7333 width=111) @@ -153,14 +152,14 @@ Stage-0 <-Union 3 [SIMPLE_EDGE] <-Reducer 11 [CONTAINS] Reduce Output Operator [RS_148] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_146] (rows=285116947 width=119) Output:["_col0","_col1","_col2"] Merge Join Operator [MERGEJOIN_145] (rows=285116947 width=119) Conds:RS_185._col0=RS_177._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 12 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_177] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_176] (rows=50 width=4) Output:["_col0"] Filter Operator [FIL_175] (rows=50 width=12) @@ -169,7 +168,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_moy"] <-Map 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_185] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_184] (rows=285116947 width=123) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_183] (rows=285116947 width=123) @@ -189,14 +188,14 @@ Stage-0 Please refer to the previous Select Operator [SEL_176] <-Reducer 15 [CONTAINS] Reduce Output Operator [RS_152] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_150] (rows=525325345 width=114) Output:["_col0","_col1","_col2"] Merge Join Operator [MERGEJOIN_149] (rows=525325345 width=114) Conds:RS_196._col0=RS_188._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 16 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_188] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_187] (rows=50 width=4) Output:["_col0"] Filter Operator [FIL_186] (rows=50 width=12) @@ -205,7 +204,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_moy"] <-Map 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_196] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_195] (rows=525325345 width=118) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_194] (rows=525325345 width=118) @@ -225,14 +224,14 @@ Stage-0 Please refer to the previous Select Operator [SEL_187] <-Reducer 2 [CONTAINS] Reduce Output Operator [RS_144] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_142] (rows=143930836 width=119) Output:["_col0","_col1","_col2"] Merge Join Operator [MERGEJOIN_141] (rows=143930836 width=119) Conds:RS_163._col0=RS_155._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 8 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_155] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_154] (rows=50 width=4) Output:["_col0"] Filter Operator [FIL_153] (rows=50 width=12) @@ -241,7 +240,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_moy"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_163] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_162] (rows=143930836 width=123) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_161] (rows=143930836 width=123) diff --git ql/src/test/results/clientpositive/perf/tez/query72.q.out ql/src/test/results/clientpositive/perf/tez/query72.q.out index f610878e77..bebc3852b7 100644 --- ql/src/test/results/clientpositive/perf/tez/query72.q.out +++ ql/src/test/results/clientpositive/perf/tez/query72.q.out @@ -108,12 +108,11 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5"] <-Reducer 6 [SIMPLE_EDGE] vectorized SHUFFLE [RS_292] - null sort order:zzzz,sort order:-+++ Group By Operator [GBY_291] (rows=690341337 width=312) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],aggregations:["count(VALUE._col0)","count(VALUE._col1)","count(VALUE._col2)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_70] - PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_69] (rows=2958149194 width=312) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],aggregations:["count(_col3)","count(_col4)","count()"],keys:_col0, _col1, _col2 Select Operator [SEL_67] (rows=7629034847 width=292) @@ -122,7 +121,7 @@ Stage-0 Conds:RS_64._col4, _col6=RS_290._col0, _col1(Left Outer),Output:["_col13","_col15","_col19","_col25"] <-Map 24 [SIMPLE_EDGE] vectorized SHUFFLE [RS_290] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Select Operator [SEL_289] (rows=28798881 width=8) Output:["_col0","_col1"] Filter Operator [FIL_288] (rows=28798881 width=8) @@ -131,14 +130,14 @@ Stage-0 default@catalog_returns,catalog_returns,Tbl:COMPLETE,Col:COMPLETE,Output:["cr_item_sk","cr_order_number"] <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_64] - PartitionCols:_col4, _col6,null sort order:aa,sort order:++ + PartitionCols:_col4, _col6 Select Operator [SEL_60] (rows=2958149194 width=300) Output:["_col4","_col6","_col13","_col15","_col19","_col25"] Merge Join Operator [MERGEJOIN_251] (rows=2958149194 width=300) Conds:RS_57._col0, _col19=RS_287._col0, _col1(Inner),Output:["_col5","_col9","_col14","_col16","_col19","_col23"] <-Map 23 [SIMPLE_EDGE] vectorized SHUFFLE [RS_287] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Select Operator [SEL_286] (rows=73049 width=8) Output:["_col0","_col1"] Filter Operator [FIL_285] (rows=73049 width=8) @@ -147,14 +146,14 @@ Stage-0 default@date_dim,d2,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_week_seq"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_57] - PartitionCols:_col0, _col19,null sort order:aa,sort order:++ + PartitionCols:_col0, _col19 Filter Operator [FIL_56] (rows=2645646117 width=311) predicate:(_col3 < _col17) Merge Join Operator [MERGEJOIN_250] (rows=7936938353 width=311) Conds:RS_53._col1=RS_54._col8(Inner),Output:["_col0","_col3","_col5","_col9","_col14","_col16","_col17","_col19","_col23"] <-Reducer 15 [SIMPLE_EDGE] SHUFFLE [RS_54] - PartitionCols:_col8,null sort order:a,sort order:+ + PartitionCols:_col8 Select Operator [SEL_46] (rows=13907708 width=219) Output:["_col3","_col8","_col10","_col11","_col13","_col17"] Filter Operator [FIL_45] (rows=13907708 width=219) @@ -163,7 +162,7 @@ Stage-0 Conds:RS_42._col1=RS_284._col0(Inner),Output:["_col4","_col6","_col7","_col9","_col10","_col13","_col15","_col17"] <-Map 22 [SIMPLE_EDGE] vectorized SHUFFLE [RS_284] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_283] (rows=73049 width=12) Output:["_col0","_col1"] Filter Operator [FIL_282] (rows=73049 width=98) @@ -172,12 +171,12 @@ Stage-0 default@date_dim,d3,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_date"] <-Reducer 14 [SIMPLE_EDGE] SHUFFLE [RS_42] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_248] (rows=41723124 width=215) Conds:RS_39._col4=RS_281._col0(Inner),Output:["_col1","_col4","_col6","_col7","_col9","_col10","_col13","_col15"] <-Map 21 [SIMPLE_EDGE] vectorized SHUFFLE [RS_281] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_280] (rows=462000 width=188) Output:["_col0","_col1"] Filter Operator [FIL_279] (rows=462000 width=188) @@ -186,12 +185,12 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_item_desc"] <-Reducer 13 [SIMPLE_EDGE] SHUFFLE [RS_39] - PartitionCols:_col4,null sort order:a,sort order:+ + PartitionCols:_col4 Merge Join Operator [MERGEJOIN_247] (rows=41723124 width=31) Conds:RS_36._col5=RS_278._col0(Left Outer),Output:["_col1","_col4","_col6","_col7","_col9","_col10","_col13"] <-Map 20 [SIMPLE_EDGE] vectorized SHUFFLE [RS_278] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_277] (rows=2300 width=4) Output:["_col0"] Filter Operator [FIL_276] (rows=2300 width=4) @@ -200,12 +199,12 @@ Stage-0 default@promotion,promotion,Tbl:COMPLETE,Col:COMPLETE,Output:["p_promo_sk"] <-Reducer 12 [SIMPLE_EDGE] SHUFFLE [RS_36] - PartitionCols:_col5,null sort order:a,sort order:+ + PartitionCols:_col5 Merge Join Operator [MERGEJOIN_246] (rows=41723124 width=31) Conds:RS_33._col3=RS_275._col0(Inner),Output:["_col1","_col4","_col5","_col6","_col7","_col9","_col10"] <-Map 19 [SIMPLE_EDGE] vectorized SHUFFLE [RS_275] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_274] (rows=1440 width=4) Output:["_col0"] Filter Operator [FIL_273] (rows=1440 width=96) @@ -214,12 +213,12 @@ Stage-0 default@household_demographics,household_demographics,Tbl:COMPLETE,Col:COMPLETE,Output:["hd_demo_sk","hd_buy_potential"] <-Reducer 11 [SIMPLE_EDGE] SHUFFLE [RS_33] - PartitionCols:_col3,null sort order:a,sort order:+ + PartitionCols:_col3 Merge Join Operator [MERGEJOIN_245] (rows=41723124 width=35) Conds:RS_30._col2=RS_272._col0(Inner),Output:["_col1","_col3","_col4","_col5","_col6","_col7","_col9","_col10"] <-Map 18 [SIMPLE_EDGE] vectorized SHUFFLE [RS_272] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_271] (rows=265971 width=4) Output:["_col0"] Filter Operator [FIL_270] (rows=265971 width=89) @@ -228,12 +227,12 @@ Stage-0 default@customer_demographics,customer_demographics,Tbl:COMPLETE,Col:COMPLETE,Output:["cd_demo_sk","cd_marital_status"] <-Reducer 10 [SIMPLE_EDGE] SHUFFLE [RS_30] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Merge Join Operator [MERGEJOIN_244] (rows=280863798 width=39) Conds:RS_269._col0=RS_261._col0(Inner),Output:["_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col9","_col10"] <-Map 16 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_261] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_260] (rows=652 width=16) Output:["_col0","_col1","_col2"] Filter Operator [FIL_259] (rows=652 width=106) @@ -242,7 +241,7 @@ Stage-0 default@date_dim,d1,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_date","d_week_seq","d_year"] <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_269] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_268] (rows=280863798 width=31) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"] Filter Operator [FIL_267] (rows=280863798 width=31) @@ -262,12 +261,12 @@ Stage-0 Please refer to the previous Select Operator [SEL_260] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_53] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_243] (rows=35703276 width=111) Conds:RS_255._col2=RS_258._col0(Inner),Output:["_col0","_col1","_col3","_col5"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_255] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Select Operator [SEL_254] (rows=35703276 width=15) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_253] (rows=35703276 width=15) @@ -276,7 +275,7 @@ Stage-0 default@inventory,inventory,Tbl:COMPLETE,Col:COMPLETE,Output:["inv_date_sk","inv_item_sk","inv_warehouse_sk","inv_quantity_on_hand"] <-Map 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_258] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_257] (rows=27 width=104) Output:["_col0","_col1"] Filter Operator [FIL_256] (rows=27 width=104) diff --git ql/src/test/results/clientpositive/perf/tez/query73.q.out ql/src/test/results/clientpositive/perf/tez/query73.q.out index 5ab6277192..571060fed8 100644 --- ql/src/test/results/clientpositive/perf/tez/query73.q.out +++ ql/src/test/results/clientpositive/perf/tez/query73.q.out @@ -86,14 +86,13 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_35] - null sort order:z,sort order:- Select Operator [SEL_34] (rows=5 width=364) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Merge Join Operator [MERGEJOIN_100] (rows=5 width=364) Conds:RS_103._col0=RS_124._col1(Inner),Output:["_col1","_col2","_col3","_col4","_col5","_col7"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_103] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_102] (rows=80000000 width=356) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_101] (rows=80000000 width=356) @@ -102,7 +101,7 @@ Stage-0 default@customer,customer,Tbl:COMPLETE,Col:COMPLETE,Output:["c_customer_sk","c_salutation","c_first_name","c_last_name","c_preferred_cust_flag"] <-Reducer 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_124] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Filter Operator [FIL_123] (rows=5 width=16) predicate:_col2 BETWEEN 1L AND 5L Select Operator [SEL_122] (rows=479121995 width=15) @@ -111,14 +110,14 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["count(VALUE._col0)"],keys:KEY._col0, KEY._col1 <-Reducer 7 [SIMPLE_EDGE] SHUFFLE [RS_26] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_25] (rows=479121995 width=15) Output:["_col0","_col1","_col2"],aggregations:["count()"],keys:_col1, _col4 Merge Join Operator [MERGEJOIN_99] (rows=479121995 width=7) Conds:RS_21._col3=RS_120._col0(Inner),Output:["_col1","_col4"] <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_120] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_119] (rows=56 width=4) Output:["_col0"] Filter Operator [FIL_118] (rows=56 width=102) @@ -127,12 +126,12 @@ Stage-0 default@store,store,Tbl:COMPLETE,Col:COMPLETE,Output:["s_store_sk","s_county"] <-Reducer 6 [SIMPLE_EDGE] SHUFFLE [RS_21] - PartitionCols:_col3,null sort order:a,sort order:+ + PartitionCols:_col3 Merge Join Operator [MERGEJOIN_98] (rows=479121995 width=11) Conds:RS_18._col2=RS_117._col0(Inner),Output:["_col1","_col3","_col4"] <-Map 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_117] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_116] (rows=1152 width=4) Output:["_col0"] Filter Operator [FIL_115] (rows=1152 width=104) @@ -141,12 +140,12 @@ Stage-0 default@household_demographics,household_demographics,Tbl:COMPLETE,Col:COMPLETE,Output:["hd_demo_sk","hd_buy_potential","hd_dep_count","hd_vehicle_count"] <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_18] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Merge Join Operator [MERGEJOIN_97] (rows=479121995 width=15) Conds:RS_114._col0=RS_106._col0(Inner),Output:["_col1","_col2","_col3","_col4"] <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_106] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_105] (rows=170 width=4) Output:["_col0"] Filter Operator [FIL_104] (rows=170 width=12) @@ -155,7 +154,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_dom"] <-Map 4 [SIMPLE_EDGE] vectorized SHUFFLE [RS_114] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_113] (rows=479121995 width=19) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_112] (rows=479121995 width=19) diff --git ql/src/test/results/clientpositive/perf/tez/query74.q.out ql/src/test/results/clientpositive/perf/tez/query74.q.out index e83fe77490..f98b9c8815 100644 --- ql/src/test/results/clientpositive/perf/tez/query74.q.out +++ ql/src/test/results/clientpositive/perf/tez/query74.q.out @@ -168,7 +168,6 @@ Stage-0 Output:["_col0","_col1","_col2"] <-Reducer 7 [SIMPLE_EDGE] SHUFFLE [RS_93] - null sort order:zzz,sort order:+++ Select Operator [SEL_92] (rows=19066162 width=280) Output:["_col0","_col1","_col2"] Filter Operator [FIL_91] (rows=19066162 width=732) @@ -177,19 +176,19 @@ Stage-0 Conds:RS_88._col2=RS_350._col0(Inner),Output:["_col1","_col3","_col5","_col6","_col7","_col8","_col9","_col10"] <-Reducer 20 [SIMPLE_EDGE] vectorized SHUFFLE [RS_350] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_349] (rows=80000000 width=392) Output:["_col0","_col1","_col2","_col3"],aggregations:["max(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 19 [SIMPLE_EDGE] SHUFFLE [RS_79] - PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_78] (rows=80000000 width=392) Output:["_col0","_col1","_col2","_col3"],aggregations:["max(_col2)"],keys:_col5, _col6, _col7 Merge Join Operator [MERGEJOIN_284] (rows=525327388 width=386) Conds:RS_74._col1=RS_317._col0(Inner),Output:["_col2","_col5","_col6","_col7"] <-Map 26 [SIMPLE_EDGE] vectorized SHUFFLE [RS_317] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_316] (rows=80000000 width=284) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_315] (rows=80000000 width=284) @@ -198,12 +197,12 @@ Stage-0 default@customer,customer,Tbl:COMPLETE,Col:COMPLETE,Output:["c_customer_sk","c_customer_id","c_first_name","c_last_name"] <-Reducer 18 [SIMPLE_EDGE] SHUFFLE [RS_74] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_283] (rows=525327388 width=110) Conds:RS_348._col0=RS_294._col0(Inner),Output:["_col1","_col2"] <-Map 21 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_294] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_291] (rows=652 width=4) Output:["_col0"] Filter Operator [FIL_288] (rows=652 width=8) @@ -212,7 +211,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year"] <-Map 17 [SIMPLE_EDGE] vectorized SHUFFLE [RS_348] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_347] (rows=525327388 width=114) Output:["_col0","_col1","_col2"] Filter Operator [FIL_346] (rows=525327388 width=114) @@ -232,12 +231,12 @@ Stage-0 Please refer to the previous Select Operator [SEL_291] <-Reducer 6 [SIMPLE_EDGE] SHUFFLE [RS_88] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Merge Join Operator [MERGEJOIN_286] (rows=31888273 width=440) Conds:RS_85._col2=RS_343._col0(Inner),Output:["_col1","_col2","_col3","_col5","_col6"] <-Reducer 16 [SIMPLE_EDGE] vectorized SHUFFLE [RS_343] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_342] (rows=26666666 width=216) Output:["_col0","_col1","_col2"] Filter Operator [FIL_341] (rows=26666666 width=212) @@ -248,23 +247,23 @@ Stage-0 Output:["_col0","_col1","_col2","_col3"],aggregations:["max(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 15 [SIMPLE_EDGE] SHUFFLE [RS_58] - PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_57] (rows=80000000 width=392) Output:["_col0","_col1","_col2","_col3"],aggregations:["max(_col2)"],keys:_col5, _col6, _col7 Merge Join Operator [MERGEJOIN_282] (rows=143930993 width=391) Conds:RS_53._col1=RS_320._col0(Inner),Output:["_col2","_col5","_col6","_col7"] <-Map 26 [SIMPLE_EDGE] vectorized SHUFFLE [RS_320] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_316] <-Reducer 14 [SIMPLE_EDGE] SHUFFLE [RS_53] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_281] (rows=143930993 width=115) Conds:RS_338._col0=RS_300._col0(Inner),Output:["_col1","_col2"] <-Map 21 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_300] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_293] (rows=652 width=4) Output:["_col0"] Filter Operator [FIL_290] (rows=652 width=8) @@ -272,7 +271,7 @@ Stage-0 Please refer to the previous TableScan [TS_65] <-Map 13 [SIMPLE_EDGE] vectorized SHUFFLE [RS_338] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_337] (rows=143930993 width=119) Output:["_col0","_col1","_col2"] Filter Operator [FIL_336] (rows=143930993 width=119) @@ -292,12 +291,12 @@ Stage-0 Please refer to the previous Select Operator [SEL_293] <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_85] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Merge Join Operator [MERGEJOIN_285] (rows=31888273 width=324) Conds:RS_323._col0=RS_333._col0(Inner),Output:["_col1","_col2","_col3"] <-Reducer 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_333] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_332] (rows=26666666 width=212) Output:["_col0","_col1"] Filter Operator [FIL_331] (rows=26666666 width=212) @@ -308,23 +307,23 @@ Stage-0 Output:["_col0","_col1","_col2","_col3"],aggregations:["max(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 11 [SIMPLE_EDGE] SHUFFLE [RS_37] - PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_36] (rows=80000000 width=392) Output:["_col0","_col1","_col2","_col3"],aggregations:["max(_col2)"],keys:_col5, _col6, _col7 Merge Join Operator [MERGEJOIN_280] (rows=525327388 width=386) Conds:RS_32._col1=RS_319._col0(Inner),Output:["_col2","_col5","_col6","_col7"] <-Map 26 [SIMPLE_EDGE] vectorized SHUFFLE [RS_319] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_316] <-Reducer 10 [SIMPLE_EDGE] SHUFFLE [RS_32] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_279] (rows=525327388 width=110) Conds:RS_328._col0=RS_298._col0(Inner),Output:["_col1","_col2"] <-Map 21 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_298] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_292] (rows=652 width=4) Output:["_col0"] Filter Operator [FIL_289] (rows=652 width=8) @@ -332,7 +331,7 @@ Stage-0 Please refer to the previous TableScan [TS_65] <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_328] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_327] (rows=525327388 width=114) Output:["_col0","_col1","_col2"] Filter Operator [FIL_326] (rows=525327388 width=114) @@ -352,34 +351,34 @@ Stage-0 Please refer to the previous Select Operator [SEL_292] <-Reducer 4 [SIMPLE_EDGE] vectorized SHUFFLE [RS_323] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_322] (rows=80000000 width=212) Output:["_col0","_col1"] Group By Operator [GBY_321] (rows=80000000 width=392) Output:["_col0","_col1","_col2","_col3"],aggregations:["max(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_17] - PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_16] (rows=80000000 width=392) Output:["_col0","_col1","_col2","_col3"],aggregations:["max(_col2)"],keys:_col5, _col6, _col7 Merge Join Operator [MERGEJOIN_278] (rows=143930993 width=391) Conds:RS_12._col1=RS_318._col0(Inner),Output:["_col2","_col5","_col6","_col7"] <-Map 26 [SIMPLE_EDGE] vectorized SHUFFLE [RS_318] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_316] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_12] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_277] (rows=143930993 width=115) Conds:RS_314._col0=RS_296._col0(Inner),Output:["_col1","_col2"] <-Map 21 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_296] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_291] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_314] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_313] (rows=143930993 width=119) Output:["_col0","_col1","_col2"] Filter Operator [FIL_312] (rows=143930993 width=119) diff --git ql/src/test/results/clientpositive/perf/tez/query75.q.out ql/src/test/results/clientpositive/perf/tez/query75.q.out index e67bdd3f93..b426bf2d1a 100644 --- ql/src/test/results/clientpositive/perf/tez/query75.q.out +++ ql/src/test/results/clientpositive/perf/tez/query75.q.out @@ -208,7 +208,6 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"] <-Reducer 9 [SIMPLE_EDGE] SHUFFLE [RS_175] - null sort order:z,sort order:+ Select Operator [SEL_174] (rows=7853634 width=152) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"] Filter Operator [FIL_173] (rows=7853634 width=256) @@ -217,7 +216,7 @@ Stage-0 Conds:RS_611._col0, _col1, _col2, _col3=RS_614._col0, _col1, _col2, _col3(Inner),Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col10","_col11"] <-Reducer 27 [SIMPLE_EDGE] vectorized SHUFFLE [RS_614] - PartitionCols:_col0, _col1, _col2, _col3,null sort order:aaaa,sort order:++++ + PartitionCols:_col0, _col1, _col2, _col3 Group By Operator [GBY_613] (rows=40320 width=136) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],aggregations:["sum(_col4)","sum(_col5)"],keys:_col0, _col1, _col2, _col3 Group By Operator [GBY_612] (rows=1541596122 width=131) @@ -225,7 +224,7 @@ Stage-0 <-Union 26 [SIMPLE_EDGE] <-Reducer 25 [CONTAINS] vectorized Reduce Output Operator [RS_644] - PartitionCols:_col0, _col1, _col2, _col3,null sort order:aaaaaa,sort order:++++++ + PartitionCols:_col0, _col1, _col2, _col3 Group By Operator [GBY_643] (rows=1541596122 width=131) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],keys:_col0, _col1, _col2, _col3, _col4, _col5 Group By Operator [GBY_642] (rows=1298641485 width=131) @@ -233,7 +232,7 @@ Stage-0 <-Union 24 [SIMPLE_EDGE] <-Reducer 23 [CONTAINS] Reduce Output Operator [RS_542] - PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5,null sort order:aaaaaa,sort order:++++++ + PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5 Group By Operator [GBY_541] (rows=1298641485 width=131) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],keys:_col0, _col1, _col2, _col3, _col4, _col5 Select Operator [SEL_539] (rows=455263131 width=131) @@ -242,7 +241,7 @@ Stage-0 Conds:RS_103._col1, _col2=RS_605._col0, _col1(Left Outer),Output:["_col3","_col4","_col7","_col8","_col9","_col10","_col13","_col14"] <-Map 38 [SIMPLE_EDGE] vectorized SHUFFLE [RS_605] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Select Operator [SEL_603] (rows=28798881 width=121) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_602] (rows=28798881 width=121) @@ -251,12 +250,12 @@ Stage-0 default@catalog_returns,catalog_returns,Tbl:COMPLETE,Col:COMPLETE,Output:["cr_item_sk","cr_order_number","cr_return_quantity","cr_return_amount"] <-Reducer 22 [SIMPLE_EDGE] SHUFFLE [RS_103] - PartitionCols:_col1, _col2,null sort order:aa,sort order:++ + PartitionCols:_col1, _col2 Merge Join Operator [MERGEJOIN_510] (rows=273092954 width=139) Conds:RS_100._col1=RS_599._col0(Inner),Output:["_col1","_col2","_col3","_col4","_col7","_col8","_col9","_col10"] <-Map 37 [SIMPLE_EDGE] vectorized SHUFFLE [RS_599] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_595] (rows=45745 width=19) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_594] (rows=45745 width=109) @@ -265,12 +264,12 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_brand_id","i_class_id","i_category_id","i_category","i_manufact_id"] <-Reducer 21 [SIMPLE_EDGE] SHUFFLE [RS_100] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_509] (rows=286549727 width=123) Conds:RS_641._col0=RS_571._col0(Inner),Output:["_col1","_col2","_col3","_col4"] <-Map 11 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_571] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_562] (rows=652 width=4) Output:["_col0"] Filter Operator [FIL_558] (rows=652 width=8) @@ -279,7 +278,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year"] <-Map 43 [SIMPLE_EDGE] vectorized SHUFFLE [RS_641] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_640] (rows=286549727 width=127) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_639] (rows=286549727 width=127) @@ -299,7 +298,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_562] <-Reducer 31 [CONTAINS] Reduce Output Operator [RS_551] - PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5,null sort order:aaaaaa,sort order:++++++ + PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5 Group By Operator [GBY_550] (rows=1298641485 width=131) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],keys:_col0, _col1, _col2, _col3, _col4, _col5 Select Operator [SEL_548] (rows=843378354 width=131) @@ -308,7 +307,7 @@ Stage-0 Conds:RS_125._col1, _col2=RS_627._col0, _col1(Left Outer),Output:["_col3","_col4","_col7","_col8","_col9","_col10","_col13","_col14"] <-Map 40 [SIMPLE_EDGE] vectorized SHUFFLE [RS_627] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Select Operator [SEL_625] (rows=57591150 width=119) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_624] (rows=57591150 width=119) @@ -317,21 +316,21 @@ Stage-0 default@store_returns,store_returns,Tbl:COMPLETE,Col:COMPLETE,Output:["sr_item_sk","sr_ticket_number","sr_return_quantity","sr_return_amt"] <-Reducer 30 [SIMPLE_EDGE] SHUFFLE [RS_125] - PartitionCols:_col1, _col2,null sort order:aa,sort order:++ + PartitionCols:_col1, _col2 Merge Join Operator [MERGEJOIN_513] (rows=524244194 width=134) Conds:RS_122._col1=RS_600._col0(Inner),Output:["_col1","_col2","_col3","_col4","_col7","_col8","_col9","_col10"] <-Map 37 [SIMPLE_EDGE] vectorized SHUFFLE [RS_600] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_595] <-Reducer 29 [SIMPLE_EDGE] SHUFFLE [RS_122] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_512] (rows=550076554 width=118) Conds:RS_649._col0=RS_573._col0(Inner),Output:["_col1","_col2","_col3","_col4"] <-Map 11 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_573] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_563] (rows=652 width=4) Output:["_col0"] Filter Operator [FIL_559] (rows=652 width=8) @@ -339,7 +338,7 @@ Stage-0 Please refer to the previous TableScan [TS_3] <-Map 44 [SIMPLE_EDGE] vectorized SHUFFLE [RS_649] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_648] (rows=550076554 width=122) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_647] (rows=550076554 width=122) @@ -359,7 +358,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_563] <-Reducer 35 [CONTAINS] Reduce Output Operator [RS_556] - PartitionCols:_col0, _col1, _col2, _col3,null sort order:aaaaaa,sort order:++++++ + PartitionCols:_col0, _col1, _col2, _col3 Group By Operator [GBY_555] (rows=1541596122 width=131) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],keys:_col0, _col1, _col2, _col3, _col4, _col5 Select Operator [SEL_553] (rows=242954637 width=131) @@ -368,7 +367,7 @@ Stage-0 Conds:RS_154._col1, _col2=RS_636._col0, _col1(Left Outer),Output:["_col3","_col4","_col7","_col8","_col9","_col10","_col13","_col14"] <-Map 42 [SIMPLE_EDGE] vectorized SHUFFLE [RS_636] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Select Operator [SEL_634] (rows=14398467 width=118) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_633] (rows=14398467 width=118) @@ -377,21 +376,21 @@ Stage-0 default@web_returns,web_returns,Tbl:COMPLETE,Col:COMPLETE,Output:["wr_item_sk","wr_order_number","wr_return_quantity","wr_return_amt"] <-Reducer 34 [SIMPLE_EDGE] SHUFFLE [RS_154] - PartitionCols:_col1, _col2,null sort order:aa,sort order:++ + PartitionCols:_col1, _col2 Merge Join Operator [MERGEJOIN_516] (rows=137205980 width=139) Conds:RS_151._col1=RS_601._col0(Inner),Output:["_col1","_col2","_col3","_col4","_col7","_col8","_col9","_col10"] <-Map 37 [SIMPLE_EDGE] vectorized SHUFFLE [RS_601] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_595] <-Reducer 33 [SIMPLE_EDGE] SHUFFLE [RS_151] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_515] (rows=143966864 width=123) Conds:RS_654._col0=RS_575._col0(Inner),Output:["_col1","_col2","_col3","_col4"] <-Map 11 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_575] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_564] (rows=652 width=4) Output:["_col0"] Filter Operator [FIL_560] (rows=652 width=8) @@ -399,7 +398,7 @@ Stage-0 Please refer to the previous TableScan [TS_3] <-Map 45 [SIMPLE_EDGE] vectorized SHUFFLE [RS_654] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_653] (rows=143966864 width=127) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_652] (rows=143966864 width=127) @@ -419,7 +418,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_564] <-Reducer 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_611] - PartitionCols:_col0, _col1, _col2, _col3,null sort order:aaaa,sort order:++++ + PartitionCols:_col0, _col1, _col2, _col3 Group By Operator [GBY_610] (rows=40320 width=136) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],aggregations:["sum(_col4)","sum(_col5)"],keys:_col0, _col1, _col2, _col3 Group By Operator [GBY_609] (rows=1541596122 width=131) @@ -427,7 +426,7 @@ Stage-0 <-Union 7 [SIMPLE_EDGE] <-Reducer 19 [CONTAINS] Reduce Output Operator [RS_537] - PartitionCols:_col0, _col1, _col2, _col3,null sort order:aaaaaa,sort order:++++++ + PartitionCols:_col0, _col1, _col2, _col3 Group By Operator [GBY_536] (rows=1541596122 width=131) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],keys:_col0, _col1, _col2, _col3, _col4, _col5 Select Operator [SEL_534] (rows=242954637 width=131) @@ -436,25 +435,25 @@ Stage-0 Conds:RS_69._col1, _col2=RS_635._col0, _col1(Left Outer),Output:["_col3","_col4","_col7","_col8","_col9","_col10","_col13","_col14"] <-Map 42 [SIMPLE_EDGE] vectorized SHUFFLE [RS_635] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Please refer to the previous Select Operator [SEL_634] <-Reducer 18 [SIMPLE_EDGE] SHUFFLE [RS_69] - PartitionCols:_col1, _col2,null sort order:aa,sort order:++ + PartitionCols:_col1, _col2 Merge Join Operator [MERGEJOIN_507] (rows=137205980 width=139) Conds:RS_66._col1=RS_598._col0(Inner),Output:["_col1","_col2","_col3","_col4","_col7","_col8","_col9","_col10"] <-Map 37 [SIMPLE_EDGE] vectorized SHUFFLE [RS_598] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_595] <-Reducer 17 [SIMPLE_EDGE] SHUFFLE [RS_66] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_506] (rows=143966864 width=123) Conds:RS_632._col0=RS_569._col0(Inner),Output:["_col1","_col2","_col3","_col4"] <-Map 11 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_569] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_561] (rows=652 width=4) Output:["_col0"] Filter Operator [FIL_557] (rows=652 width=8) @@ -462,7 +461,7 @@ Stage-0 Please refer to the previous TableScan [TS_3] <-Map 41 [SIMPLE_EDGE] vectorized SHUFFLE [RS_632] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_631] (rows=143966864 width=127) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_630] (rows=143966864 width=127) @@ -482,7 +481,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_561] <-Reducer 6 [CONTAINS] vectorized Reduce Output Operator [RS_608] - PartitionCols:_col0, _col1, _col2, _col3,null sort order:aaaaaa,sort order:++++++ + PartitionCols:_col0, _col1, _col2, _col3 Group By Operator [GBY_607] (rows=1541596122 width=131) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],keys:_col0, _col1, _col2, _col3, _col4, _col5 Group By Operator [GBY_606] (rows=1298641485 width=131) @@ -490,7 +489,7 @@ Stage-0 <-Union 5 [SIMPLE_EDGE] <-Reducer 15 [CONTAINS] Reduce Output Operator [RS_532] - PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5,null sort order:aaaaaa,sort order:++++++ + PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5 Group By Operator [GBY_531] (rows=1298641485 width=131) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],keys:_col0, _col1, _col2, _col3, _col4, _col5 Select Operator [SEL_529] (rows=843378354 width=131) @@ -499,29 +498,29 @@ Stage-0 Conds:RS_40._col1, _col2=RS_626._col0, _col1(Left Outer),Output:["_col3","_col4","_col7","_col8","_col9","_col10","_col13","_col14"] <-Map 40 [SIMPLE_EDGE] vectorized SHUFFLE [RS_626] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Please refer to the previous Select Operator [SEL_625] <-Reducer 14 [SIMPLE_EDGE] SHUFFLE [RS_40] - PartitionCols:_col1, _col2,null sort order:aa,sort order:++ + PartitionCols:_col1, _col2 Merge Join Operator [MERGEJOIN_504] (rows=524244194 width=134) Conds:RS_37._col1=RS_597._col0(Inner),Output:["_col1","_col2","_col3","_col4","_col7","_col8","_col9","_col10"] <-Map 37 [SIMPLE_EDGE] vectorized SHUFFLE [RS_597] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_595] <-Reducer 13 [SIMPLE_EDGE] SHUFFLE [RS_37] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_503] (rows=550076554 width=118) Conds:RS_623._col0=RS_567._col0(Inner),Output:["_col1","_col2","_col3","_col4"] <-Map 11 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_567] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_561] <-Map 39 [SIMPLE_EDGE] vectorized SHUFFLE [RS_623] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_622] (rows=550076554 width=122) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_621] (rows=550076554 width=122) @@ -541,7 +540,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_561] <-Reducer 4 [CONTAINS] Reduce Output Operator [RS_523] - PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5,null sort order:aaaaaa,sort order:++++++ + PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5 Group By Operator [GBY_522] (rows=1298641485 width=131) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],keys:_col0, _col1, _col2, _col3, _col4, _col5 Select Operator [SEL_520] (rows=455263131 width=131) @@ -550,29 +549,29 @@ Stage-0 Conds:RS_18._col1, _col2=RS_604._col0, _col1(Left Outer),Output:["_col3","_col4","_col7","_col8","_col9","_col10","_col13","_col14"] <-Map 38 [SIMPLE_EDGE] vectorized SHUFFLE [RS_604] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Please refer to the previous Select Operator [SEL_603] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_18] - PartitionCols:_col1, _col2,null sort order:aa,sort order:++ + PartitionCols:_col1, _col2 Merge Join Operator [MERGEJOIN_501] (rows=273092954 width=139) Conds:RS_15._col1=RS_596._col0(Inner),Output:["_col1","_col2","_col3","_col4","_col7","_col8","_col9","_col10"] <-Map 37 [SIMPLE_EDGE] vectorized SHUFFLE [RS_596] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_595] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_15] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_500] (rows=286549727 width=123) Conds:RS_593._col0=RS_565._col0(Inner),Output:["_col1","_col2","_col3","_col4"] <-Map 11 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_565] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_561] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_593] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_592] (rows=286549727 width=127) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_591] (rows=286549727 width=127) diff --git ql/src/test/results/clientpositive/perf/tez/query76.q.out ql/src/test/results/clientpositive/perf/tez/query76.q.out index c49be8e699..c0d60e88cc 100644 --- ql/src/test/results/clientpositive/perf/tez/query76.q.out +++ ql/src/test/results/clientpositive/perf/tez/query76.q.out @@ -80,24 +80,23 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"] <-Reducer 5 [SIMPLE_EDGE] vectorized SHUFFLE [RS_180] - null sort order:zzzzz,sort order:+++++ Group By Operator [GBY_179] (rows=5600 width=408) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"],aggregations:["count(VALUE._col0)","sum(VALUE._col1)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3, KEY._col4 <-Union 4 [SIMPLE_EDGE] <-Reducer 10 [CONTAINS] Reduce Output Operator [RS_167] - PartitionCols:_col0, _col1, _col2, _col3, _col4,null sort order:zzzzz,sort order:+++++ + PartitionCols:_col0, _col1, _col2, _col3, _col4 Group By Operator [GBY_166] (rows=224000 width=408) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"],aggregations:["count()","sum(_col5)"],keys:_col0, _col1, _col2, _col3, _col4 Top N Key Operator [TNK_165] (rows=26219002 width=388) - keys:_col0, _col1, _col2, _col3, _col4,null sort order:zzzzz,sort order:+++++,top n:100 + keys:_col0, _col1, _col2, _col3, _col4,top n:100 Select Operator [SEL_163] (rows=1433911 width=399) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Merge Join Operator [MERGEJOIN_162] (rows=1433911 width=209) Conds:RS_45._col0=RS_195._col0(Inner),Output:["_col2","_col4","_col6","_col7"] <-Map 16 [SIMPLE_EDGE] vectorized SHUFFLE [RS_195] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_194] (rows=73049 width=12) Output:["_col0","_col1","_col2"] Filter Operator [FIL_193] (rows=73049 width=12) @@ -106,12 +105,12 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_qoy"] <-Reducer 9 [SIMPLE_EDGE] SHUFFLE [RS_45] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_148] (rows=1433911 width=205) Conds:RS_192._col1=RS_172._col0(Inner),Output:["_col0","_col2","_col4"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_172] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_169] (rows=462000 width=94) Output:["_col0","_col1"] Filter Operator [FIL_168] (rows=462000 width=94) @@ -120,7 +119,7 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_category"] <-Map 15 [SIMPLE_EDGE] vectorized SHUFFLE [RS_192] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_191] (rows=1433911 width=119) Output:["_col0","_col1","_col2"] Filter Operator [FIL_190] (rows=1433911 width=123) @@ -129,18 +128,18 @@ Stage-0 default@catalog_sales,catalog_sales,Tbl:COMPLETE,Col:COMPLETE,Output:["cs_sold_date_sk","cs_warehouse_sk","cs_item_sk","cs_ext_sales_price"] <-Reducer 3 [CONTAINS] Reduce Output Operator [RS_155] - PartitionCols:_col0, _col1, _col2, _col3, _col4,null sort order:zzzzz,sort order:+++++ + PartitionCols:_col0, _col1, _col2, _col3, _col4 Group By Operator [GBY_154] (rows=224000 width=408) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"],aggregations:["count()","sum(_col5)"],keys:_col0, _col1, _col2, _col3, _col4 Top N Key Operator [TNK_153] (rows=26219002 width=388) - keys:_col0, _col1, _col2, _col3, _col4,null sort order:zzzzz,sort order:+++++,top n:100 + keys:_col0, _col1, _col2, _col3, _col4,top n:100 Select Operator [SEL_151] (rows=24749363 width=387) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Merge Join Operator [MERGEJOIN_150] (rows=24749363 width=204) Conds:RS_12._col2=RS_178._col0(Inner),Output:["_col1","_col4","_col6","_col7"] <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_178] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_177] (rows=73049 width=12) Output:["_col0","_col1","_col2"] Filter Operator [FIL_176] (rows=73049 width=12) @@ -149,16 +148,16 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_qoy"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_12] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Merge Join Operator [MERGEJOIN_144] (rows=24749363 width=200) Conds:RS_170._col0=RS_175._col1(Inner),Output:["_col1","_col2","_col4"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_170] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_169] <-Map 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_175] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_174] (rows=24749363 width=114) Output:["_col0","_col1","_col2"] Filter Operator [FIL_173] (rows=24749363 width=118) @@ -167,18 +166,18 @@ Stage-0 default@store_sales,store_sales,Tbl:COMPLETE,Col:COMPLETE,Output:["ss_sold_date_sk","ss_item_sk","ss_addr_sk","ss_ext_sales_price"] <-Reducer 8 [CONTAINS] Reduce Output Operator [RS_161] - PartitionCols:_col0, _col1, _col2, _col3, _col4,null sort order:zzzzz,sort order:+++++ + PartitionCols:_col0, _col1, _col2, _col3, _col4 Group By Operator [GBY_160] (rows=224000 width=408) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"],aggregations:["count()","sum(_col5)"],keys:_col0, _col1, _col2, _col3, _col4 Top N Key Operator [TNK_159] (rows=26219002 width=388) - keys:_col0, _col1, _col2, _col3, _col4,null sort order:zzzzz,sort order:+++++,top n:100 + keys:_col0, _col1, _col2, _col3, _col4,top n:100 Select Operator [SEL_157] (rows=35728 width=394) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Merge Join Operator [MERGEJOIN_156] (rows=35728 width=209) Conds:RS_28._col0=RS_189._col0(Inner),Output:["_col2","_col4","_col6","_col7"] <-Map 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_189] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_188] (rows=73049 width=12) Output:["_col0","_col1","_col2"] Filter Operator [FIL_187] (rows=73049 width=12) @@ -187,16 +186,16 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_qoy"] <-Reducer 7 [SIMPLE_EDGE] SHUFFLE [RS_28] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_146] (rows=35728 width=205) Conds:RS_186._col1=RS_171._col0(Inner),Output:["_col0","_col2","_col4"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_171] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_169] <-Map 13 [SIMPLE_EDGE] vectorized SHUFFLE [RS_186] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_185] (rows=35728 width=119) Output:["_col0","_col1","_col2"] Filter Operator [FIL_184] (rows=35728 width=123) diff --git ql/src/test/results/clientpositive/perf/tez/query77.q.out ql/src/test/results/clientpositive/perf/tez/query77.q.out index ca68776a34..ab2b3dc570 100644 --- ql/src/test/results/clientpositive/perf/tez/query77.q.out +++ ql/src/test/results/clientpositive/perf/tez/query77.q.out @@ -274,7 +274,6 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4"] <-Reducer 7 [SIMPLE_EDGE] vectorized SHUFFLE [RS_364] - null sort order:zz,sort order:++ Select Operator [SEL_363] (rows=561 width=439) Output:["_col0","_col1","_col2","_col3","_col4"] Group By Operator [GBY_362] (rows=561 width=447) @@ -282,11 +281,11 @@ Stage-0 <-Union 6 [SIMPLE_EDGE] <-Reducer 16 [CONTAINS] Reduce Output Operator [RS_322] - PartitionCols:_col0, _col1, _col2,null sort order:zza,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_321] (rows=561 width=447) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],aggregations:["sum(_col2)","sum(_col3)","sum(_col4)"],keys:_col0, _col1, 0L Top N Key Operator [TNK_320] (rows=526 width=435) - keys:_col0, _col1, 0L,null sort order:zza,sort order:+++,top n:100 + keys:_col0, _col1, 0L,top n:100 Select Operator [SEL_318] (rows=10 width=439) Output:["_col0","_col1","_col2","_col3","_col4"] Merge Join Operator [MERGEJOIN_317] (rows=10 width=452) @@ -297,14 +296,14 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)"],keys:KEY._col0 <-Reducer 14 [SIMPLE_EDGE] SHUFFLE [RS_55] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_54] (rows=2550 width=227) Output:["_col0","_col1","_col2"],aggregations:["sum(_col2)","sum(_col3)"],keys:_col1 Merge Join Operator [MERGEJOIN_302] (rows=286549727 width=227) Conds:RS_372._col0=RS_334._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_334] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_330] (rows=8116 width=4) Output:["_col0"] Filter Operator [FIL_329] (rows=8116 width=98) @@ -313,7 +312,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_date"] <-Map 30 [SIMPLE_EDGE] vectorized SHUFFLE [RS_372] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_371] (rows=286549727 width=231) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_370] (rows=286549727 width=231) @@ -343,11 +342,11 @@ Stage-0 Conds:RS_377._col0=RS_336._col0(Inner),Output:["_col1","_col2"] <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_336] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_330] <-Map 31 [SIMPLE_EDGE] vectorized SHUFFLE [RS_377] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_376] (rows=28798881 width=223) Output:["_col0","_col1","_col2"] Filter Operator [FIL_375] (rows=28798881 width=223) @@ -356,30 +355,30 @@ Stage-0 default@catalog_returns,catalog_returns,Tbl:COMPLETE,Col:COMPLETE,Output:["cr_returned_date_sk","cr_return_amount","cr_net_loss"] <-Reducer 23 [CONTAINS] Reduce Output Operator [RS_328] - PartitionCols:_col0, _col1, _col2,null sort order:zza,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_327] (rows=561 width=447) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],aggregations:["sum(_col2)","sum(_col3)","sum(_col4)"],keys:_col0, _col1, 0L Top N Key Operator [TNK_326] (rows=526 width=435) - keys:_col0, _col1, 0L,null sort order:zza,sort order:+++,top n:100 + keys:_col0, _col1, 0L,top n:100 Select Operator [SEL_324] (rows=392 width=435) Output:["_col0","_col1","_col2","_col3","_col4"] Merge Join Operator [MERGEJOIN_323] (rows=392 width=335) Conds:RS_390._col0=RS_395._col0(Left Outer),Output:["_col0","_col1","_col2","_col4","_col5"] <-Reducer 22 [SIMPLE_EDGE] vectorized SHUFFLE [RS_390] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_389] (rows=205 width=228) Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)"],keys:KEY._col0 <-Reducer 21 [SIMPLE_EDGE] SHUFFLE [RS_94] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_93] (rows=26445 width=228) Output:["_col0","_col1","_col2"],aggregations:["sum(_col2)","sum(_col3)"],keys:_col5 Merge Join Operator [MERGEJOIN_305] (rows=143931136 width=227) Conds:RS_89._col1=RS_387._col0(Inner),Output:["_col2","_col3","_col5"] <-Map 33 [SIMPLE_EDGE] vectorized SHUFFLE [RS_387] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_386] (rows=4602 width=4) Output:["_col0"] Filter Operator [FIL_385] (rows=4602 width=4) @@ -388,16 +387,16 @@ Stage-0 default@web_page,web_page,Tbl:COMPLETE,Col:COMPLETE,Output:["wp_web_page_sk"] <-Reducer 20 [SIMPLE_EDGE] SHUFFLE [RS_89] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_304] (rows=143931136 width=227) Conds:RS_384._col0=RS_337._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_337] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_330] <-Map 32 [SIMPLE_EDGE] vectorized SHUFFLE [RS_384] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_383] (rows=143931136 width=231) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_382] (rows=143931136 width=231) @@ -417,32 +416,32 @@ Stage-0 Please refer to the previous Select Operator [SEL_330] <-Reducer 27 [SIMPLE_EDGE] vectorized SHUFFLE [RS_395] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_394] (rows=187 width=228) Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)"],keys:KEY._col0 <-Reducer 26 [SIMPLE_EDGE] SHUFFLE [RS_114] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_113] (rows=2244 width=228) Output:["_col0","_col1","_col2"],aggregations:["sum(_col2)","sum(_col3)"],keys:_col5 Merge Join Operator [MERGEJOIN_307] (rows=13129719 width=217) Conds:RS_109._col1=RS_388._col0(Inner),Output:["_col2","_col3","_col5"] <-Map 33 [SIMPLE_EDGE] vectorized SHUFFLE [RS_388] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_386] <-Reducer 25 [SIMPLE_EDGE] SHUFFLE [RS_109] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_306] (rows=13129719 width=217) Conds:RS_393._col0=RS_339._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_339] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_330] <-Map 34 [SIMPLE_EDGE] vectorized SHUFFLE [RS_393] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_392] (rows=13129719 width=221) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_391] (rows=13129719 width=221) @@ -451,30 +450,30 @@ Stage-0 default@web_returns,web_returns,Tbl:COMPLETE,Col:COMPLETE,Output:["wr_returned_date_sk","wr_web_page_sk","wr_return_amt","wr_net_loss"] <-Reducer 5 [CONTAINS] Reduce Output Operator [RS_316] - PartitionCols:_col0, _col1, _col2,null sort order:zza,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_315] (rows=561 width=447) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],aggregations:["sum(_col2)","sum(_col3)","sum(_col4)"],keys:_col0, _col1, 0L Top N Key Operator [TNK_314] (rows=526 width=435) - keys:_col0, _col1, 0L,null sort order:zza,sort order:+++,top n:100 + keys:_col0, _col1, 0L,top n:100 Select Operator [SEL_312] (rows=124 width=437) Output:["_col0","_col1","_col2","_col3","_col4"] Merge Join Operator [MERGEJOIN_311] (rows=124 width=379) Conds:RS_356._col0=RS_361._col0(Left Outer),Output:["_col0","_col1","_col2","_col4","_col5"] <-Reducer 13 [SIMPLE_EDGE] vectorized SHUFFLE [RS_361] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_360] (rows=84 width=228) Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)"],keys:KEY._col0 <-Reducer 12 [SIMPLE_EDGE] SHUFFLE [RS_37] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_36] (rows=3948 width=228) Output:["_col0","_col1","_col2"],aggregations:["sum(_col2)","sum(_col3)"],keys:_col5 Merge Join Operator [MERGEJOIN_301] (rows=53634860 width=220) Conds:RS_32._col1=RS_354._col0(Inner),Output:["_col2","_col3","_col5"] <-Map 28 [SIMPLE_EDGE] vectorized SHUFFLE [RS_354] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_352] (rows=1704 width=4) Output:["_col0"] Filter Operator [FIL_351] (rows=1704 width=4) @@ -483,16 +482,16 @@ Stage-0 default@store,store,Tbl:COMPLETE,Col:COMPLETE,Output:["s_store_sk"] <-Reducer 11 [SIMPLE_EDGE] SHUFFLE [RS_32] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_300] (rows=53634860 width=220) Conds:RS_359._col0=RS_333._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_333] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_330] <-Map 29 [SIMPLE_EDGE] vectorized SHUFFLE [RS_359] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_358] (rows=53634860 width=223) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_357] (rows=53634860 width=223) @@ -501,32 +500,32 @@ Stage-0 default@store_returns,store_returns,Tbl:COMPLETE,Col:COMPLETE,Output:["sr_returned_date_sk","sr_store_sk","sr_return_amt","sr_net_loss"] <-Reducer 4 [SIMPLE_EDGE] vectorized SHUFFLE [RS_356] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_355] (rows=83 width=228) Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)"],keys:KEY._col0 <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_17] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_16] (rows=37184 width=228) Output:["_col0","_col1","_col2"],aggregations:["sum(_col2)","sum(_col3)"],keys:_col5 Merge Join Operator [MERGEJOIN_299] (rows=525329897 width=217) Conds:RS_12._col1=RS_353._col0(Inner),Output:["_col2","_col3","_col5"] <-Map 28 [SIMPLE_EDGE] vectorized SHUFFLE [RS_353] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_352] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_12] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_298] (rows=525329897 width=217) Conds:RS_350._col0=RS_331._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_331] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_330] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_350] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_349] (rows=525329897 width=221) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_348] (rows=525329897 width=221) diff --git ql/src/test/results/clientpositive/perf/tez/query78.q.out ql/src/test/results/clientpositive/perf/tez/query78.q.out index f50d9274eb..4d090af463 100644 --- ql/src/test/results/clientpositive/perf/tez/query78.q.out +++ ql/src/test/results/clientpositive/perf/tez/query78.q.out @@ -162,14 +162,13 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9"] <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_76] - null sort order:zzzzzzzzz,sort order:++---++++ Select Operator [SEL_75] (rows=5221812635292 width=719) Output:["_col0","_col1","_col2","_col6","_col7","_col8","_col9","_col10","_col11","_col12"] Merge Join Operator [MERGEJOIN_223] (rows=5221812635292 width=715) Conds:RS_72._col1=RS_273._col0(Inner),Output:["_col0","_col1","_col2","_col3","_col4","_col7","_col8","_col9","_col11","_col12","_col13","_col14","_col15"] <-Reducer 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_273] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_272] (rows=285117831 width=247) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Filter Operator [FIL_271] (rows=285117831 width=239) @@ -180,14 +179,14 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)","sum(VALUE._col2)"],keys:KEY._col0, KEY._col1 <-Reducer 11 [SIMPLE_EDGE] SHUFFLE [RS_64] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_63] (rows=285117831 width=239) Output:["_col0","_col1","_col2","_col3","_col4"],aggregations:["sum(_col4)","sum(_col5)","sum(_col6)"],keys:_col2, _col3 Merge Join Operator [MERGEJOIN_221] (rows=285117831 width=235) Conds:RS_230._col0=RS_60._col0(Inner),Output:["_col2","_col3","_col4","_col5","_col6"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_230] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_225] (rows=652 width=4) Output:["_col0"] Filter Operator [FIL_224] (rows=652 width=8) @@ -196,7 +195,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year"] <-Reducer 21 [SIMPLE_EDGE] SHUFFLE [RS_60] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_58] (rows=285117831 width=239) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Filter Operator [FIL_57] (rows=285117831 width=240) @@ -205,7 +204,7 @@ Stage-0 Conds:RS_265._col2, _col3=RS_268._col0, _col1(Left Outer),Output:["_col0","_col1","_col2","_col4","_col5","_col6","_col8"] <-Map 20 [SIMPLE_EDGE] vectorized SHUFFLE [RS_265] - PartitionCols:_col2, _col3,null sort order:aa,sort order:++ + PartitionCols:_col2, _col3 Select Operator [SEL_264] (rows=285117831 width=242) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"] Filter Operator [FIL_263] (rows=285117831 width=242) @@ -225,7 +224,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_225] <-Map 22 [SIMPLE_EDGE] vectorized SHUFFLE [RS_268] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Select Operator [SEL_267] (rows=28798881 width=8) Output:["_col0","_col1"] Filter Operator [FIL_266] (rows=28798881 width=8) @@ -234,30 +233,30 @@ Stage-0 default@catalog_returns,catalog_returns,Tbl:COMPLETE,Col:COMPLETE,Output:["cr_item_sk","cr_order_number"] <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_72] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_222] (rows=25668026995 width=471) Conds:RS_248._col1, _col0=RS_260._col1, _col0(Inner),Output:["_col0","_col1","_col2","_col3","_col4","_col7","_col8","_col9"] <-Reducer 3 [SIMPLE_EDGE] vectorized SHUFFLE [RS_248] - PartitionCols:_col1, _col0,null sort order:aa,sort order:++ + PartitionCols:_col1, _col0 Select Operator [SEL_247] (rows=319876350 width=239) Output:["_col0","_col1","_col2","_col3","_col4"] Group By Operator [GBY_246] (rows=319876350 width=239) Output:["_col0","_col1","_col2","_col3","_col4"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)","sum(VALUE._col2)"],keys:KEY._col0, KEY._col1 <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_19] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_18] (rows=319876350 width=239) Output:["_col0","_col1","_col2","_col3","_col4"],aggregations:["sum(_col4)","sum(_col5)","sum(_col6)"],keys:_col3, _col2 Merge Join Operator [MERGEJOIN_217] (rows=319876350 width=229) Conds:RS_226._col0=RS_15._col0(Inner),Output:["_col2","_col3","_col4","_col5","_col6"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_226] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_225] <-Reducer 15 [SIMPLE_EDGE] SHUFFLE [RS_15] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_13] (rows=319876350 width=233) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Filter Operator [FIL_12] (rows=319876350 width=236) @@ -266,7 +265,7 @@ Stage-0 Conds:RS_242._col1, _col3=RS_245._col0, _col1(Left Outer),Output:["_col0","_col1","_col2","_col4","_col5","_col6","_col8"] <-Map 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_242] - PartitionCols:_col1, _col3,null sort order:aa,sort order:++ + PartitionCols:_col1, _col3 Select Operator [SEL_241] (rows=525327388 width=233) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"] Filter Operator [FIL_240] (rows=525327388 width=233) @@ -286,7 +285,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_225] <-Map 16 [SIMPLE_EDGE] vectorized SHUFFLE [RS_245] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Select Operator [SEL_244] (rows=57591150 width=8) Output:["_col0","_col1"] Filter Operator [FIL_243] (rows=57591150 width=8) @@ -295,7 +294,7 @@ Stage-0 default@store_returns,store_returns,Tbl:COMPLETE,Col:COMPLETE,Output:["sr_item_sk","sr_ticket_number"] <-Reducer 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_260] - PartitionCols:_col1, _col0,null sort order:aa,sort order:++ + PartitionCols:_col1, _col0 Select Operator [SEL_259] (rows=113538342 width=239) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_258] (rows=113538342 width=239) @@ -304,18 +303,18 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)","sum(VALUE._col2)"],keys:KEY._col0, KEY._col1 <-Reducer 8 [SIMPLE_EDGE] SHUFFLE [RS_41] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_40] (rows=113538342 width=239) Output:["_col0","_col1","_col2","_col3","_col4"],aggregations:["sum(_col4)","sum(_col5)","sum(_col6)"],keys:_col3, _col2 Merge Join Operator [MERGEJOIN_219] (rows=113538342 width=235) Conds:RS_228._col0=RS_37._col0(Inner),Output:["_col2","_col3","_col4","_col5","_col6"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_228] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_225] <-Reducer 18 [SIMPLE_EDGE] SHUFFLE [RS_37] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_35] (rows=113538342 width=239) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Filter Operator [FIL_34] (rows=113538342 width=242) @@ -324,7 +323,7 @@ Stage-0 Conds:RS_253._col1, _col3=RS_256._col0, _col1(Left Outer),Output:["_col0","_col1","_col2","_col4","_col5","_col6","_col8"] <-Map 17 [SIMPLE_EDGE] vectorized SHUFFLE [RS_253] - PartitionCols:_col1, _col3,null sort order:aa,sort order:++ + PartitionCols:_col1, _col3 Select Operator [SEL_252] (rows=143930993 width=243) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"] Filter Operator [FIL_251] (rows=143930993 width=243) @@ -344,7 +343,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_225] <-Map 19 [SIMPLE_EDGE] vectorized SHUFFLE [RS_256] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Select Operator [SEL_255] (rows=14398467 width=8) Output:["_col0","_col1"] Filter Operator [FIL_254] (rows=14398467 width=8) diff --git ql/src/test/results/clientpositive/perf/tez/query79.q.out ql/src/test/results/clientpositive/perf/tez/query79.q.out index c85bcef647..e1ef37ad38 100644 --- ql/src/test/results/clientpositive/perf/tez/query79.q.out +++ ql/src/test/results/clientpositive/perf/tez/query79.q.out @@ -78,14 +78,13 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_33] - null sort order:zzzz,sort order:++++ Select Operator [SEL_32] (rows=479121995 width=776) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"] Merge Join Operator [MERGEJOIN_100] (rows=479121995 width=685) Conds:RS_103._col0=RS_123._col1(Inner),Output:["_col1","_col2","_col3","_col5","_col6","_col7","_col8"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_103] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_102] (rows=80000000 width=184) Output:["_col0","_col1","_col2"] Filter Operator [FIL_101] (rows=80000000 width=184) @@ -94,21 +93,21 @@ Stage-0 default@customer,customer,Tbl:COMPLETE,Col:COMPLETE,Output:["c_customer_sk","c_first_name","c_last_name"] <-Reducer 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_123] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_122] (rows=479121995 width=508) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Group By Operator [GBY_121] (rows=479121995 width=328) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3 <-Reducer 7 [SIMPLE_EDGE] SHUFFLE [RS_26] - PartitionCols:_col0, _col1, _col2, _col3,null sort order:aaaa,sort order:++++ + PartitionCols:_col0, _col1, _col2, _col3 Group By Operator [GBY_25] (rows=479121995 width=328) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],aggregations:["sum(_col6)","sum(_col7)"],keys:_col1, _col3, _col5, _col10 Merge Join Operator [MERGEJOIN_99] (rows=479121995 width=318) Conds:RS_21._col2=RS_120._col0(Inner),Output:["_col1","_col3","_col5","_col6","_col7","_col10"] <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_120] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_119] (rows=6415 width=4) Output:["_col0"] Filter Operator [FIL_118] (rows=6415 width=12) @@ -117,12 +116,12 @@ Stage-0 default@household_demographics,household_demographics,Tbl:COMPLETE,Col:COMPLETE,Output:["hd_demo_sk","hd_dep_count","hd_vehicle_count"] <-Reducer 6 [SIMPLE_EDGE] SHUFFLE [RS_21] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Merge Join Operator [MERGEJOIN_98] (rows=479121995 width=322) Conds:RS_18._col4=RS_117._col0(Inner),Output:["_col1","_col2","_col3","_col5","_col6","_col7","_col10"] <-Map 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_117] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_116] (rows=1704 width=97) Output:["_col0","_col1"] Filter Operator [FIL_115] (rows=1704 width=100) @@ -131,12 +130,12 @@ Stage-0 default@store,store,Tbl:COMPLETE,Col:COMPLETE,Output:["s_store_sk","s_number_employees","s_city"] <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_18] - PartitionCols:_col4,null sort order:a,sort order:+ + PartitionCols:_col4 Merge Join Operator [MERGEJOIN_97] (rows=479121995 width=233) Conds:RS_114._col0=RS_106._col0(Inner),Output:["_col1","_col2","_col3","_col4","_col5","_col6","_col7"] <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_106] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_105] (rows=391 width=4) Output:["_col0"] Filter Operator [FIL_104] (rows=391 width=12) @@ -145,7 +144,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_dow"] <-Map 4 [SIMPLE_EDGE] vectorized SHUFFLE [RS_114] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_113] (rows=479121995 width=237) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"] Filter Operator [FIL_112] (rows=479121995 width=237) diff --git ql/src/test/results/clientpositive/perf/tez/query8.q.out ql/src/test/results/clientpositive/perf/tez/query8.q.out index b35b381a82..0af8fdf3df 100644 --- ql/src/test/results/clientpositive/perf/tez/query8.q.out +++ ql/src/test/results/clientpositive/perf/tez/query8.q.out @@ -252,26 +252,25 @@ Stage-0 Output:["_col0","_col1"] <-Reducer 4 [SIMPLE_EDGE] vectorized SHUFFLE [RS_146] - null sort order:z,sort order:+ Group By Operator [GBY_145] (rows=1 width=200) Output:["_col0","_col1"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0 <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_57] - PartitionCols:_col0,null sort order:z,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_56] (rows=401 width=200) Output:["_col0","_col1"],aggregations:["sum(_col2)"],keys:_col6 Top N Key Operator [TNK_84] (rows=525329897 width=194) - keys:_col6,null sort order:z,sort order:+,top n:100 + keys:_col6,top n:100 Merge Join Operator [MERGEJOIN_118] (rows=525329897 width=194) Conds:RS_52._col1=RS_53._col1(Inner),Output:["_col2","_col6"] <-Reducer 12 [SIMPLE_EDGE] SHUFFLE [RS_53] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_117] (rows=1 width=92) Conds:RS_141._col0=RS_144._col2(Inner),Output:["_col1","_col2"] <-Map 18 [SIMPLE_EDGE] vectorized SHUFFLE [RS_144] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Select Operator [SEL_143] (rows=1704 width=276) Output:["_col0","_col1","_col2"] Filter Operator [FIL_142] (rows=1704 width=181) @@ -280,7 +279,7 @@ Stage-0 default@store,store,Tbl:COMPLETE,Col:COMPLETE,Output:["s_store_sk","s_store_name","s_zip"] <-Reducer 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_141] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_140] (rows=1 width=184) Output:["_col0"] Filter Operator [FIL_139] (rows=1 width=192) @@ -290,14 +289,14 @@ Stage-0 <-Union 10 [SIMPLE_EDGE] <-Reducer 16 [CONTAINS] vectorized Reduce Output Operator [RS_170] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_169] (rows=5633 width=192) Output:["_col0","_col1"],aggregations:["count(_col1)"],keys:_col0 Group By Operator [GBY_168] (rows=1126 width=192) Output:["_col0","_col1"],aggregations:["count(VALUE._col0)"],keys:KEY._col0 <-Reducer 15 [SIMPLE_EDGE] vectorized SHUFFLE [RS_167] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_166] (rows=1126 width=192) Output:["_col0","_col1"],aggregations:["count()"],keys:_col0 Select Operator [SEL_165] (rows=2253 width=97) @@ -308,14 +307,14 @@ Stage-0 Output:["_col0","_col1"],aggregations:["count(VALUE._col0)"],keys:KEY._col0 <-Reducer 14 [SIMPLE_EDGE] SHUFFLE [RS_25] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_24] (rows=67610 width=97) Output:["_col0","_col1"],aggregations:["count()"],keys:_col1 Merge Join Operator [MERGEJOIN_116] (rows=26666667 width=89) Conds:RS_159._col0=RS_162._col0(Inner),Output:["_col1"] <-Map 13 [SIMPLE_EDGE] vectorized SHUFFLE [RS_159] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_158] (rows=40000000 width=93) Output:["_col0","_col1"] Filter Operator [FIL_157] (rows=40000000 width=93) @@ -324,7 +323,7 @@ Stage-0 default@customer_address,customer_address,Tbl:COMPLETE,Col:COMPLETE,Output:["ca_address_sk","ca_zip"] <-Map 17 [SIMPLE_EDGE] vectorized SHUFFLE [RS_162] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_161] (rows=26666667 width=4) Output:["_col0"] Filter Operator [FIL_160] (rows=26666667 width=89) @@ -333,14 +332,14 @@ Stage-0 default@customer,customer,Tbl:COMPLETE,Col:COMPLETE,Output:["c_current_addr_sk","c_preferred_cust_flag"] <-Reducer 9 [CONTAINS] vectorized Reduce Output Operator [RS_156] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_155] (rows=5633 width=192) Output:["_col0","_col1"],aggregations:["count(_col1)"],keys:_col0 Group By Operator [GBY_154] (rows=10141 width=192) Output:["_col0","_col1"],aggregations:["count(VALUE._col0)"],keys:KEY._col0 <-Map 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_153] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_152] (rows=141974 width=192) Output:["_col0","_col1"],aggregations:["count()"],keys:_col0 Select Operator [SEL_151] (rows=20000000 width=89) @@ -351,12 +350,12 @@ Stage-0 default@customer_address,customer_address,Tbl:COMPLETE,Col:COMPLETE,Output:["ca_zip"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_52] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_115] (rows=525329897 width=110) Conds:RS_137._col0=RS_129._col0(Inner),Output:["_col1","_col2"] <-Map 6 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_129] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_128] (rows=130 width=4) Output:["_col0"] Filter Operator [FIL_127] (rows=130 width=12) @@ -365,7 +364,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_qoy"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_137] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_136] (rows=525329897 width=114) Output:["_col0","_col1","_col2"] Filter Operator [FIL_135] (rows=525329897 width=114) diff --git ql/src/test/results/clientpositive/perf/tez/query80.q.out ql/src/test/results/clientpositive/perf/tez/query80.q.out index e831f68dcf..47844158fa 100644 --- ql/src/test/results/clientpositive/perf/tez/query80.q.out +++ ql/src/test/results/clientpositive/perf/tez/query80.q.out @@ -256,7 +256,6 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4"] <-Reducer 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_435] - null sort order:zz,sort order:++ Select Operator [SEL_434] (rows=59581 width=619) Output:["_col0","_col1","_col2","_col3","_col4"] Group By Operator [GBY_433] (rows=59581 width=627) @@ -264,18 +263,18 @@ Stage-0 <-Union 8 [SIMPLE_EDGE] <-Reducer 18 [CONTAINS] vectorized Reduce Output Operator [RS_454] - PartitionCols:_col0, _col1, _col2,null sort order:zza,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_453] (rows=59581 width=627) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],aggregations:["sum(_col2)","sum(_col3)","sum(_col4)"],keys:_col0, _col1, 0L Top N Key Operator [TNK_452] (rows=39721 width=618) - keys:_col0, _col1, 0L,null sort order:zza,sort order:+++,top n:100 + keys:_col0, _col1, 0L,top n:100 Select Operator [SEL_451] (rows=38846 width=619) Output:["_col0","_col1","_col2","_col3","_col4"] Group By Operator [GBY_450] (rows=38846 width=436) Output:["_col0","_col1","_col2","_col3"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)","sum(VALUE._col2)"],keys:KEY._col0 <-Reducer 17 [SIMPLE_EDGE] SHUFFLE [RS_75] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_74] (rows=7613816 width=436) Output:["_col0","_col1","_col2","_col3"],aggregations:["sum(_col1)","sum(_col2)","sum(_col3)"],keys:_col0 Select Operator [SEL_72] (rows=154681759 width=322) @@ -284,7 +283,7 @@ Stage-0 Conds:RS_69._col1=RS_449._col0(Inner),Output:["_col5","_col6","_col9","_col10","_col15"] <-Map 32 [SIMPLE_EDGE] vectorized SHUFFLE [RS_449] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_448] (rows=46000 width=104) Output:["_col0","_col1"] Filter Operator [FIL_447] (rows=46000 width=104) @@ -293,12 +292,12 @@ Stage-0 default@catalog_page,catalog_page,Tbl:COMPLETE,Col:COMPLETE,Output:["cp_catalog_page_sk","cp_catalog_page_id"] <-Reducer 16 [SIMPLE_EDGE] SHUFFLE [RS_69] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_368] (rows=154681759 width=226) Conds:RS_66._col3=RS_423._col0(Inner),Output:["_col1","_col5","_col6","_col9","_col10"] <-Map 27 [SIMPLE_EDGE] vectorized SHUFFLE [RS_423] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_421] (rows=1150 width=4) Output:["_col0"] Filter Operator [FIL_420] (rows=1150 width=89) @@ -307,12 +306,12 @@ Stage-0 default@promotion,promotion,Tbl:COMPLETE,Col:COMPLETE,Output:["p_promo_sk","p_channel_tv"] <-Reducer 15 [SIMPLE_EDGE] SHUFFLE [RS_66] - PartitionCols:_col3,null sort order:a,sort order:+ + PartitionCols:_col3 Merge Join Operator [MERGEJOIN_367] (rows=154681759 width=230) Conds:RS_63._col2=RS_418._col0(Inner),Output:["_col1","_col3","_col5","_col6","_col9","_col10"] <-Map 26 [SIMPLE_EDGE] vectorized SHUFFLE [RS_418] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_416] (rows=154000 width=4) Output:["_col0"] Filter Operator [FIL_415] (rows=154000 width=115) @@ -321,12 +320,12 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_current_price"] <-Reducer 14 [SIMPLE_EDGE] SHUFFLE [RS_63] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Merge Join Operator [MERGEJOIN_366] (rows=464045263 width=322) Conds:RS_60._col0=RS_397._col0(Inner),Output:["_col1","_col2","_col3","_col5","_col6","_col9","_col10"] <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_397] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_394] (rows=8116 width=4) Output:["_col0"] Filter Operator [FIL_393] (rows=8116 width=98) @@ -335,12 +334,12 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_date"] <-Reducer 30 [SIMPLE_EDGE] SHUFFLE [RS_60] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_365] (rows=464045263 width=326) Conds:RS_443._col2, _col4=RS_446._col0, _col1(Left Outer),Output:["_col0","_col1","_col2","_col3","_col5","_col6","_col9","_col10"] <-Map 29 [SIMPLE_EDGE] vectorized SHUFFLE [RS_443] - PartitionCols:_col2, _col4,null sort order:aa,sort order:++ + PartitionCols:_col2, _col4 Select Operator [SEL_442] (rows=283691906 width=243) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"] Filter Operator [FIL_441] (rows=283691906 width=243) @@ -360,7 +359,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_394] <-Map 31 [SIMPLE_EDGE] vectorized SHUFFLE [RS_446] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Select Operator [SEL_445] (rows=28798881 width=227) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_444] (rows=28798881 width=227) @@ -369,18 +368,18 @@ Stage-0 default@catalog_returns,catalog_returns,Tbl:COMPLETE,Col:COMPLETE,Output:["cr_item_sk","cr_order_number","cr_return_amount","cr_net_loss"] <-Reducer 24 [CONTAINS] vectorized Reduce Output Operator [RS_470] - PartitionCols:_col0, _col1, _col2,null sort order:zza,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_469] (rows=59581 width=627) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],aggregations:["sum(_col2)","sum(_col3)","sum(_col4)"],keys:_col0, _col1, 0L Top N Key Operator [TNK_468] (rows=39721 width=618) - keys:_col0, _col1, 0L,null sort order:zza,sort order:+++,top n:100 + keys:_col0, _col1, 0L,top n:100 Select Operator [SEL_467] (rows=53 width=615) Output:["_col0","_col1","_col2","_col3","_col4"] Group By Operator [GBY_466] (rows=53 width=436) Output:["_col0","_col1","_col2","_col3"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)","sum(VALUE._col2)"],keys:KEY._col0 <-Reducer 23 [SIMPLE_EDGE] SHUFFLE [RS_115] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_114] (rows=5724 width=436) Output:["_col0","_col1","_col2","_col3"],aggregations:["sum(_col1)","sum(_col2)","sum(_col3)"],keys:_col0 Select Operator [SEL_112] (rows=84869669 width=323) @@ -389,7 +388,7 @@ Stage-0 Conds:RS_109._col2=RS_465._col0(Inner),Output:["_col5","_col6","_col9","_col10","_col15"] <-Map 36 [SIMPLE_EDGE] vectorized SHUFFLE [RS_465] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_464] (rows=84 width=104) Output:["_col0","_col1"] Filter Operator [FIL_463] (rows=84 width=104) @@ -398,39 +397,39 @@ Stage-0 default@web_site,web_site,Tbl:COMPLETE,Col:COMPLETE,Output:["web_site_sk","web_site_id"] <-Reducer 22 [SIMPLE_EDGE] SHUFFLE [RS_109] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Merge Join Operator [MERGEJOIN_373] (rows=84869669 width=227) Conds:RS_106._col3=RS_424._col0(Inner),Output:["_col2","_col5","_col6","_col9","_col10"] <-Map 27 [SIMPLE_EDGE] vectorized SHUFFLE [RS_424] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_421] <-Reducer 21 [SIMPLE_EDGE] SHUFFLE [RS_106] - PartitionCols:_col3,null sort order:a,sort order:+ + PartitionCols:_col3 Merge Join Operator [MERGEJOIN_372] (rows=84869669 width=231) Conds:RS_103._col1=RS_419._col0(Inner),Output:["_col2","_col3","_col5","_col6","_col9","_col10"] <-Map 26 [SIMPLE_EDGE] vectorized SHUFFLE [RS_419] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_416] <-Reducer 20 [SIMPLE_EDGE] SHUFFLE [RS_103] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_371] (rows=254608997 width=359) Conds:RS_100._col0=RS_399._col0(Inner),Output:["_col1","_col2","_col3","_col5","_col6","_col9","_col10"] <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_399] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_394] <-Reducer 34 [SIMPLE_EDGE] SHUFFLE [RS_100] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_370] (rows=254608997 width=363) Conds:RS_459._col1, _col4=RS_462._col0, _col1(Left Outer),Output:["_col0","_col1","_col2","_col3","_col5","_col6","_col9","_col10"] <-Map 33 [SIMPLE_EDGE] vectorized SHUFFLE [RS_459] - PartitionCols:_col1, _col4,null sort order:aa,sort order:++ + PartitionCols:_col1, _col4 Select Operator [SEL_458] (rows=143894769 width=243) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"] Filter Operator [FIL_457] (rows=143894769 width=243) @@ -450,7 +449,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_394] <-Map 35 [SIMPLE_EDGE] vectorized SHUFFLE [RS_462] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Select Operator [SEL_461] (rows=14398467 width=221) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_460] (rows=14398467 width=221) @@ -459,18 +458,18 @@ Stage-0 default@web_returns,web_returns,Tbl:COMPLETE,Col:COMPLETE,Output:["wr_item_sk","wr_order_number","wr_return_amt","wr_net_loss"] <-Reducer 7 [CONTAINS] vectorized Reduce Output Operator [RS_432] - PartitionCols:_col0, _col1, _col2,null sort order:zza,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_431] (rows=59581 width=627) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],aggregations:["sum(_col2)","sum(_col3)","sum(_col4)"],keys:_col0, _col1, 0L Top N Key Operator [TNK_430] (rows=39721 width=618) - keys:_col0, _col1, 0L,null sort order:zza,sort order:+++,top n:100 + keys:_col0, _col1, 0L,top n:100 Select Operator [SEL_429] (rows=822 width=617) Output:["_col0","_col1","_col2","_col3","_col4"] Group By Operator [GBY_428] (rows=822 width=436) Output:["_col0","_col1","_col2","_col3"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)","sum(VALUE._col2)"],keys:KEY._col0 <-Reducer 6 [SIMPLE_EDGE] SHUFFLE [RS_36] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_35] (rows=265506 width=436) Output:["_col0","_col1","_col2","_col3"],aggregations:["sum(_col1)","sum(_col2)","sum(_col3)"],keys:_col0 Select Operator [SEL_33] (rows=270716624 width=305) @@ -479,7 +478,7 @@ Stage-0 Conds:RS_30._col2=RS_427._col0(Inner),Output:["_col5","_col6","_col9","_col10","_col15"] <-Map 28 [SIMPLE_EDGE] vectorized SHUFFLE [RS_427] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_426] (rows=1704 width=104) Output:["_col0","_col1"] Filter Operator [FIL_425] (rows=1704 width=104) @@ -488,39 +487,39 @@ Stage-0 default@store,store,Tbl:COMPLETE,Col:COMPLETE,Output:["s_store_sk","s_store_id"] <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_30] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Merge Join Operator [MERGEJOIN_363] (rows=270716624 width=208) Conds:RS_27._col3=RS_422._col0(Inner),Output:["_col2","_col5","_col6","_col9","_col10"] <-Map 27 [SIMPLE_EDGE] vectorized SHUFFLE [RS_422] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_421] <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_27] - PartitionCols:_col3,null sort order:a,sort order:+ + PartitionCols:_col3 Merge Join Operator [MERGEJOIN_362] (rows=270716624 width=212) Conds:RS_24._col1=RS_417._col0(Inner),Output:["_col2","_col3","_col5","_col6","_col9","_col10"] <-Map 26 [SIMPLE_EDGE] vectorized SHUFFLE [RS_417] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_416] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_24] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_361] (rows=812149846 width=370) Conds:RS_21._col0=RS_395._col0(Inner),Output:["_col1","_col2","_col3","_col5","_col6","_col9","_col10"] <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_395] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_394] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_21] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_360] (rows=812149846 width=374) Conds:RS_411._col1, _col4=RS_414._col0, _col1(Left Outer),Output:["_col0","_col1","_col2","_col3","_col5","_col6","_col9","_col10"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_411] - PartitionCols:_col1, _col4,null sort order:aa,sort order:++ + PartitionCols:_col1, _col4 Select Operator [SEL_410] (rows=501693263 width=233) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"] Filter Operator [FIL_409] (rows=501693263 width=233) @@ -540,7 +539,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_394] <-Map 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_414] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Select Operator [SEL_413] (rows=57591150 width=224) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_412] (rows=57591150 width=224) diff --git ql/src/test/results/clientpositive/perf/tez/query81.q.out ql/src/test/results/clientpositive/perf/tez/query81.q.out index a2e313638b..7feb6175fe 100644 --- ql/src/test/results/clientpositive/perf/tez/query81.q.out +++ ql/src/test/results/clientpositive/perf/tez/query81.q.out @@ -96,14 +96,13 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_66] - null sort order:zzzzzzzzzzzzzzz,sort order:+++++++++++++++ Select Operator [SEL_65] (rows=1545467 width=1418) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14"] Merge Join Operator [MERGEJOIN_181] (rows=1545467 width=1418) Conds:RS_62._col0=RS_63._col0(Inner),Output:["_col1","_col3","_col4","_col5","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15","_col16","_col19"] <-Reducer 10 [SIMPLE_EDGE] SHUFFLE [RS_63] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_58] (rows=1545467 width=227) Output:["_col0","_col2"] Filter Operator [FIL_57] (rows=1545467 width=227) @@ -112,7 +111,7 @@ Stage-0 Conds:RS_205._col1=RS_211._col1(Inner),Output:["_col0","_col2","_col3"] <-Reducer 13 [SIMPLE_EDGE] vectorized SHUFFLE [RS_211] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_210] (rows=12 width=198) Output:["_col0","_col1"] Filter Operator [FIL_209] (rows=12 width=206) @@ -125,14 +124,14 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1 <-Reducer 12 [SIMPLE_EDGE] SHUFFLE [RS_45] - PartitionCols:_col0,null sort order:aa,sort order:++ + PartitionCols:_col0 Group By Operator [GBY_44] (rows=8749496 width=201) Output:["_col0","_col1","_col2"],aggregations:["sum(_col3)"],keys:_col6, _col1 Merge Join Operator [MERGEJOIN_179] (rows=8749496 width=194) Conds:RS_40._col2=RS_201._col0(Inner),Output:["_col1","_col3","_col6"] <-Map 15 [SIMPLE_EDGE] vectorized SHUFFLE [RS_201] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_199] (rows=40000000 width=90) Output:["_col0","_col1"] Filter Operator [FIL_198] (rows=40000000 width=90) @@ -141,12 +140,12 @@ Stage-0 default@customer_address,customer_address,Tbl:COMPLETE,Col:COMPLETE,Output:["ca_address_sk","ca_state"] <-Reducer 11 [SIMPLE_EDGE] SHUFFLE [RS_40] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Merge Join Operator [MERGEJOIN_178] (rows=8749496 width=112) Conds:RS_193._col0=RS_197._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_197] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_195] (rows=652 width=4) Output:["_col0"] Filter Operator [FIL_194] (rows=652 width=8) @@ -155,7 +154,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year"] <-Map 6 [SIMPLE_EDGE] vectorized SHUFFLE [RS_193] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_191] (rows=28221532 width=121) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_189] (rows=28221532 width=121) @@ -164,7 +163,7 @@ Stage-0 default@catalog_returns,catalog_returns,Tbl:COMPLETE,Col:COMPLETE,Output:["cr_returned_date_sk","cr_returning_customer_sk","cr_returning_addr_sk","cr_return_amt_inc_tax"] <-Reducer 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_205] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Filter Operator [FIL_204] (rows=4636401 width=201) predicate:_col2 is not null Select Operator [SEL_203] (rows=4636401 width=201) @@ -173,27 +172,27 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1 <-Reducer 8 [SIMPLE_EDGE] SHUFFLE [RS_23] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_22] (rows=8574602 width=201) Output:["_col0","_col1","_col2"],aggregations:["sum(_col3)"],keys:_col6, _col1 Merge Join Operator [MERGEJOIN_177] (rows=8574602 width=194) Conds:RS_18._col2=RS_200._col0(Inner),Output:["_col1","_col3","_col6"] <-Map 15 [SIMPLE_EDGE] vectorized SHUFFLE [RS_200] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_199] <-Reducer 7 [SIMPLE_EDGE] SHUFFLE [RS_18] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Merge Join Operator [MERGEJOIN_176] (rows=8574602 width=112) Conds:RS_192._col0=RS_196._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_196] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_195] <-Map 6 [SIMPLE_EDGE] vectorized SHUFFLE [RS_192] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_190] (rows=27657410 width=121) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_188] (rows=27657410 width=121) @@ -201,12 +200,12 @@ Stage-0 Please refer to the previous TableScan [TS_6] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_62] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_175] (rows=1568628 width=1310) Conds:RS_184._col2=RS_187._col0(Inner),Output:["_col0","_col1","_col3","_col4","_col5","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15","_col16"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_184] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Select Operator [SEL_183] (rows=80000000 width=375) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Filter Operator [FIL_182] (rows=80000000 width=375) @@ -215,7 +214,7 @@ Stage-0 default@customer,customer,Tbl:COMPLETE,Col:COMPLETE,Output:["c_customer_sk","c_customer_id","c_current_addr_sk","c_salutation","c_first_name","c_last_name"] <-Map 5 [SIMPLE_EDGE] vectorized SHUFFLE [RS_187] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_186] (rows=784314 width=941) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10"] Filter Operator [FIL_185] (rows=784314 width=1027) diff --git ql/src/test/results/clientpositive/perf/tez/query82.q.out ql/src/test/results/clientpositive/perf/tez/query82.q.out index c481ce47fe..c7721acffe 100644 --- ql/src/test/results/clientpositive/perf/tez/query82.q.out +++ ql/src/test/results/clientpositive/perf/tez/query82.q.out @@ -63,26 +63,25 @@ Stage-0 Output:["_col0","_col1","_col2"] <-Reducer 4 [SIMPLE_EDGE] vectorized SHUFFLE [RS_98] - null sort order:z,sort order:+ Group By Operator [GBY_97] (rows=1 width=396) Output:["_col0","_col1","_col2"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_24] - PartitionCols:_col0, _col1, _col2,null sort order:zaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_23] (rows=2 width=396) Output:["_col0","_col1","_col2"],keys:_col2, _col3, _col4 Top N Key Operator [TNK_43] (rows=11627 width=396) - keys:_col2, _col3, _col4,null sort order:zaa,sort order:+++,top n:100 + keys:_col2, _col3, _col4,top n:100 Merge Join Operator [MERGEJOIN_79] (rows=11627 width=396) Conds:RS_19._col1=RS_20._col1(Inner),Output:["_col2","_col3","_col4"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_19] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_77] (rows=3564040 width=400) Conds:RS_90._col0=RS_82._col0(Inner),Output:["_col1","_col2","_col3","_col4"] <-Map 6 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_82] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_81] (rows=297 width=400) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_80] (rows=297 width=404) @@ -91,7 +90,7 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_item_id","i_item_desc","i_current_price","i_manufact_id"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_90] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_89] (rows=575995635 width=4) Output:["_col0"] Filter Operator [FIL_88] (rows=575995635 width=4) @@ -111,12 +110,12 @@ Stage-0 Please refer to the previous Select Operator [SEL_81] <-Reducer 9 [SIMPLE_EDGE] SHUFFLE [RS_20] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_78] (rows=1879072 width=4) Conds:RS_93._col0=RS_96._col0(Inner),Output:["_col1"] <-Map 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_96] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_95] (rows=8116 width=4) Output:["_col0"] Filter Operator [FIL_94] (rows=8116 width=98) @@ -125,7 +124,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_date"] <-Map 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_93] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_92] (rows=16912800 width=8) Output:["_col0","_col1"] Filter Operator [FIL_91] (rows=16912800 width=11) diff --git ql/src/test/results/clientpositive/perf/tez/query83.q.out ql/src/test/results/clientpositive/perf/tez/query83.q.out index a9b3ff559e..54c1ba6161 100644 --- ql/src/test/results/clientpositive/perf/tez/query83.q.out +++ ql/src/test/results/clientpositive/perf/tez/query83.q.out @@ -173,33 +173,32 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"] <-Reducer 6 [SIMPLE_EDGE] SHUFFLE [RS_127] - null sort order:zz,sort order:++ Select Operator [SEL_126] (rows=60 width=260) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"] Merge Join Operator [MERGEJOIN_363] (rows=60 width=148) Conds:RS_123._col0=RS_398._col0(Inner),Output:["_col0","_col1","_col2","_col4","_col5","_col7","_col8"] <-Reducer 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_398] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_397] (rows=310774 width=116) Output:["_col0","_col1","_col2"] Group By Operator [GBY_396] (rows=310774 width=108) Output:["_col0","_col1"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0 <-Reducer 13 [SIMPLE_EDGE] SHUFFLE [RS_117] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_116] (rows=1864644 width=108) Output:["_col0","_col1"],aggregations:["sum(_col2)"],keys:_col4 Merge Join Operator [MERGEJOIN_361] (rows=13749816 width=103) Conds:RS_112._col0=RS_113._col0(Inner),Output:["_col2","_col4"] <-Reducer 16 [SIMPLE_EDGE] SHUFFLE [RS_113] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_352] (rows=2 width=4) Conds:RS_374._col1=RS_383._col0(Inner),Output:["_col0"] <-Map 15 [SIMPLE_EDGE] vectorized SHUFFLE [RS_374] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_373] (rows=73049 width=98) Output:["_col0","_col1"] Filter Operator [FIL_372] (rows=73049 width=98) @@ -208,19 +207,19 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_date"] <-Reducer 19 [SIMPLE_EDGE] vectorized SHUFFLE [RS_383] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_382] (rows=2 width=94) Output:["_col0"],keys:KEY._col0 <-Reducer 18 [SIMPLE_EDGE] SHUFFLE [RS_22] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_21] (rows=2 width=94) Output:["_col0"],keys:_col0 Merge Join Operator [MERGEJOIN_351] (rows=5 width=94) Conds:RS_377._col1=RS_381._col0(Left Semi),Output:["_col0"] <-Map 17 [SIMPLE_EDGE] vectorized SHUFFLE [RS_377] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_376] (rows=73049 width=98) Output:["_col0","_col1"] Filter Operator [FIL_375] (rows=73049 width=98) @@ -229,7 +228,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date","d_week_seq"] <-Map 20 [SIMPLE_EDGE] vectorized SHUFFLE [RS_381] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_380] (rows=1 width=4) Output:["_col0"],keys:_col0 Select Operator [SEL_379] (rows=2 width=4) @@ -240,12 +239,12 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date","d_week_seq"] <-Reducer 12 [SIMPLE_EDGE] SHUFFLE [RS_112] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_356] (rows=13749816 width=107) Conds:RS_395._col1=RS_371._col0(Inner),Output:["_col0","_col2","_col4"] <-Map 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_371] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_368] (rows=462000 width=104) Output:["_col0","_col1"] Filter Operator [FIL_367] (rows=462000 width=104) @@ -254,7 +253,7 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_item_id"] <-Map 22 [SIMPLE_EDGE] vectorized SHUFFLE [RS_395] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_394] (rows=13749816 width=11) Output:["_col0","_col1","_col2"] Filter Operator [FIL_393] (rows=13749816 width=11) @@ -263,39 +262,39 @@ Stage-0 default@web_returns,web_returns,Tbl:COMPLETE,Col:COMPLETE,Output:["wr_returned_date_sk","wr_item_sk","wr_return_quantity"] <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_123] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_362] (rows=60 width=132) Conds:RS_386._col0=RS_392._col0(Inner),Output:["_col0","_col1","_col2","_col4","_col5"] <-Reducer 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_392] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_391] (rows=310774 width=116) Output:["_col0","_col1","_col2"] Group By Operator [GBY_390] (rows=310774 width=108) Output:["_col0","_col1"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0 <-Reducer 10 [SIMPLE_EDGE] SHUFFLE [RS_77] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_76] (rows=7147802 width=108) Output:["_col0","_col1"],aggregations:["sum(_col2)"],keys:_col4 Merge Join Operator [MERGEJOIN_360] (rows=55578005 width=103) Conds:RS_72._col0=RS_73._col0(Inner),Output:["_col2","_col4"] <-Reducer 16 [SIMPLE_EDGE] SHUFFLE [RS_73] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Merge Join Operator [MERGEJOIN_352] <-Reducer 9 [SIMPLE_EDGE] SHUFFLE [RS_72] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_353] (rows=55578005 width=107) Conds:RS_389._col1=RS_370._col0(Inner),Output:["_col0","_col2","_col4"] <-Map 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_370] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_368] <-Map 21 [SIMPLE_EDGE] vectorized SHUFFLE [RS_389] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_388] (rows=55578005 width=11) Output:["_col0","_col1","_col2"] Filter Operator [FIL_387] (rows=55578005 width=11) @@ -304,34 +303,34 @@ Stage-0 default@store_returns,store_returns,Tbl:COMPLETE,Col:COMPLETE,Output:["sr_returned_date_sk","sr_item_sk","sr_return_quantity"] <-Reducer 4 [SIMPLE_EDGE] vectorized SHUFFLE [RS_386] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_385] (rows=60 width=116) Output:["_col0","_col1","_col2"] Group By Operator [GBY_384] (rows=60 width=108) Output:["_col0","_col1"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0 <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_37] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_36] (rows=60 width=108) Output:["_col0","_col1"],aggregations:["sum(_col2)"],keys:_col4 Merge Join Operator [MERGEJOIN_359] (rows=5478 width=100) Conds:RS_32._col0=RS_33._col0(Inner),Output:["_col2","_col4"] <-Reducer 16 [SIMPLE_EDGE] SHUFFLE [RS_33] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Merge Join Operator [MERGEJOIN_352] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_32] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_350] (rows=28798881 width=107) Conds:RS_366._col1=RS_369._col0(Inner),Output:["_col0","_col2","_col4"] <-Map 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_369] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_368] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_366] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_365] (rows=28798881 width=11) Output:["_col0","_col1","_col2"] Filter Operator [FIL_364] (rows=28798881 width=11) diff --git ql/src/test/results/clientpositive/perf/tez/query84.q.out ql/src/test/results/clientpositive/perf/tez/query84.q.out index efd0025470..4fd546bc07 100644 --- ql/src/test/results/clientpositive/perf/tez/query84.q.out +++ ql/src/test/results/clientpositive/perf/tez/query84.q.out @@ -74,19 +74,18 @@ Stage-0 Output:["_col0","_col1"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_36] - null sort order:z,sort order:+ Select Operator [SEL_35] (rows=2645278 width=384) Output:["_col1","_col2"] Merge Join Operator [MERGEJOIN_120] (rows=2645278 width=284) Conds:RS_32._col1=RS_33._col1(Inner),Output:["_col2","_col6"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_32] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_116] (rows=56363634 width=4) Conds:RS_123._col0=RS_126._col0(Inner),Output:["_col1"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_123] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_122] (rows=55577698 width=3) Output:["_col0"] Filter Operator [FIL_121] (rows=55577698 width=3) @@ -95,7 +94,7 @@ Stage-0 default@store_returns,store_returns,Tbl:COMPLETE,Col:COMPLETE,Output:["sr_cdemo_sk"] <-Map 5 [SIMPLE_EDGE] vectorized SHUFFLE [RS_126] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_125] (rows=1861800 width=4) Output:["_col0"] Filter Operator [FIL_124] (rows=1861800 width=4) @@ -104,17 +103,17 @@ Stage-0 default@customer_demographics,customer_demographics,Tbl:COMPLETE,Col:COMPLETE,Output:["cd_demo_sk"] <-Reducer 8 [SIMPLE_EDGE] SHUFFLE [RS_33] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_119] (rows=83148 width=284) Conds:RS_25._col2=RS_26._col0(Inner),Output:["_col0","_col1","_col4"] <-Reducer 11 [SIMPLE_EDGE] SHUFFLE [RS_26] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_118] (rows=2161 width=4) Conds:RS_135._col1=RS_138._col0(Inner),Output:["_col0"] <-Map 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_135] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_134] (rows=7200 width=8) Output:["_col0","_col1"] Filter Operator [FIL_133] (rows=7200 width=8) @@ -123,7 +122,7 @@ Stage-0 default@household_demographics,household_demographics,Tbl:COMPLETE,Col:COMPLETE,Output:["hd_demo_sk","hd_income_band_sk"] <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_138] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_137] (rows=6 width=4) Output:["_col0"] Filter Operator [FIL_136] (rows=6 width=12) @@ -132,12 +131,12 @@ Stage-0 default@income_band,income_band,Tbl:COMPLETE,Col:COMPLETE,Output:["ib_income_band_sk","ib_lower_bound","ib_upper_bound"] <-Reducer 7 [SIMPLE_EDGE] SHUFFLE [RS_25] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Merge Join Operator [MERGEJOIN_117] (rows=83148 width=284) Conds:RS_129._col3=RS_132._col0(Inner),Output:["_col0","_col1","_col2","_col4"] <-Map 6 [SIMPLE_EDGE] vectorized SHUFFLE [RS_129] - PartitionCols:_col3,null sort order:a,sort order:+ + PartitionCols:_col3 Select Operator [SEL_128] (rows=74500295 width=295) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_127] (rows=74500295 width=291) @@ -146,7 +145,7 @@ Stage-0 default@customer,customer,Tbl:COMPLETE,Col:COMPLETE,Output:["c_customer_id","c_current_cdemo_sk","c_current_hdemo_sk","c_current_addr_sk","c_first_name","c_last_name"] <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_132] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_131] (rows=44643 width=4) Output:["_col0"] Filter Operator [FIL_130] (rows=44643 width=97) diff --git ql/src/test/results/clientpositive/perf/tez/query85.q.out ql/src/test/results/clientpositive/perf/tez/query85.q.out index bcf264ff61..c411a92145 100644 --- ql/src/test/results/clientpositive/perf/tez/query85.q.out +++ ql/src/test/results/clientpositive/perf/tez/query85.q.out @@ -207,21 +207,20 @@ Stage-0 Output:["_col0","_col1","_col2","_col3"] <-Reducer 5 [SIMPLE_EDGE] vectorized SHUFFLE [RS_234] - null sort order:zzzz,sort order:++++ Select Operator [SEL_233] (rows=72 width=832) Output:["_col4","_col5","_col6","_col7"] Group By Operator [GBY_232] (rows=72 width=353) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"],aggregations:["sum(VALUE._col0)","count(VALUE._col1)","sum(VALUE._col2)","count(VALUE._col3)","sum(VALUE._col4)","count(VALUE._col5)"],keys:KEY._col0 <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_50] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_49] (rows=576 width=353) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"],aggregations:["sum(_col4)","count(_col4)","sum(_col28)","count(_col28)","sum(_col27)","count(_col27)"],keys:_col37 Merge Join Operator [MERGEJOIN_203] (rows=5749608 width=319) Conds:RS_45._col2=RS_231._col0(Inner),Output:["_col4","_col27","_col28","_col37"] <-Map 17 [SIMPLE_EDGE] vectorized SHUFFLE [RS_231] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_230] (rows=4602 width=4) Output:["_col0"] Filter Operator [FIL_229] (rows=4602 width=4) @@ -230,21 +229,21 @@ Stage-0 default@web_page,web_page,Tbl:COMPLETE,Col:COMPLETE,Output:["wp_web_page_sk"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_45] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Filter Operator [FIL_43] (rows=5749608 width=383) predicate:(((_col30 and _col5) or (_col31 and _col6) or (_col32 and _col7)) and ((_col15 and _col16 and _col8) or (_col17 and _col18 and _col9) or (_col19 and _col20 and _col10))) Merge Join Operator [MERGEJOIN_202] (rows=20443061 width=383) Conds:RS_40._col1, _col3=RS_41._col9, _col14(Inner),Output:["_col2","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col15","_col16","_col17","_col18","_col19","_col20","_col27","_col28","_col30","_col31","_col32","_col37"] <-Reducer 13 [SIMPLE_EDGE] SHUFFLE [RS_41] - PartitionCols:_col9, _col14,null sort order:aa,sort order:++ + PartitionCols:_col9, _col14 Select Operator [SEL_33] (rows=2086007 width=307) Output:["_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col14","_col15","_col16","_col18","_col19","_col20","_col25"] Merge Join Operator [MERGEJOIN_201] (rows=2086007 width=307) Conds:RS_30._col4=RS_228._col0(Inner),Output:["_col0","_col5","_col6","_col7","_col9","_col10","_col11","_col18","_col19","_col20","_col21","_col22","_col23","_col25"] <-Map 16 [SIMPLE_EDGE] vectorized SHUFFLE [RS_228] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_227] (rows=72 width=101) Output:["_col0","_col1"] Filter Operator [FIL_226] (rows=72 width=101) @@ -253,12 +252,12 @@ Stage-0 default@reason,reason,Tbl:COMPLETE,Col:COMPLETE,Output:["r_reason_sk","r_reason_desc"] <-Reducer 12 [SIMPLE_EDGE] SHUFFLE [RS_30] - PartitionCols:_col4,null sort order:a,sort order:+ + PartitionCols:_col4 Merge Join Operator [MERGEJOIN_200] (rows=2086007 width=213) Conds:RS_27._col1, _col13, _col14=RS_224._col0, _col1, _col2(Inner),Output:["_col0","_col4","_col5","_col6","_col7","_col9","_col10","_col11","_col18","_col19","_col20","_col21","_col22","_col23"] <-Map 15 [SIMPLE_EDGE] vectorized SHUFFLE [RS_224] - PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Select Operator [SEL_222] (rows=265971 width=207) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8"] Filter Operator [FIL_221] (rows=265971 width=183) @@ -267,23 +266,23 @@ Stage-0 default@customer_demographics,cd1,Tbl:COMPLETE,Col:COMPLETE,Output:["cd_demo_sk","cd_marital_status","cd_education_status"] <-Reducer 11 [SIMPLE_EDGE] SHUFFLE [RS_27] - PartitionCols:_col1, _col13, _col14,null sort order:aaa,sort order:+++ + PartitionCols:_col1, _col13, _col14 Merge Join Operator [MERGEJOIN_199] (rows=2086007 width=371) Conds:RS_24._col3=RS_225._col0(Inner),Output:["_col0","_col1","_col4","_col5","_col6","_col7","_col9","_col10","_col11","_col13","_col14"] <-Map 15 [SIMPLE_EDGE] vectorized SHUFFLE [RS_225] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_223] (rows=265971 width=183) Output:["_col0","_col1","_col2"] Please refer to the previous Filter Operator [FIL_221] <-Reducer 10 [SIMPLE_EDGE] SHUFFLE [RS_24] - PartitionCols:_col3,null sort order:a,sort order:+ + PartitionCols:_col3 Merge Join Operator [MERGEJOIN_198] (rows=11975292 width=245) Conds:RS_217._col2=RS_220._col0(Inner),Output:["_col0","_col1","_col3","_col4","_col5","_col6","_col7","_col9","_col10","_col11"] <-Map 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_220] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_219] (rows=3529412 width=16) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_218] (rows=3529412 width=187) @@ -292,7 +291,7 @@ Stage-0 default@customer_address,customer_address,Tbl:COMPLETE,Col:COMPLETE,Output:["ca_address_sk","ca_state","ca_country"] <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_217] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Select Operator [SEL_216] (rows=11975292 width=237) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"] Filter Operator [FIL_215] (rows=11975292 width=237) @@ -301,12 +300,12 @@ Stage-0 default@web_returns,web_returns,Tbl:COMPLETE,Col:COMPLETE,Output:["wr_item_sk","wr_refunded_cdemo_sk","wr_refunded_addr_sk","wr_returning_cdemo_sk","wr_reason_sk","wr_order_number","wr_fee","wr_refunded_cash"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_40] - PartitionCols:_col1, _col3,null sort order:aa,sort order:++ + PartitionCols:_col1, _col3 Merge Join Operator [MERGEJOIN_197] (rows=143931136 width=39) Conds:RS_214._col0=RS_206._col0(Inner),Output:["_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10"] <-Map 7 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_206] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_205] (rows=652 width=4) Output:["_col0"] Filter Operator [FIL_204] (rows=652 width=8) @@ -315,7 +314,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_214] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_213] (rows=143931136 width=43) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10"] Filter Operator [FIL_212] (rows=143931136 width=243) diff --git ql/src/test/results/clientpositive/perf/tez/query86.q.out ql/src/test/results/clientpositive/perf/tez/query86.q.out index 3650426837..37414f697f 100644 --- ql/src/test/results/clientpositive/perf/tez/query86.q.out +++ ql/src/test/results/clientpositive/perf/tez/query86.q.out @@ -79,7 +79,6 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4"] <-Reducer 5 [SIMPLE_EDGE] vectorized SHUFFLE [RS_81] - null sort order:zzz,sort order:-++ Select Operator [SEL_80] (rows=3060 width=490) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] PTF Operator [PTF_79] (rows=3060 width=302) @@ -88,14 +87,14 @@ Stage-0 Output:["_col0","_col1","_col2","_col3"] <-Reducer 4 [SIMPLE_EDGE] vectorized SHUFFLE [RS_77] - PartitionCols:(grouping(_col3, 1L) + grouping(_col3, 0L)), CASE WHEN ((grouping(_col3, 0L) = UDFToLong(0))) THEN (_col0) ELSE (CAST( null AS STRING)) END,null sort order:aaz,sort order:++- + PartitionCols:(grouping(_col3, 1L) + grouping(_col3, 0L)), CASE WHEN ((grouping(_col3, 0L) = UDFToLong(0))) THEN (_col0) ELSE (CAST( null AS STRING)) END Select Operator [SEL_76] (rows=3060 width=302) Output:["_col0","_col1","_col2","_col3"] Group By Operator [GBY_75] (rows=3060 width=302) Output:["_col0","_col1","_col2","_col3"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_18] - PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_17] (rows=507960 width=302) Output:["_col0","_col1","_col2","_col3"],aggregations:["sum(_col2)"],keys:_col0, _col1, 0L Select Operator [SEL_15] (rows=143966864 width=293) @@ -104,7 +103,7 @@ Stage-0 Conds:RS_12._col1=RS_74._col0(Inner),Output:["_col2","_col5","_col6"] <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_74] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_73] (rows=462000 width=186) Output:["_col0","_col1","_col2"] Filter Operator [FIL_72] (rows=462000 width=186) @@ -113,12 +112,12 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_class","i_category"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_12] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_59] (rows=143966864 width=115) Conds:RS_71._col0=RS_63._col0(Inner),Output:["_col1","_col2"] <-Map 7 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_63] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_62] (rows=317 width=4) Output:["_col0"] Filter Operator [FIL_61] (rows=317 width=8) @@ -127,7 +126,7 @@ Stage-0 default@date_dim,d1,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_month_seq"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_71] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_70] (rows=143966864 width=119) Output:["_col0","_col1","_col2"] Filter Operator [FIL_69] (rows=143966864 width=119) diff --git ql/src/test/results/clientpositive/perf/tez/query87.q.out ql/src/test/results/clientpositive/perf/tez/query87.q.out index 58511b35eb..834d47b4b3 100644 --- ql/src/test/results/clientpositive/perf/tez/query87.q.out +++ ql/src/test/results/clientpositive/perf/tez/query87.q.out @@ -96,7 +96,7 @@ Stage-0 <-Union 7 [SIMPLE_EDGE] <-Reducer 18 [CONTAINS] vectorized Reduce Output Operator [RS_296] - PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_295] (rows=279005196 width=290) Output:["_col0","_col1","_col2","_col3","_col4"],aggregations:["sum(_col3)","sum(_col4)"],keys:_col0, _col1, _col2 Select Operator [SEL_294] (rows=279005196 width=290) @@ -111,14 +111,14 @@ Stage-0 Output:["_col0","_col1","_col2"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 17 [SIMPLE_EDGE] SHUFFLE [RS_80] - PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_79] (rows=143930993 width=274) Output:["_col0","_col1","_col2"],keys:_col6, _col5, _col3 Merge Join Operator [MERGEJOIN_192] (rows=143930993 width=274) Conds:RS_75._col1=RS_249._col0(Inner),Output:["_col3","_col5","_col6"] <-Map 20 [SIMPLE_EDGE] vectorized SHUFFLE [RS_249] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_246] (rows=80000000 width=184) Output:["_col0","_col1","_col2"] Filter Operator [FIL_245] (rows=80000000 width=184) @@ -127,12 +127,12 @@ Stage-0 default@customer,customer,Tbl:COMPLETE,Col:COMPLETE,Output:["c_customer_sk","c_first_name","c_last_name"] <-Reducer 16 [SIMPLE_EDGE] SHUFFLE [RS_75] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_191] (rows=143930993 width=97) Conds:RS_289._col0=RS_232._col0(Inner),Output:["_col1","_col3"] <-Map 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_232] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_227] (rows=317 width=98) Output:["_col0","_col1"] Filter Operator [FIL_226] (rows=317 width=102) @@ -141,7 +141,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_date","d_month_seq"] <-Map 22 [SIMPLE_EDGE] vectorized SHUFFLE [RS_289] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_288] (rows=143930993 width=7) Output:["_col0","_col1"] Filter Operator [FIL_287] (rows=143930993 width=7) @@ -161,7 +161,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_227] <-Reducer 6 [CONTAINS] vectorized Reduce Output Operator [RS_264] - PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_263] (rows=279005196 width=290) Output:["_col0","_col1","_col2","_col3","_col4"],aggregations:["sum(_col3)","sum(_col4)"],keys:_col0, _col1, _col2 Select Operator [SEL_262] (rows=279005196 width=290) @@ -179,7 +179,7 @@ Stage-0 <-Union 5 [SIMPLE_EDGE] <-Reducer 14 [CONTAINS] vectorized Reduce Output Operator [RS_284] - PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_283] (rows=810445219 width=290) Output:["_col0","_col1","_col2","_col3","_col4"],aggregations:["sum(_col3)","sum(_col4)"],keys:_col0, _col1, _col2 Select Operator [SEL_282] (rows=810445219 width=290) @@ -194,27 +194,27 @@ Stage-0 Output:["_col0","_col1","_col2"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 13 [SIMPLE_EDGE] SHUFFLE [RS_42] - PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_41] (rows=285117831 width=274) Output:["_col0","_col1","_col2"],keys:_col6, _col5, _col3 Merge Join Operator [MERGEJOIN_190] (rows=285117831 width=274) Conds:RS_37._col1=RS_248._col0(Inner),Output:["_col3","_col5","_col6"] <-Map 20 [SIMPLE_EDGE] vectorized SHUFFLE [RS_248] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_246] <-Reducer 12 [SIMPLE_EDGE] SHUFFLE [RS_37] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_189] (rows=285117831 width=97) Conds:RS_277._col0=RS_230._col0(Inner),Output:["_col1","_col3"] <-Map 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_230] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_227] <-Map 21 [SIMPLE_EDGE] vectorized SHUFFLE [RS_277] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_276] (rows=285117831 width=7) Output:["_col0","_col1"] Filter Operator [FIL_275] (rows=285117831 width=7) @@ -234,7 +234,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_227] <-Reducer 4 [CONTAINS] vectorized Reduce Output Operator [RS_256] - PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_255] (rows=810445219 width=290) Output:["_col0","_col1","_col2","_col3","_col4"],aggregations:["sum(_col3)","sum(_col4)"],keys:_col0, _col1, _col2 Select Operator [SEL_254] (rows=810445219 width=290) @@ -249,27 +249,27 @@ Stage-0 Output:["_col0","_col1","_col2"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_17] - PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_16] (rows=525327388 width=274) Output:["_col0","_col1","_col2"],keys:_col6, _col5, _col3 Merge Join Operator [MERGEJOIN_188] (rows=525327388 width=274) Conds:RS_12._col1=RS_247._col0(Inner),Output:["_col3","_col5","_col6"] <-Map 20 [SIMPLE_EDGE] vectorized SHUFFLE [RS_247] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_246] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_12] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_187] (rows=525327388 width=97) Conds:RS_244._col0=RS_228._col0(Inner),Output:["_col1","_col3"] <-Map 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_228] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_227] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_244] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_243] (rows=525327388 width=7) Output:["_col0","_col1"] Filter Operator [FIL_242] (rows=525327388 width=7) diff --git ql/src/test/results/clientpositive/perf/tez/query88.q.out ql/src/test/results/clientpositive/perf/tez/query88.q.out index 9e21bd83c9..c318311f6c 100644 --- ql/src/test/results/clientpositive/perf/tez/query88.q.out +++ ql/src/test/results/clientpositive/perf/tez/query88.q.out @@ -288,7 +288,7 @@ Stage-0 Conds:RS_148._col2=RS_676._col0(Inner) <-Map 51 [SIMPLE_EDGE] vectorized SHUFFLE [RS_676] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_670] (rows=155 width=4) Output:["_col0"] Filter Operator [FIL_669] (rows=155 width=92) @@ -297,12 +297,12 @@ Stage-0 default@store,store,Tbl:COMPLETE,Col:COMPLETE,Output:["s_store_sk","s_store_name"] <-Reducer 31 [SIMPLE_EDGE] SHUFFLE [RS_148] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Merge Join Operator [MERGEJOIN_591] (rows=501695814 width=3) Conds:RS_145._col0=RS_632._col0(Inner),Output:["_col2"] <-Map 42 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_632] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_619] (rows=2312 width=4) Output:["_col0"] Filter Operator [FIL_611] (rows=2312 width=12) @@ -311,12 +311,12 @@ Stage-0 default@time_dim,time_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["t_time_sk","t_hour","t_minute"] <-Reducer 30 [SIMPLE_EDGE] SHUFFLE [RS_145] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_590] (rows=501695814 width=7) Conds:RS_713._col1=RS_666._col0(Inner),Output:["_col0","_col2"] <-Map 13 [SIMPLE_EDGE] vectorized SHUFFLE [RS_666] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_660] (rows=1179 width=4) Output:["_col0"] Filter Operator [FIL_659] (rows=1179 width=12) @@ -325,7 +325,7 @@ Stage-0 default@household_demographics,household_demographics,Tbl:COMPLETE,Col:COMPLETE,Output:["hd_demo_sk","hd_dep_count","hd_vehicle_count"] <-Map 56 [SIMPLE_EDGE] vectorized SHUFFLE [RS_713] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_712] (rows=501695814 width=11) Output:["_col0","_col1","_col2"] Filter Operator [FIL_711] (rows=501695814 width=11) @@ -359,16 +359,16 @@ Stage-0 Conds:RS_122._col2=RS_675._col0(Inner) <-Map 51 [SIMPLE_EDGE] vectorized SHUFFLE [RS_675] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_670] <-Reducer 27 [SIMPLE_EDGE] SHUFFLE [RS_122] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Merge Join Operator [MERGEJOIN_588] (rows=501695814 width=3) Conds:RS_119._col0=RS_630._col0(Inner),Output:["_col2"] <-Map 42 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_630] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_618] (rows=2235 width=4) Output:["_col0"] Filter Operator [FIL_610] (rows=2235 width=12) @@ -376,16 +376,16 @@ Stage-0 Please refer to the previous TableScan [TS_6] <-Reducer 26 [SIMPLE_EDGE] SHUFFLE [RS_119] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_587] (rows=501695814 width=7) Conds:RS_706._col1=RS_665._col0(Inner),Output:["_col0","_col2"] <-Map 13 [SIMPLE_EDGE] vectorized SHUFFLE [RS_665] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_660] <-Map 55 [SIMPLE_EDGE] vectorized SHUFFLE [RS_706] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_705] (rows=501695814 width=11) Output:["_col0","_col1","_col2"] Filter Operator [FIL_704] (rows=501695814 width=11) @@ -419,16 +419,16 @@ Stage-0 Conds:RS_96._col2=RS_674._col0(Inner) <-Map 51 [SIMPLE_EDGE] vectorized SHUFFLE [RS_674] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_670] <-Reducer 23 [SIMPLE_EDGE] SHUFFLE [RS_96] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Merge Join Operator [MERGEJOIN_585] (rows=501695814 width=3) Conds:RS_93._col0=RS_628._col0(Inner),Output:["_col2"] <-Map 42 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_628] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_617] (rows=2312 width=4) Output:["_col0"] Filter Operator [FIL_609] (rows=2312 width=12) @@ -436,16 +436,16 @@ Stage-0 Please refer to the previous TableScan [TS_6] <-Reducer 22 [SIMPLE_EDGE] SHUFFLE [RS_93] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_584] (rows=501695814 width=7) Conds:RS_699._col1=RS_664._col0(Inner),Output:["_col0","_col2"] <-Map 13 [SIMPLE_EDGE] vectorized SHUFFLE [RS_664] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_660] <-Map 54 [SIMPLE_EDGE] vectorized SHUFFLE [RS_699] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_698] (rows=501695814 width=11) Output:["_col0","_col1","_col2"] Filter Operator [FIL_697] (rows=501695814 width=11) @@ -479,16 +479,16 @@ Stage-0 Conds:RS_70._col2=RS_673._col0(Inner) <-Map 51 [SIMPLE_EDGE] vectorized SHUFFLE [RS_673] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_670] <-Reducer 19 [SIMPLE_EDGE] SHUFFLE [RS_70] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Merge Join Operator [MERGEJOIN_582] (rows=501695814 width=3) Conds:RS_67._col0=RS_626._col0(Inner),Output:["_col2"] <-Map 42 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_626] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_616] (rows=2235 width=4) Output:["_col0"] Filter Operator [FIL_608] (rows=2235 width=12) @@ -496,16 +496,16 @@ Stage-0 Please refer to the previous TableScan [TS_6] <-Reducer 18 [SIMPLE_EDGE] SHUFFLE [RS_67] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_581] (rows=501695814 width=7) Conds:RS_692._col1=RS_663._col0(Inner),Output:["_col0","_col2"] <-Map 13 [SIMPLE_EDGE] vectorized SHUFFLE [RS_663] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_660] <-Map 53 [SIMPLE_EDGE] vectorized SHUFFLE [RS_692] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_691] (rows=501695814 width=11) Output:["_col0","_col1","_col2"] Filter Operator [FIL_690] (rows=501695814 width=11) @@ -539,16 +539,16 @@ Stage-0 Conds:RS_44._col2=RS_672._col0(Inner) <-Map 51 [SIMPLE_EDGE] vectorized SHUFFLE [RS_672] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_670] <-Reducer 15 [SIMPLE_EDGE] SHUFFLE [RS_44] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Merge Join Operator [MERGEJOIN_579] (rows=501695814 width=3) Conds:RS_41._col0=RS_624._col0(Inner),Output:["_col2"] <-Map 42 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_624] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_615] (rows=2312 width=4) Output:["_col0"] Filter Operator [FIL_607] (rows=2312 width=12) @@ -556,16 +556,16 @@ Stage-0 Please refer to the previous TableScan [TS_6] <-Reducer 14 [SIMPLE_EDGE] SHUFFLE [RS_41] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_578] (rows=501695814 width=7) Conds:RS_685._col1=RS_662._col0(Inner),Output:["_col0","_col2"] <-Map 13 [SIMPLE_EDGE] vectorized SHUFFLE [RS_662] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_660] <-Map 52 [SIMPLE_EDGE] vectorized SHUFFLE [RS_685] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_684] (rows=501695814 width=11) Output:["_col0","_col1","_col2"] Filter Operator [FIL_683] (rows=501695814 width=11) @@ -595,16 +595,16 @@ Stage-0 Conds:RS_18._col2=RS_671._col0(Inner) <-Map 51 [SIMPLE_EDGE] vectorized SHUFFLE [RS_671] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_670] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_18] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Merge Join Operator [MERGEJOIN_576] (rows=501695814 width=3) Conds:RS_15._col0=RS_622._col0(Inner),Output:["_col2"] <-Map 42 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_622] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_614] (rows=2235 width=4) Output:["_col0"] Filter Operator [FIL_606] (rows=2235 width=12) @@ -612,16 +612,16 @@ Stage-0 Please refer to the previous TableScan [TS_6] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_15] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_575] (rows=501695814 width=7) Conds:RS_658._col1=RS_661._col0(Inner),Output:["_col0","_col2"] <-Map 13 [SIMPLE_EDGE] vectorized SHUFFLE [RS_661] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_660] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_658] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_657] (rows=501695814 width=11) Output:["_col0","_col1","_col2"] Filter Operator [FIL_656] (rows=501695814 width=11) @@ -651,16 +651,16 @@ Stage-0 Conds:RS_174._col2=RS_677._col0(Inner) <-Map 51 [SIMPLE_EDGE] vectorized SHUFFLE [RS_677] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_670] <-Reducer 35 [SIMPLE_EDGE] SHUFFLE [RS_174] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Merge Join Operator [MERGEJOIN_594] (rows=501695814 width=3) Conds:RS_171._col0=RS_634._col0(Inner),Output:["_col2"] <-Map 42 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_634] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_620] (rows=2235 width=4) Output:["_col0"] Filter Operator [FIL_612] (rows=2235 width=12) @@ -668,16 +668,16 @@ Stage-0 Please refer to the previous TableScan [TS_6] <-Reducer 34 [SIMPLE_EDGE] SHUFFLE [RS_171] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_593] (rows=501695814 width=7) Conds:RS_720._col1=RS_667._col0(Inner),Output:["_col0","_col2"] <-Map 13 [SIMPLE_EDGE] vectorized SHUFFLE [RS_667] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_660] <-Map 57 [SIMPLE_EDGE] vectorized SHUFFLE [RS_720] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_719] (rows=501695814 width=11) Output:["_col0","_col1","_col2"] Filter Operator [FIL_718] (rows=501695814 width=11) @@ -707,16 +707,16 @@ Stage-0 Conds:RS_200._col2=RS_678._col0(Inner) <-Map 51 [SIMPLE_EDGE] vectorized SHUFFLE [RS_678] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_670] <-Reducer 39 [SIMPLE_EDGE] SHUFFLE [RS_200] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Merge Join Operator [MERGEJOIN_597] (rows=501695814 width=3) Conds:RS_197._col0=RS_636._col0(Inner),Output:["_col2"] <-Map 42 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_636] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_621] (rows=2312 width=4) Output:["_col0"] Filter Operator [FIL_613] (rows=2312 width=12) @@ -724,16 +724,16 @@ Stage-0 Please refer to the previous TableScan [TS_6] <-Reducer 38 [SIMPLE_EDGE] SHUFFLE [RS_197] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_596] (rows=501695814 width=7) Conds:RS_727._col1=RS_668._col0(Inner),Output:["_col0","_col2"] <-Map 13 [SIMPLE_EDGE] vectorized SHUFFLE [RS_668] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_660] <-Map 58 [SIMPLE_EDGE] vectorized SHUFFLE [RS_727] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_726] (rows=501695814 width=11) Output:["_col0","_col1","_col2"] Filter Operator [FIL_725] (rows=501695814 width=11) diff --git ql/src/test/results/clientpositive/perf/tez/query89.q.out ql/src/test/results/clientpositive/perf/tez/query89.q.out index 3d676da36d..927da252da 100644 --- ql/src/test/results/clientpositive/perf/tez/query89.q.out +++ ql/src/test/results/clientpositive/perf/tez/query89.q.out @@ -86,7 +86,6 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"] <-Reducer 6 [SIMPLE_EDGE] vectorized SHUFFLE [RS_109] - null sort order:zz,sort order:++ Select Operator [SEL_108] (rows=181038 width=801) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8"] Filter Operator [FIL_107] (rows=181038 width=689) @@ -99,19 +98,19 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"] <-Reducer 5 [SIMPLE_EDGE] vectorized SHUFFLE [RS_103] - PartitionCols:_col2, _col0, _col4, _col5,null sort order:aaaa,sort order:++++ + PartitionCols:_col2, _col0, _col4, _col5 Group By Operator [GBY_102] (rows=362076 width=577) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3, KEY._col4, KEY._col5 <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_23] - PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5,null sort order:aaaaaa,sort order:++++++ + PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5 Group By Operator [GBY_22] (rows=76480702 width=577) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"],aggregations:["sum(_col3)"],keys:_col5, _col6, _col7, _col9, _col11, _col12 Merge Join Operator [MERGEJOIN_84] (rows=76480702 width=542) Conds:RS_18._col2=RS_101._col0(Inner),Output:["_col3","_col5","_col6","_col7","_col9","_col11","_col12"] <-Map 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_101] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_100] (rows=1704 width=183) Output:["_col0","_col1","_col2"] Filter Operator [FIL_99] (rows=1704 width=183) @@ -120,12 +119,12 @@ Stage-0 default@store,store,Tbl:COMPLETE,Col:COMPLETE,Output:["s_store_sk","s_store_name","s_company_name"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_18] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Merge Join Operator [MERGEJOIN_83] (rows=76480702 width=366) Conds:RS_15._col0=RS_87._col0(Inner),Output:["_col2","_col3","_col5","_col6","_col7","_col9"] <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_87] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_86] (rows=652 width=8) Output:["_col0","_col1"] Filter Operator [FIL_85] (rows=652 width=12) @@ -134,12 +133,12 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_moy"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_15] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_82] (rows=76480702 width=364) Conds:RS_95._col1=RS_98._col0(Inner),Output:["_col0","_col2","_col3","_col5","_col6","_col7"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_95] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_94] (rows=525329897 width=118) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_93] (rows=525329897 width=118) @@ -159,7 +158,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_86] <-Map 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_98] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_97] (rows=6988 width=286) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_96] (rows=6988 width=286) diff --git ql/src/test/results/clientpositive/perf/tez/query90.q.out ql/src/test/results/clientpositive/perf/tez/query90.q.out index 6e5b93b6b3..6338c6a00d 100644 --- ql/src/test/results/clientpositive/perf/tez/query90.q.out +++ ql/src/test/results/clientpositive/perf/tez/query90.q.out @@ -87,7 +87,7 @@ Stage-0 Conds:RS_18._col1=RS_152._col0(Inner) <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_152] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_151] (rows=655 width=4) Output:["_col0"] Filter Operator [FIL_150] (rows=655 width=8) @@ -96,12 +96,12 @@ Stage-0 default@household_demographics,household_demographics,Tbl:COMPLETE,Col:COMPLETE,Output:["hd_demo_sk","hd_dep_count"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_18] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_144] (rows=143895111 width=3) Conds:RS_15._col0=RS_169._col0(Inner),Output:["_col1"] <-Map 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_169] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_167] (rows=9095 width=4) Output:["_col0"] Filter Operator [FIL_165] (rows=9095 width=8) @@ -110,12 +110,12 @@ Stage-0 default@time_dim,time_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["t_time_sk","t_hour"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_15] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_143] (rows=143895111 width=7) Conds:RS_161._col2=RS_164._col0(Inner),Output:["_col0","_col1"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_161] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Select Operator [SEL_160] (rows=143895111 width=11) Output:["_col0","_col1","_col2"] Filter Operator [FIL_159] (rows=143895111 width=11) @@ -135,7 +135,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_151] <-Map 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_164] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_163] (rows=1175 width=4) Output:["_col0"] Filter Operator [FIL_162] (rows=1175 width=7) @@ -154,16 +154,16 @@ Stage-0 Conds:RS_44._col1=RS_154._col0(Inner) <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_154] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_151] <-Reducer 7 [SIMPLE_EDGE] SHUFFLE [RS_44] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_147] (rows=143895111 width=3) Conds:RS_41._col0=RS_170._col0(Inner),Output:["_col1"] <-Map 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_170] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_168] (rows=9095 width=4) Output:["_col0"] Filter Operator [FIL_166] (rows=9095 width=8) @@ -171,6 +171,6 @@ Stage-0 Please refer to the previous TableScan [TS_6] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_41] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Merge Join Operator [MERGEJOIN_143] diff --git ql/src/test/results/clientpositive/perf/tez/query91.q.out ql/src/test/results/clientpositive/perf/tez/query91.q.out index fe47d55e5f..a762a33a49 100644 --- ql/src/test/results/clientpositive/perf/tez/query91.q.out +++ ql/src/test/results/clientpositive/perf/tez/query91.q.out @@ -96,21 +96,20 @@ Stage-0 Output:["_col0","_col1","_col2","_col3"] <-Reducer 6 [SIMPLE_EDGE] vectorized SHUFFLE [RS_168] - null sort order:z,sort order:- Select Operator [SEL_167] (rows=40890 width=518) Output:["_col0","_col1","_col2","_col4"] Group By Operator [GBY_166] (rows=40890 width=585) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3, KEY._col4 <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_42] - PartitionCols:_col0, _col1, _col2, _col3, _col4,null sort order:aaaaa,sort order:+++++ + PartitionCols:_col0, _col1, _col2, _col3, _col4 Group By Operator [GBY_41] (rows=81780 width=585) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],aggregations:["sum(_col11)"],keys:_col5, _col6, _col14, _col15, _col16 Merge Join Operator [MERGEJOIN_144] (rows=657590 width=490) Conds:RS_37._col2=RS_165._col0(Inner),Output:["_col5","_col6","_col11","_col14","_col15","_col16"] <-Map 15 [SIMPLE_EDGE] vectorized SHUFFLE [RS_165] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_164] (rows=3600 width=4) Output:["_col0"] Filter Operator [FIL_163] (rows=3600 width=96) @@ -119,17 +118,17 @@ Stage-0 default@household_demographics,household_demographics,Tbl:COMPLETE,Col:COMPLETE,Output:["hd_demo_sk","hd_buy_potential"] <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_37] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Merge Join Operator [MERGEJOIN_143] (rows=657590 width=493) Conds:RS_34._col0=RS_35._col1(Inner),Output:["_col2","_col5","_col6","_col11","_col14","_col15","_col16"] <-Reducer 12 [SIMPLE_EDGE] SHUFFLE [RS_35] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_142] (rows=657590 width=312) Conds:RS_21._col2=RS_162._col0(Inner),Output:["_col1","_col3","_col6","_col7","_col8"] <-Map 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_162] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_161] (rows=60 width=298) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_160] (rows=60 width=298) @@ -138,12 +137,12 @@ Stage-0 default@call_center,call_center,Tbl:COMPLETE,Col:COMPLETE,Output:["cc_call_center_sk","cc_call_center_id","cc_name","cc_manager"] <-Reducer 11 [SIMPLE_EDGE] SHUFFLE [RS_21] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Merge Join Operator [MERGEJOIN_141] (rows=657590 width=19) Conds:RS_156._col0=RS_159._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_156] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_155] (rows=27658583 width=121) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_154] (rows=27658583 width=121) @@ -152,7 +151,7 @@ Stage-0 default@catalog_returns,catalog_returns,Tbl:COMPLETE,Col:COMPLETE,Output:["cr_returned_date_sk","cr_returning_customer_sk","cr_call_center_sk","cr_net_loss"] <-Map 13 [SIMPLE_EDGE] vectorized SHUFFLE [RS_159] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_158] (rows=50 width=4) Output:["_col0"] Filter Operator [FIL_157] (rows=50 width=12) @@ -161,12 +160,12 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_moy"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_34] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_140] (rows=228944 width=183) Conds:RS_31._col3=RS_153._col0(Inner),Output:["_col0","_col2","_col5","_col6"] <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_153] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_152] (rows=8000000 width=4) Output:["_col0"] Filter Operator [FIL_151] (rows=8000000 width=112) @@ -175,12 +174,12 @@ Stage-0 default@customer_address,customer_address,Tbl:COMPLETE,Col:COMPLETE,Output:["ca_address_sk","ca_gmt_offset"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_31] - PartitionCols:_col3,null sort order:a,sort order:+ + PartitionCols:_col3 Merge Join Operator [MERGEJOIN_139] (rows=1144719 width=187) Conds:RS_147._col1=RS_150._col0(Inner),Output:["_col0","_col2","_col3","_col5","_col6"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_147] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_146] (rows=74500295 width=15) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_145] (rows=74500295 width=15) @@ -189,7 +188,7 @@ Stage-0 default@customer,customer,Tbl:COMPLETE,Col:COMPLETE,Output:["c_customer_sk","c_current_cdemo_sk","c_current_hdemo_sk","c_current_addr_sk"] <-Map 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_150] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_149] (rows=26269 width=183) Output:["_col0","_col1","_col2"] Filter Operator [FIL_148] (rows=26269 width=183) diff --git ql/src/test/results/clientpositive/perf/tez/query92.q.out ql/src/test/results/clientpositive/perf/tez/query92.q.out index 587afae2f3..8bafee4910 100644 --- ql/src/test/results/clientpositive/perf/tez/query92.q.out +++ ql/src/test/results/clientpositive/perf/tez/query92.q.out @@ -96,12 +96,12 @@ Stage-0 Conds:RS_30._col4=RS_125._col0(Inner),Output:["_col2","_col6"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_30] - PartitionCols:_col4,null sort order:a,sort order:+ + PartitionCols:_col4 Merge Join Operator [MERGEJOIN_101] (rows=2006075 width=113) Conds:RS_27._col1=RS_106._col0(Inner),Output:["_col2","_col4"] <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_106] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_105] (rows=669 width=4) Output:["_col0"] Filter Operator [FIL_104] (rows=669 width=7) @@ -110,12 +110,12 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_manufact_id"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_27] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_100] (rows=143930905 width=115) Conds:RS_116._col0=RS_120._col0(Inner),Output:["_col1","_col2"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_116] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_114] (rows=143930905 width=119) Output:["_col0","_col1","_col2"] Filter Operator [FIL_112] (rows=143930905 width=119) @@ -135,7 +135,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_105] <-Map 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_120] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_119] (rows=8116 width=4) Output:["_col0"] Filter Operator [FIL_118] (rows=8116 width=98) @@ -144,7 +144,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_date"] <-Reducer 7 [SIMPLE_EDGE] vectorized SHUFFLE [RS_125] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_124] (rows=62562 width=116) Output:["_col0","_col1"] Filter Operator [FIL_123] (rows=62562 width=124) @@ -153,14 +153,14 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)","count(VALUE._col1)"],keys:KEY._col0 <-Reducer 6 [SIMPLE_EDGE] SHUFFLE [RS_20] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_19] (rows=4129092 width=124) Output:["_col0","_col1","_col2"],aggregations:["sum(_col2)","count(_col2)"],keys:_col1 Merge Join Operator [MERGEJOIN_102] (rows=143966864 width=115) Conds:RS_117._col0=RS_121._col0(Inner),Output:["_col1","_col2"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_117] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_115] (rows=143966864 width=119) Output:["_col0","_col1","_col2"] Filter Operator [FIL_113] (rows=143966864 width=119) @@ -168,6 +168,6 @@ Stage-0 Please refer to the previous TableScan [TS_0] <-Map 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_121] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_119] diff --git ql/src/test/results/clientpositive/perf/tez/query93.q.out ql/src/test/results/clientpositive/perf/tez/query93.q.out index 70c3112269..0df41d120b 100644 --- ql/src/test/results/clientpositive/perf/tez/query93.q.out +++ ql/src/test/results/clientpositive/perf/tez/query93.q.out @@ -60,12 +60,11 @@ Stage-0 Output:["_col0","_col1"] <-Reducer 4 [SIMPLE_EDGE] vectorized SHUFFLE [RS_75] - null sort order:zz,sort order:++ Group By Operator [GBY_74] (rows=1398474 width=115) Output:["_col0","_col1"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0 <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_18] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_17] (rows=569016747 width=115) Output:["_col0","_col1"],aggregations:["sum(_col1)"],keys:_col0 Select Operator [SEL_15] (rows=569016747 width=118) @@ -74,7 +73,7 @@ Stage-0 Conds:RS_12._col0, _col2=RS_73._col0, _col2(Inner),Output:["_col3","_col6","_col8","_col9"] <-Map 7 [SIMPLE_EDGE] vectorized SHUFFLE [RS_73] - PartitionCols:_col0, _col2,null sort order:aa,sort order:++ + PartitionCols:_col0, _col2 Select Operator [SEL_72] (rows=575995635 width=122) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_71] (rows=575995635 width=122) @@ -83,12 +82,12 @@ Stage-0 default@store_sales,store_sales,Tbl:COMPLETE,Col:COMPLETE,Output:["ss_item_sk","ss_customer_sk","ss_ticket_number","ss_quantity","ss_sales_price"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_12] - PartitionCols:_col0, _col2,null sort order:aa,sort order:++ + PartitionCols:_col0, _col2 Merge Join Operator [MERGEJOIN_63] (rows=55574563 width=11) Conds:RS_67._col1=RS_70._col0(Inner),Output:["_col0","_col2","_col3"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_67] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_66] (rows=55574563 width=15) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_65] (rows=55574563 width=15) @@ -97,7 +96,7 @@ Stage-0 default@store_returns,store_returns,Tbl:COMPLETE,Col:COMPLETE,Output:["sr_item_sk","sr_reason_sk","sr_ticket_number","sr_return_quantity"] <-Map 6 [SIMPLE_EDGE] vectorized SHUFFLE [RS_70] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_69] (rows=1 width=4) Output:["_col0"] Filter Operator [FIL_68] (rows=1 width=101) diff --git ql/src/test/results/clientpositive/perf/tez/query94.q.out ql/src/test/results/clientpositive/perf/tez/query94.q.out index 05afc16704..8993043afa 100644 --- ql/src/test/results/clientpositive/perf/tez/query94.q.out +++ ql/src/test/results/clientpositive/perf/tez/query94.q.out @@ -96,7 +96,7 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)"],keys:KEY._col0 <-Reducer 6 [SIMPLE_EDGE] SHUFFLE [RS_70] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_69] (rows=143895019 width=228) Output:["_col0","_col2","_col3"],aggregations:["sum(_col5)","sum(_col6)"],keys:_col4 Select Operator [SEL_42] (rows=143895019 width=229) @@ -107,14 +107,14 @@ Stage-0 Conds:RS_38._col4=RS_153._col1(Left Outer),Output:["_col4","_col5","_col6","_col13"] <-Reducer 15 [SIMPLE_EDGE] vectorized SHUFFLE [RS_153] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_152] (rows=8007986 width=8) Output:["_col0","_col1"] Group By Operator [GBY_151] (rows=8007986 width=4) Output:["_col0"],keys:KEY._col0 <-Map 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_150] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_149] (rows=14398467 width=4) Output:["_col0"],keys:wr_order_number Filter Operator [FIL_148] (rows=14398467 width=4) @@ -123,14 +123,14 @@ Stage-0 default@web_returns,wr1,Tbl:COMPLETE,Col:COMPLETE,Output:["wr_order_number"] <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_38] - PartitionCols:_col4,null sort order:a,sort order:+ + PartitionCols:_col4 Select Operator [SEL_37] (rows=143895019 width=231) Output:["_col4","_col5","_col6"] Merge Join Operator [MERGEJOIN_125] (rows=143895019 width=235) Conds:RS_34._col4=RS_147._col0(Left Semi),Output:["_col3","_col4","_col5","_col6","_col14"],residual filter predicates:{(_col3 <> _col14)} <-Map 13 [SIMPLE_EDGE] vectorized SHUFFLE [RS_147] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_146] (rows=143966743 width=7) Output:["_col0","_col1"],keys:_col0, _col1 Select Operator [SEL_145] (rows=143966743 width=7) @@ -141,12 +141,12 @@ Stage-0 default@web_sales,ws2,Tbl:COMPLETE,Col:COMPLETE,Output:["ws_warehouse_sk","ws_order_number"] <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_34] - PartitionCols:_col4,null sort order:a,sort order:+ + PartitionCols:_col4 Merge Join Operator [MERGEJOIN_124] (rows=143895019 width=231) Conds:RS_18._col2=RS_143._col0(Inner),Output:["_col3","_col4","_col5","_col6"] <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_143] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_142] (rows=12 width=91) Output:["_col0"] Filter Operator [FIL_141] (rows=12 width=92) @@ -155,12 +155,12 @@ Stage-0 default@web_site,web_site,Tbl:COMPLETE,Col:COMPLETE,Output:["web_site_sk","web_company_name"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_18] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Merge Join Operator [MERGEJOIN_123] (rows=143895019 width=235) Conds:RS_15._col1=RS_129._col0(Inner),Output:["_col2","_col3","_col4","_col5","_col6"] <-Map 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_129] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_128] (rows=784314 width=90) Output:["_col0"] Filter Operator [FIL_127] (rows=784314 width=90) @@ -169,12 +169,12 @@ Stage-0 default@customer_address,customer_address,Tbl:COMPLETE,Col:COMPLETE,Output:["ca_address_sk","ca_state"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_15] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_122] (rows=143895019 width=239) Conds:RS_137._col0=RS_140._col0(Inner),Output:["_col1","_col2","_col3","_col4","_col5","_col6"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_137] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_136] (rows=143895019 width=243) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"] Filter Operator [FIL_135] (rows=143895019 width=243) @@ -194,7 +194,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_128] <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_140] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_139] (rows=8116 width=98) Output:["_col0"] Filter Operator [FIL_138] (rows=8116 width=98) diff --git ql/src/test/results/clientpositive/perf/tez/query95.q.out ql/src/test/results/clientpositive/perf/tez/query95.q.out index ab68e64934..414f7771e0 100644 --- ql/src/test/results/clientpositive/perf/tez/query95.q.out +++ ql/src/test/results/clientpositive/perf/tez/query95.q.out @@ -105,26 +105,26 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)"],keys:KEY._col0 <-Reducer 6 [SIMPLE_EDGE] SHUFFLE [RS_111] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_110] (rows=78459310 width=228) Output:["_col0","_col2","_col3"],aggregations:["sum(_col4)","sum(_col5)"],keys:_col3 Merge Join Operator [MERGEJOIN_237] (rows=78459310 width=227) Conds:RS_61._col3=RS_267._col0(Inner),Output:["_col3","_col4","_col5"] <-Reducer 16 [SIMPLE_EDGE] vectorized SHUFFLE [RS_267] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_266] (rows=8007986 width=4) Output:["_col0"],keys:KEY._col0 <-Reducer 15 [SIMPLE_EDGE] SHUFFLE [RS_46] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_45] (rows=14398467 width=4) Output:["_col0"],keys:_col14 Merge Join Operator [MERGEJOIN_235] (rows=1384229738 width=4) Conds:RS_41._col0=RS_265._col13(Inner),Output:["_col14"] <-Reducer 14 [SIMPLE_EDGE] SHUFFLE [RS_41] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_37] (rows=1411940834 width=4) Output:["_col0"] Filter Operator [FIL_36] (rows=1411940834 width=11) @@ -133,7 +133,7 @@ Stage-0 Conds:RS_257._col1=RS_260._col1(Inner),Output:["_col0","_col1","_col2"] <-Map 13 [SIMPLE_EDGE] vectorized SHUFFLE [RS_257] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_256] (rows=144002668 width=7) Output:["_col0","_col1"] Filter Operator [FIL_255] (rows=144002668 width=7) @@ -142,7 +142,7 @@ Stage-0 default@web_sales,ws1,Tbl:COMPLETE,Col:COMPLETE,Output:["ws_warehouse_sk","ws_order_number"] <-Map 18 [SIMPLE_EDGE] vectorized SHUFFLE [RS_260] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_259] (rows=144002668 width=7) Output:["_col0","_col1"] Filter Operator [FIL_258] (rows=144002668 width=7) @@ -151,7 +151,7 @@ Stage-0 default@web_sales,ws2,Tbl:COMPLETE,Col:COMPLETE,Output:["ws_warehouse_sk","ws_order_number"] <-Map 19 [SIMPLE_EDGE] vectorized SHUFFLE [RS_265] - PartitionCols:_col13,null sort order:a,sort order:+ + PartitionCols:_col13 Select Operator [SEL_264] (rows=14398467 width=272) Output:["_col13"] Filter Operator [FIL_263] (rows=14398467 width=4) @@ -160,17 +160,17 @@ Stage-0 default@web_returns,web_returns,Tbl:COMPLETE,Col:COMPLETE,Output:["wr_order_number"] <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_61] - PartitionCols:_col3,null sort order:a,sort order:+ + PartitionCols:_col3 Merge Join Operator [MERGEJOIN_236] (rows=143895019 width=227) Conds:RS_58._col3=RS_262._col0(Inner),Output:["_col3","_col4","_col5"] <-Reducer 17 [SIMPLE_EDGE] vectorized SHUFFLE [RS_262] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_261] (rows=14686712 width=4) Output:["_col0"],keys:KEY._col0 <-Reducer 14 [SIMPLE_EDGE] SHUFFLE [RS_24] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_23] (rows=144002668 width=4) Output:["_col0"],keys:_col1 Select Operator [SEL_22] (rows=1411940834 width=11) @@ -178,12 +178,12 @@ Stage-0 Please refer to the previous Filter Operator [FIL_36] <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_58] - PartitionCols:_col3,null sort order:a,sort order:+ + PartitionCols:_col3 Merge Join Operator [MERGEJOIN_232] (rows=143895019 width=227) Conds:RS_55._col2=RS_254._col0(Inner),Output:["_col3","_col4","_col5"] <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_254] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_253] (rows=12 width=4) Output:["_col0"] Filter Operator [FIL_252] (rows=12 width=92) @@ -192,12 +192,12 @@ Stage-0 default@web_site,web_site,Tbl:COMPLETE,Col:COMPLETE,Output:["web_site_sk","web_company_name"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_55] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Merge Join Operator [MERGEJOIN_231] (rows=143895019 width=231) Conds:RS_52._col1=RS_240._col0(Inner),Output:["_col2","_col3","_col4","_col5"] <-Map 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_240] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_239] (rows=784314 width=4) Output:["_col0"] Filter Operator [FIL_238] (rows=784314 width=90) @@ -206,12 +206,12 @@ Stage-0 default@customer_address,customer_address,Tbl:COMPLETE,Col:COMPLETE,Output:["ca_address_sk","ca_state"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_52] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_230] (rows=143895019 width=235) Conds:RS_248._col0=RS_251._col0(Inner),Output:["_col1","_col2","_col3","_col4","_col5"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_248] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_247] (rows=143895019 width=239) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Filter Operator [FIL_246] (rows=143895019 width=239) @@ -231,7 +231,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_239] <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_251] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_250] (rows=8116 width=98) Output:["_col0"] Filter Operator [FIL_249] (rows=8116 width=98) diff --git ql/src/test/results/clientpositive/perf/tez/query96.q.out ql/src/test/results/clientpositive/perf/tez/query96.q.out index 1e61c8ec21..add095f114 100644 --- ql/src/test/results/clientpositive/perf/tez/query96.q.out +++ ql/src/test/results/clientpositive/perf/tez/query96.q.out @@ -64,7 +64,7 @@ Stage-0 Conds:RS_18._col2=RS_89._col0(Inner) <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_89] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_88] (rows=155 width=4) Output:["_col0"] Filter Operator [FIL_87] (rows=155 width=92) @@ -73,12 +73,12 @@ Stage-0 default@store,store,Tbl:COMPLETE,Col:COMPLETE,Output:["s_store_sk","s_store_name"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_18] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Merge Join Operator [MERGEJOIN_71] (rows=501695814 width=3) Conds:RS_15._col1=RS_86._col0(Inner),Output:["_col2"] <-Map 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_86] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_85] (rows=655 width=4) Output:["_col0"] Filter Operator [FIL_84] (rows=655 width=8) @@ -87,12 +87,12 @@ Stage-0 default@household_demographics,household_demographics,Tbl:COMPLETE,Col:COMPLETE,Output:["hd_demo_sk","hd_dep_count"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_15] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_70] (rows=501695814 width=7) Conds:RS_83._col0=RS_75._col0(Inner),Output:["_col1","_col2"] <-Map 6 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_75] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_74] (rows=2235 width=4) Output:["_col0"] Filter Operator [FIL_73] (rows=2235 width=12) @@ -101,7 +101,7 @@ Stage-0 default@time_dim,time_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["t_time_sk","t_hour","t_minute"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_83] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_82] (rows=501695814 width=11) Output:["_col0","_col1","_col2"] Filter Operator [FIL_81] (rows=501695814 width=11) diff --git ql/src/test/results/clientpositive/perf/tez/query97.q.out ql/src/test/results/clientpositive/perf/tez/query97.q.out index c9c0ba5e73..5ee24f9b85 100644 --- ql/src/test/results/clientpositive/perf/tez/query97.q.out +++ ql/src/test/results/clientpositive/perf/tez/query97.q.out @@ -86,19 +86,19 @@ Stage-0 Conds:RS_85._col0, _col1=RS_92._col0, _col1(Outer),Output:["_col0","_col2"] <-Reducer 3 [SIMPLE_EDGE] vectorized SHUFFLE [RS_85] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_84] (rows=550076554 width=7) Output:["_col0","_col1"],keys:KEY._col0, KEY._col1 <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_11] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_10] (rows=550076554 width=7) Output:["_col0","_col1"],keys:_col2, _col1 Merge Join Operator [MERGEJOIN_66] (rows=550076554 width=7) Conds:RS_83._col0=RS_71._col0(Inner),Output:["_col1","_col2"] <-Map 6 [SIMPLE_EDGE] vectorized SHUFFLE [RS_71] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_70] (rows=317 width=4) Output:["_col0"] Filter Operator [FIL_69] (rows=317 width=8) @@ -107,7 +107,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_month_seq"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_83] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_82] (rows=550076554 width=11) Output:["_col0","_col1","_col2"] Filter Operator [FIL_81] (rows=550076554 width=11) @@ -127,23 +127,23 @@ Stage-0 Please refer to the previous Select Operator [SEL_70] <-Reducer 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_92] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_91] (rows=286549727 width=7) Output:["_col0","_col1"],keys:KEY._col0, KEY._col1 <-Reducer 8 [SIMPLE_EDGE] SHUFFLE [RS_25] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_24] (rows=286549727 width=7) Output:["_col0","_col1"],keys:_col1, _col2 Merge Join Operator [MERGEJOIN_67] (rows=286549727 width=7) Conds:RS_90._col0=RS_73._col0(Inner),Output:["_col1","_col2"] <-Map 6 [SIMPLE_EDGE] vectorized SHUFFLE [RS_73] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Please refer to the previous Select Operator [SEL_70] <-Map 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_90] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_89] (rows=286549727 width=11) Output:["_col0","_col1","_col2"] Filter Operator [FIL_88] (rows=286549727 width=11) diff --git ql/src/test/results/clientpositive/perf/tez/query98.q.out ql/src/test/results/clientpositive/perf/tez/query98.q.out index f54c8c9f3a..ebbbe96c6f 100644 --- ql/src/test/results/clientpositive/perf/tez/query98.q.out +++ ql/src/test/results/clientpositive/perf/tez/query98.q.out @@ -89,7 +89,6 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5"] <-Reducer 5 [SIMPLE_EDGE] vectorized SHUFFLE [RS_77] - null sort order:zzzzz,sort order:+++++ Select Operator [SEL_76] (rows=138600 width=802) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"] PTF Operator [PTF_75] (rows=138600 width=690) @@ -98,19 +97,19 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5"] <-Reducer 4 [SIMPLE_EDGE] vectorized SHUFFLE [RS_73] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Group By Operator [GBY_72] (rows=138600 width=690) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3, KEY._col4 <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_17] - PartitionCols:_col0, _col1, _col2, _col3, _col4,null sort order:aaaaa,sort order:+++++ + PartitionCols:_col0, _col1, _col2, _col3, _col4 Group By Operator [GBY_16] (rows=138600 width=690) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],aggregations:["sum(_col2)"],keys:_col9, _col8, _col5, _col6, _col7 Merge Join Operator [MERGEJOIN_57] (rows=165022973 width=673) Conds:RS_12._col1=RS_71._col0(Inner),Output:["_col2","_col5","_col6","_col7","_col8","_col9"] <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_71] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_70] (rows=138600 width=581) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Filter Operator [FIL_69] (rows=138600 width=581) @@ -119,12 +118,12 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_item_id","i_item_desc","i_current_price","i_class","i_category"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_12] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_56] (rows=550076554 width=110) Conds:RS_68._col0=RS_60._col0(Inner),Output:["_col1","_col2"] <-Map 7 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_60] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_59] (rows=8116 width=4) Output:["_col0"] Filter Operator [FIL_58] (rows=8116 width=98) @@ -133,7 +132,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_date"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_68] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_67] (rows=550076554 width=114) Output:["_col0","_col1","_col2"] Filter Operator [FIL_66] (rows=550076554 width=114) diff --git ql/src/test/results/clientpositive/perf/tez/query99.q.out ql/src/test/results/clientpositive/perf/tez/query99.q.out index fadd30cd14..c01122f435 100644 --- ql/src/test/results/clientpositive/perf/tez/query99.q.out +++ ql/src/test/results/clientpositive/perf/tez/query99.q.out @@ -102,23 +102,22 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"] <-Reducer 6 [SIMPLE_EDGE] vectorized SHUFFLE [RS_123] - null sort order:zzz,sort order:+++ Select Operator [SEL_122] (rows=3920468 width=590) Output:["_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8"] Group By Operator [GBY_121] (rows=3920468 width=406) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)","sum(VALUE._col2)","sum(VALUE._col3)","sum(VALUE._col4)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_29] - PartitionCols:_col0, _col1, _col2,null sort order:zzz,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_28] (rows=7840936 width=406) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"],aggregations:["sum(_col4)","sum(_col5)","sum(_col6)","sum(_col7)","sum(_col8)"],keys:_col13, _col15, _col11 Top N Key Operator [TNK_56] (rows=15681873 width=386) - keys:_col13, _col15, _col11,null sort order:zzz,sort order:+++,top n:100 + keys:_col13, _col15, _col11,top n:100 Merge Join Operator [MERGEJOIN_100] (rows=15681873 width=386) Conds:RS_24._col2=RS_103._col0(Inner),Output:["_col4","_col5","_col6","_col7","_col8","_col11","_col13","_col15"] <-Map 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_103] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_102] (rows=1 width=88) Output:["_col0","_col1"] Filter Operator [FIL_101] (rows=1 width=88) @@ -127,12 +126,12 @@ Stage-0 default@ship_mode,ship_mode,Tbl:COMPLETE,Col:COMPLETE,Output:["sm_ship_mode_sk","sm_type"] <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_24] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Merge Join Operator [MERGEJOIN_99] (rows=282273729 width=305) Conds:RS_21._col3=RS_120._col0(Inner),Output:["_col2","_col4","_col5","_col6","_col7","_col8","_col11","_col13"] <-Map 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_120] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_119] (rows=27 width=188) Output:["_col0","_col1"] Filter Operator [FIL_118] (rows=27 width=104) @@ -141,12 +140,12 @@ Stage-0 default@warehouse,warehouse,Tbl:COMPLETE,Col:COMPLETE,Output:["w_warehouse_sk","w_warehouse_name"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_21] - PartitionCols:_col3,null sort order:a,sort order:+ + PartitionCols:_col3 Merge Join Operator [MERGEJOIN_98] (rows=282273729 width=125) Conds:RS_18._col1=RS_117._col0(Inner),Output:["_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col11"] <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_117] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_116] (rows=60 width=102) Output:["_col0","_col1"] Filter Operator [FIL_115] (rows=60 width=102) @@ -155,12 +154,12 @@ Stage-0 default@call_center,call_center,Tbl:COMPLETE,Col:COMPLETE,Output:["cc_call_center_sk","cc_name"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_18] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_97] (rows=282273729 width=31) Conds:RS_111._col0=RS_114._col0(Inner),Output:["_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_111] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_110] (rows=282273729 width=35) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8"] Filter Operator [FIL_109] (rows=282273729 width=19) @@ -180,7 +179,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_102] <-Map 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_114] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_113] (rows=317 width=4) Output:["_col0"] Filter Operator [FIL_112] (rows=317 width=8) diff --git ql/src/test/results/clientpositive/spark/spark_explainuser_1.q.out ql/src/test/results/clientpositive/spark/spark_explainuser_1.q.out index 7194499281..c30080194f 100644 --- ql/src/test/results/clientpositive/spark/spark_explainuser_1.q.out +++ ql/src/test/results/clientpositive/spark/spark_explainuser_1.q.out @@ -326,7 +326,7 @@ Stage-0 Output:["_col0","_col1","_col2","_col3"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Map 1 [GROUP] GROUP [RS_3] - PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_2] (rows=10 width=101) Output:["_col0","_col1","_col2","_col3"],aggregations:["sum(c_int)"],keys:key, c_int, c_float Select Operator [SEL_1] (rows=20 width=88) @@ -362,7 +362,7 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["count(VALUE._col0)"],keys:KEY._col0, KEY._col1 <-Reducer 2 [GROUP] GROUP [RS_8] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_7] (rows=5 width=20) Output:["_col0","_col1","_col2"],aggregations:["count()"],keys:_col0, _col1 Select Operator [SEL_5] (rows=10 width=101) @@ -371,7 +371,7 @@ Stage-0 Output:["_col0","_col1","_col2","_col3"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Map 1 [GROUP] GROUP [RS_3] - PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_2] (rows=10 width=101) Output:["_col0","_col1","_col2","_col3"],aggregations:["sum(c_int)"],keys:key, c_int, c_float Select Operator [SEL_1] (rows=20 width=88) @@ -414,14 +414,13 @@ Stage-0 Output:["_col0","_col1","_col2"] <-Reducer 3 [SORT] SORT [RS_28] - null sort order:zz,sort order:-+ Select Operator [SEL_27] (rows=1 width=28) Output:["_col0","_col1","_col2","_col3"] Group By Operator [GBY_26] (rows=1 width=20) Output:["_col0","_col1","_col2"],aggregations:["count(VALUE._col0)"],keys:KEY._col0, KEY._col1 <-Reducer 2 [GROUP] GROUP [RS_25] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_24] (rows=1 width=20) Output:["_col0","_col1","_col2"],aggregations:["count()"],keys:_col5, _col1 Select Operator [SEL_23] (rows=1 width=24) @@ -432,7 +431,7 @@ Stage-0 Output:["_col1","_col2","_col4","_col5","_col7"],condition map:[{"":"{\"type\":\"Inner\",\"left\":0,\"right\":1}"},{"":"{\"type\":\"Inner\",\"left\":1,\"right\":2}"}],keys:{"0":"_col0","1":"_col0","2":"_col0"} <-Map 1 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_17] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_2] (rows=18 width=88) Output:["_col0","_col1","_col2"] Filter Operator [FIL_32] (rows=18 width=84) @@ -441,14 +440,14 @@ Stage-0 default@cbo_t3,cbo_t3,Tbl:COMPLETE,Col:COMPLETE,Output:["key","c_int"] <-Reducer 6 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_18] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_9] (rows=1 width=97) Output:["_col0","_col1","_col2"] Group By Operator [GBY_8] (rows=1 width=101) Output:["_col0","_col1","_col2","_col3"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Map 5 [GROUP] GROUP [RS_7] - PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_6] (rows=2 width=101) Output:["_col0","_col1","_col2","_col3"],aggregations:["sum(c_int)"],keys:key, c_int, c_float Filter Operator [FIL_33] (rows=5 width=93) @@ -457,14 +456,14 @@ Stage-0 default@cbo_t1,cbo_t1,Tbl:COMPLETE,Col:COMPLETE,Output:["key","c_int","c_float"] <-Reducer 8 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_19] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_16] (rows=2 width=89) Output:["_col0","_col1"] Group By Operator [GBY_15] (rows=2 width=93) Output:["_col0","_col1","_col2"],keys:KEY._col0, KEY._col1, KEY._col2 <-Map 7 [GROUP] GROUP [RS_14] - PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_13] (rows=2 width=93) Output:["_col0","_col1","_col2"],keys:key, c_int, c_float Filter Operator [FIL_34] (rows=5 width=93) @@ -507,14 +506,13 @@ Stage-0 Output:["_col0","_col1","_col2"] <-Reducer 3 [SORT] SORT [RS_30] - null sort order:zz,sort order:+- Select Operator [SEL_29] (rows=1 width=28) Output:["_col0","_col1","_col2","_col3"] Group By Operator [GBY_28] (rows=1 width=20) Output:["_col0","_col1","_col2"],aggregations:["count(VALUE._col0)"],keys:KEY._col0, KEY._col1 <-Reducer 2 [GROUP] GROUP [RS_27] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_26] (rows=1 width=20) Output:["_col0","_col1","_col2"],aggregations:["count()"],keys:_col1, _col7 Select Operator [SEL_25] (rows=1 width=36) @@ -525,7 +523,7 @@ Stage-0 Output:["_col1","_col2","_col3","_col4","_col6","_col7","_col9"],condition map:[{"":"{\"type\":\"Inner\",\"left\":0,\"right\":1}"},{"":"{\"type\":\"Inner\",\"left\":1,\"right\":2}"}],keys:{"0":"_col0","1":"_col0","2":"_col0"} <-Map 1 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_17] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_2] (rows=18 width=99) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_34] (rows=18 width=84) @@ -534,14 +532,14 @@ Stage-0 default@cbo_t3,cbo_t3,Tbl:COMPLETE,Col:COMPLETE,Output:["key","c_int"] <-Reducer 6 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_18] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_9] (rows=1 width=97) Output:["_col0","_col1","_col2"] Group By Operator [GBY_8] (rows=1 width=101) Output:["_col0","_col1","_col2","_col3"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Map 5 [GROUP] GROUP [RS_7] - PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_6] (rows=1 width=101) Output:["_col0","_col1","_col2","_col3"],aggregations:["sum(c_int)"],keys:key, c_int, c_float Filter Operator [FIL_35] (rows=2 width=93) @@ -550,14 +548,14 @@ Stage-0 default@cbo_t1,cbo_t1,Tbl:COMPLETE,Col:COMPLETE,Output:["key","c_int","c_float"] <-Reducer 8 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_19] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_16] (rows=1 width=89) Output:["_col0","_col1"] Group By Operator [GBY_15] (rows=1 width=93) Output:["_col0","_col1","_col2"],keys:KEY._col0, KEY._col1, KEY._col2 <-Map 7 [GROUP] GROUP [RS_14] - PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_13] (rows=1 width=93) Output:["_col0","_col1","_col2"],keys:key, c_int, c_float Filter Operator [FIL_36] (rows=2 width=93) @@ -599,7 +597,7 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["count(VALUE._col0)"],keys:KEY._col0, KEY._col1 <-Reducer 2 [GROUP] GROUP [RS_25] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_24] (rows=1 width=20) Output:["_col0","_col1","_col2"],aggregations:["count()"],keys:_col1, _col5 Select Operator [SEL_23] (rows=1 width=24) @@ -610,7 +608,7 @@ Stage-0 Output:["_col1","_col2","_col4","_col5","_col7"],condition map:[{"":"{\"type\":\"Inner\",\"left\":0,\"right\":1}"},{"":"{\"type\":\"Inner\",\"left\":1,\"right\":2}"}],keys:{"0":"_col0","1":"_col0","2":"_col0"} <-Map 1 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_17] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_2] (rows=18 width=88) Output:["_col0","_col1","_col2"] Filter Operator [FIL_29] (rows=18 width=84) @@ -619,14 +617,14 @@ Stage-0 default@cbo_t3,cbo_t3,Tbl:COMPLETE,Col:COMPLETE,Output:["key","c_int"] <-Reducer 5 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_18] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_9] (rows=1 width=97) Output:["_col0","_col1","_col2"] Group By Operator [GBY_8] (rows=1 width=101) Output:["_col0","_col1","_col2","_col3"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Map 4 [GROUP] GROUP [RS_7] - PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_6] (rows=1 width=101) Output:["_col0","_col1","_col2","_col3"],aggregations:["sum(c_int)"],keys:key, c_int, c_float Filter Operator [FIL_30] (rows=2 width=93) @@ -635,14 +633,14 @@ Stage-0 default@cbo_t1,cbo_t1,Tbl:COMPLETE,Col:COMPLETE,Output:["key","c_int","c_float"] <-Reducer 7 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_19] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_16] (rows=1 width=89) Output:["_col0","_col1"] Group By Operator [GBY_15] (rows=1 width=93) Output:["_col0","_col1","_col2"],keys:KEY._col0, KEY._col1, KEY._col2 <-Map 6 [GROUP] GROUP [RS_14] - PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_13] (rows=1 width=93) Output:["_col0","_col1","_col2"],keys:key, c_int, c_float Filter Operator [FIL_31] (rows=2 width=93) @@ -685,12 +683,11 @@ Stage-0 Output:["_col0","_col1","_col2"] <-Reducer 3 [SORT] SORT [RS_30] - null sort order:z,sort order:+ Group By Operator [GBY_28] (rows=1 width=20) Output:["_col0","_col1","_col2"],aggregations:["count(VALUE._col0)"],keys:KEY._col0, KEY._col1 <-Reducer 2 [GROUP] GROUP [RS_27] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_26] (rows=1 width=20) Output:["_col0","_col1","_col2"],aggregations:["count()"],keys:_col1, _col7 Select Operator [SEL_25] (rows=1 width=36) @@ -701,7 +698,7 @@ Stage-0 Output:["_col1","_col2","_col3","_col4","_col6","_col7","_col9"],condition map:[{"":"{\"type\":\"Inner\",\"left\":0,\"right\":1}"},{"":"{\"type\":\"Inner\",\"left\":1,\"right\":2}"}],keys:{"0":"_col0","1":"_col0","2":"_col0"} <-Map 1 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_17] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_2] (rows=18 width=99) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_33] (rows=18 width=84) @@ -710,14 +707,14 @@ Stage-0 default@cbo_t3,cbo_t3,Tbl:COMPLETE,Col:COMPLETE,Output:["key","c_int"] <-Reducer 6 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_18] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_9] (rows=1 width=97) Output:["_col0","_col1","_col2"] Group By Operator [GBY_8] (rows=1 width=101) Output:["_col0","_col1","_col2","_col3"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Map 5 [GROUP] GROUP [RS_7] - PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_6] (rows=1 width=101) Output:["_col0","_col1","_col2","_col3"],aggregations:["sum(c_int)"],keys:key, c_int, c_float Filter Operator [FIL_34] (rows=2 width=93) @@ -726,14 +723,14 @@ Stage-0 default@cbo_t1,cbo_t1,Tbl:COMPLETE,Col:COMPLETE,Output:["key","c_int","c_float"] <-Reducer 8 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_19] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_16] (rows=1 width=89) Output:["_col0","_col1"] Group By Operator [GBY_15] (rows=1 width=93) Output:["_col0","_col1","_col2"],keys:KEY._col0, KEY._col1, KEY._col2 <-Map 7 [GROUP] GROUP [RS_14] - PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_13] (rows=1 width=93) Output:["_col0","_col1","_col2"],keys:key, c_int, c_float Filter Operator [FIL_35] (rows=2 width=93) @@ -775,7 +772,7 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["count(VALUE._col0)"],keys:KEY._col0, KEY._col1 <-Reducer 2 [GROUP] GROUP [RS_25] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_24] (rows=1 width=20) Output:["_col0","_col1","_col2"],aggregations:["count()"],keys:_col1, _col5 Select Operator [SEL_23] (rows=1 width=24) @@ -786,7 +783,7 @@ Stage-0 Output:["_col1","_col2","_col4","_col5","_col7"],condition map:[{"":"{\"type\":\"Inner\",\"left\":0,\"right\":1}"},{"":"{\"type\":\"Inner\",\"left\":1,\"right\":2}"}],keys:{"0":"_col0","1":"_col0","2":"_col0"} <-Map 1 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_17] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_2] (rows=18 width=88) Output:["_col0","_col1","_col2"] Filter Operator [FIL_29] (rows=18 width=84) @@ -795,14 +792,14 @@ Stage-0 default@cbo_t3,cbo_t3,Tbl:COMPLETE,Col:COMPLETE,Output:["key","c_int"] <-Reducer 5 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_18] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_9] (rows=1 width=97) Output:["_col0","_col1","_col2"] Group By Operator [GBY_8] (rows=1 width=101) Output:["_col0","_col1","_col2","_col3"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Map 4 [GROUP] GROUP [RS_7] - PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_6] (rows=1 width=101) Output:["_col0","_col1","_col2","_col3"],aggregations:["sum(c_int)"],keys:key, c_int, c_float Filter Operator [FIL_30] (rows=2 width=93) @@ -811,14 +808,14 @@ Stage-0 default@cbo_t1,cbo_t1,Tbl:COMPLETE,Col:COMPLETE,Output:["key","c_int","c_float"] <-Reducer 7 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_19] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_16] (rows=1 width=89) Output:["_col0","_col1"] Group By Operator [GBY_15] (rows=1 width=93) Output:["_col0","_col1","_col2"],keys:KEY._col0, KEY._col1, KEY._col2 <-Map 6 [GROUP] GROUP [RS_14] - PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_13] (rows=1 width=93) Output:["_col0","_col1","_col2"],keys:key, c_int, c_float Filter Operator [FIL_31] (rows=2 width=93) @@ -874,7 +871,6 @@ Stage-0 Output:["_col0"] <-Reducer 2 [SORT] SORT [RS_29] - null sort order:z,sort order:+ Select Operator [SEL_27] (rows=1 width=87) Output:["_col0"] Group By Operator [GBY_26] (rows=1 width=8) @@ -889,7 +885,6 @@ Stage-0 default@cbo_t3,s1,Tbl:COMPLETE,Col:COMPLETE,Output:["key"] <-Reducer 5 [SORT] SORT [RS_33] - null sort order:z,sort order:+ Select Operator [SEL_31] (rows=1 width=87) Output:["_col0"] Group By Operator [GBY_30] (rows=1 width=8) @@ -897,7 +892,6 @@ Stage-0 <- Please refer to the previous Map 1 [GROUP] <-Reducer 7 [SORT] SORT [RS_37] - null sort order:z,sort order:+ Select Operator [SEL_35] (rows=1 width=87) Output:["_col0"] Group By Operator [GBY_34] (rows=1 width=8) @@ -939,12 +933,11 @@ Stage-0 Output:["_col0","_col1"] <-Reducer 3 [SORT] SORT [RS_28] - null sort order:z,sort order:+ Group By Operator [GBY_26] (rows=1 width=95) Output:["_col0","_col1"],aggregations:["count(VALUE._col0)"],keys:KEY._col0 <-Reducer 2 [GROUP] GROUP [RS_35] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_34] (rows=1 width=95) Output:["_col0","_col1"],aggregations:["count()"],keys:_col0 Select Operator [SEL_32] (rows=1 width=87) @@ -961,7 +954,7 @@ Stage-0 default@cbo_t3,s1,Tbl:COMPLETE,Col:COMPLETE,Output:["key"] <-Reducer 6 [GROUP] GROUP [RS_40] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_39] (rows=1 width=95) Output:["_col0","_col1"],aggregations:["count()"],keys:_col0 Select Operator [SEL_37] (rows=1 width=87) @@ -971,7 +964,7 @@ Stage-0 <- Please refer to the previous Map 1 [GROUP] <-Reducer 8 [GROUP] GROUP [RS_45] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_44] (rows=1 width=95) Output:["_col0","_col1"],aggregations:["count()"],keys:_col0 Select Operator [SEL_42] (rows=1 width=87) @@ -1007,7 +1000,7 @@ Stage-0 Output:["_col0"],condition map:[{"":"{\"type\":\"Inner\",\"left\":0,\"right\":1}"}],keys:{"0":"_col0","1":"_col0"} <-Map 1 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_6] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_2] (rows=6 width=85) Output:["_col0"] Filter Operator [FIL_11] (rows=6 width=85) @@ -1016,7 +1009,7 @@ Stage-0 default@cbo_t1,cbo_t1,Tbl:COMPLETE,Col:COMPLETE,Output:["key"] <-Map 3 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_7] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_5] (rows=6 width=85) Output:["_col0"] Filter Operator [FIL_12] (rows=6 width=85) @@ -1055,14 +1048,14 @@ Stage-0 Output:["_col1","_col3"],condition map:[{"":"{\"type\":\"Left Outer\",\"left\":0,\"right\":1}"}],keys:{"0":"_col0","1":"_col0"} <-Map 1 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_5] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_1] (rows=20 width=84) Output:["_col0","_col1"] TableScan [TS_0] (rows=20 width=84) default@cbo_t1,cbo_t1,Tbl:COMPLETE,Col:COMPLETE,Output:["key","c_int"] <-Map 3 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_6] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_4] (rows=18 width=84) Output:["_col0","_col1"] Filter Operator [FIL_10] (rows=18 width=84) @@ -1101,14 +1094,14 @@ Stage-0 Output:["_col1","_col3"],condition map:[{"":"{\"type\":\"Outer\",\"left\":0,\"right\":1}"}],keys:{"0":"_col0","1":"_col0"} <-Map 1 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_4] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_1] (rows=20 width=84) Output:["_col0","_col1"] TableScan [TS_0] (rows=20 width=84) default@cbo_t1,cbo_t1,Tbl:COMPLETE,Col:COMPLETE,Output:["key","c_int"] <-Map 3 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_5] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_3] (rows=20 width=84) Output:["_col0","_col1"] TableScan [TS_2] (rows=20 width=84) @@ -1147,7 +1140,7 @@ Stage-0 Output:["_col1","_col2","_col4","_col5","_col6"],condition map:[{"":"{\"type\":\"Inner\",\"left\":0,\"right\":1}"},{"":"{\"type\":\"Inner\",\"left\":0,\"right\":2}"}],keys:{"0":"_col0","1":"_col0","2":"_col0"} <-Map 1 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_9] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_2] (rows=18 width=87) Output:["_col0","_col1","_col2"] Filter Operator [FIL_15] (rows=18 width=87) @@ -1156,7 +1149,7 @@ Stage-0 default@cbo_t1,cbo_t1,Tbl:COMPLETE,Col:COMPLETE,Output:["key","c_int","c_float"] <-Map 3 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_10] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_5] (rows=18 width=84) Output:["_col0","_col1"] Filter Operator [FIL_16] (rows=18 width=84) @@ -1165,7 +1158,7 @@ Stage-0 default@cbo_t3,cbo_t3,Tbl:COMPLETE,Col:COMPLETE,Output:["key","c_int"] <-Map 4 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_11] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_8] (rows=18 width=84) Output:["_col0","_col1"] Filter Operator [FIL_17] (rows=18 width=84) @@ -1206,7 +1199,7 @@ Stage-0 Output:["_col0","_col1","_col3","_col4"],condition map:[{"":"{\"type\":\"Inner\",\"left\":0,\"right\":1}"},{"":"{\"type\":\"Inner\",\"left\":0,\"right\":2}"}],keys:{"0":"_col0","1":"_col0","2":"_col0"} <-Map 1 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_9] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_2] (rows=18 width=84) Output:["_col0","_col1"] Filter Operator [FIL_15] (rows=18 width=84) @@ -1215,7 +1208,7 @@ Stage-0 default@cbo_t1,cbo_t1,Tbl:COMPLETE,Col:COMPLETE,Output:["key","c_int"] <-Map 3 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_10] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_5] (rows=18 width=80) Output:["_col0"] Filter Operator [FIL_16] (rows=18 width=80) @@ -1224,7 +1217,7 @@ Stage-0 default@cbo_t3,cbo_t3,Tbl:COMPLETE,Col:COMPLETE,Output:["key"] <-Map 4 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_11] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_8] (rows=18 width=84) Output:["_col0","_col1"] Filter Operator [FIL_17] (rows=18 width=84) @@ -1267,7 +1260,7 @@ Stage-0 Output:["_col1","_col2","_col3","_col4","_col6","_col7"],condition map:[{"":"{\"type\":\"Inner\",\"left\":0,\"right\":1}"},{"":"{\"type\":\"Inner\",\"left\":0,\"right\":2}"}],keys:{"0":"_col0","1":"_col0","2":"_col0"} <-Map 1 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_9] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_2] (rows=9 width=93) Output:["_col0","_col1","_col2"] Filter Operator [FIL_18] (rows=9 width=93) @@ -1276,7 +1269,7 @@ Stage-0 default@cbo_t1,cbo_t1,Tbl:COMPLETE,Col:COMPLETE,Output:["key","c_int","c_float"] <-Map 3 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_10] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_5] (rows=9 width=89) Output:["_col0","_col1"] Filter Operator [FIL_19] (rows=9 width=93) @@ -1285,7 +1278,7 @@ Stage-0 default@cbo_t2,cbo_t2,Tbl:COMPLETE,Col:COMPLETE,Output:["key","c_int","c_float"] <-Map 4 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_11] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_8] (rows=18 width=88) Output:["_col0","_col1","_col2"] Filter Operator [FIL_20] (rows=18 width=84) @@ -1328,7 +1321,7 @@ Stage-0 Output:["_col1","_col2","_col3","_col4","_col6","_col7"],condition map:[{"":"{\"type\":\"Inner\",\"left\":0,\"right\":1}"},{"":"{\"type\":\"Inner\",\"left\":0,\"right\":2}"}],keys:{"0":"_col0","1":"_col0","2":"_col0"} <-Map 1 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_9] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_2] (rows=9 width=93) Output:["_col0","_col1","_col2"] Filter Operator [FIL_18] (rows=9 width=93) @@ -1337,7 +1330,7 @@ Stage-0 default@cbo_t1,cbo_t1,Tbl:COMPLETE,Col:COMPLETE,Output:["key","c_int","c_float"] <-Map 3 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_10] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_5] (rows=9 width=89) Output:["_col0","_col1"] Filter Operator [FIL_19] (rows=9 width=93) @@ -1346,7 +1339,7 @@ Stage-0 default@cbo_t2,cbo_t2,Tbl:COMPLETE,Col:COMPLETE,Output:["key","c_int","c_float"] <-Map 4 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_11] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_8] (rows=18 width=88) Output:["_col0","_col1","_col2"] Filter Operator [FIL_20] (rows=18 width=84) @@ -1382,14 +1375,13 @@ Stage-0 Output:["_col0","_col1","_col2"] <-Reducer 2 [SORT] SORT [RS_6] - null sort order:z,sort order:+ Select Operator [SEL_5] (rows=10 width=97) Output:["_col0","_col1","_col2"] Group By Operator [GBY_4] (rows=10 width=101) Output:["_col0","_col1","_col2","_col3"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Map 1 [GROUP] GROUP [RS_3] - PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_2] (rows=10 width=101) Output:["_col0","_col1","_col2","_col3"],aggregations:["sum(c_int)"],keys:key, c_int, c_float Select Operator [SEL_1] (rows=20 width=88) @@ -1426,12 +1418,11 @@ Stage-0 Output:["_col0","_col1","_col2"] <-Reducer 3 [SORT] SORT [RS_11] - null sort order:zz,sort order:++ Group By Operator [GBY_9] (rows=5 width=20) Output:["_col0","_col1","_col2"],aggregations:["count(VALUE._col0)"],keys:KEY._col0, KEY._col1 <-Reducer 2 [GROUP] GROUP [RS_8] - PartitionCols:_col0, _col1,null sort order:zz,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_7] (rows=5 width=20) Output:["_col0","_col1","_col2"],aggregations:["count()"],keys:_col1, _col0 Select Operator [SEL_5] (rows=10 width=101) @@ -1440,7 +1431,7 @@ Stage-0 Output:["_col0","_col1","_col2","_col3"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Map 1 [GROUP] GROUP [RS_3] - PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_2] (rows=10 width=101) Output:["_col0","_col1","_col2","_col3"],aggregations:["sum(c_int)"],keys:key, c_int, c_float Select Operator [SEL_1] (rows=20 width=88) @@ -1499,21 +1490,18 @@ Stage-0 Output:["_col0","_col1"] <-Reducer 3 [SORT] SORT [RS_10] - null sort order:z,sort order:+ Limit [LIM_8] (rows=5 width=89) Number of rows:5 Select Operator [SEL_7] (rows=5 width=89) Output:["_col0","_col1"] <-Reducer 2 [SORT] SORT [RS_6] - null sort order:z,sort order:+ Limit [LIM_4] (rows=5 width=89) Number of rows:5 Select Operator [SEL_3] (rows=20 width=84) Output:["_col0","_col1"] <-Map 1 [SORT] SORT [RS_2] - null sort order:z,sort order:+ Select Operator [SEL_1] (rows=20 width=84) Output:["_col0","_col1"] TableScan [TS_0] (rows=20 width=84) @@ -1558,14 +1546,13 @@ Stage-0 Output:["_col0","_col1","_col2"] <-Reducer 5 [SORT] SORT [RS_40] - null sort order:zz,sort order:-+ Select Operator [SEL_39] (rows=1 width=28) Output:["_col0","_col1","_col2","_col3"] Group By Operator [GBY_38] (rows=1 width=20) Output:["_col0","_col1","_col2"],aggregations:["count(VALUE._col0)"],keys:KEY._col0, KEY._col1 <-Reducer 4 [GROUP] GROUP [RS_37] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_36] (rows=1 width=20) Output:["_col0","_col1","_col2"],aggregations:["count()"],keys:_col4, _col7 Select Operator [SEL_35] (rows=2 width=28) @@ -1576,7 +1563,7 @@ Stage-0 Output:["_col1","_col3","_col4","_col5","_col7","_col8"],condition map:[{"":"{\"type\":\"Inner\",\"left\":0,\"right\":1}"},{"":"{\"type\":\"Inner\",\"left\":1,\"right\":2}"}],keys:{"0":"_col0","1":"_col0","2":"_col0"} <-Map 10 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_31] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_28] (rows=18 width=88) Output:["_col0","_col1","_col2"] Filter Operator [FIL_47] (rows=18 width=84) @@ -1585,7 +1572,7 @@ Stage-0 default@cbo_t3,cbo_t3,Tbl:COMPLETE,Col:COMPLETE,Output:["key","c_int"] <-Reducer 3 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_29] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Filter Operator [FIL_11] (rows=2 width=105) predicate:_col0 is not null Limit [LIM_9] (rows=3 width=105) @@ -1594,14 +1581,13 @@ Stage-0 Output:["_col0","_col1"] <-Reducer 2 [SORT] SORT [RS_7] - null sort order:zz,sort order:-+ Select Operator [SEL_6] (rows=3 width=105) Output:["_col0","_col1","_col2","_col3"] Group By Operator [GBY_5] (rows=3 width=101) Output:["_col0","_col1","_col2","_col3"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Map 1 [GROUP] GROUP [RS_4] - PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_3] (rows=3 width=101) Output:["_col0","_col1","_col2","_col3"],aggregations:["sum(c_int)"],keys:key, c_int, c_float Filter Operator [FIL_45] (rows=6 width=93) @@ -1610,7 +1596,7 @@ Stage-0 default@cbo_t2,cbo_t2,Tbl:COMPLETE,Col:COMPLETE,Output:["key","c_int","c_float"] <-Reducer 9 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_30] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_25] (rows=2 width=101) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_24] (rows=2 width=97) @@ -1621,14 +1607,13 @@ Stage-0 Output:["_col0","_col1","_col2"] <-Reducer 8 [SORT] SORT [RS_20] - null sort order:z,sort order:+ Select Operator [SEL_19] (rows=3 width=97) Output:["_col0","_col1","_col2"] Group By Operator [GBY_18] (rows=3 width=101) Output:["_col0","_col1","_col2","_col3"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Map 7 [GROUP] GROUP [RS_17] - PartitionCols:_col0, _col1, _col2,null sort order:zaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_16] (rows=3 width=101) Output:["_col0","_col1","_col2","_col3"],aggregations:["sum(c_int)"],keys:key, c_int, c_float Filter Operator [FIL_46] (rows=6 width=93) @@ -1667,7 +1652,7 @@ Stage-0 Output:["_col1"],condition map:[{"":"{\"type\":\"Left Semi\",\"left\":0,\"right\":1}"}],keys:{"0":"_col0","1":"_col0"} <-Map 1 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_8] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_2] (rows=9 width=93) Output:["_col0","_col1"] Filter Operator [FIL_13] (rows=9 width=93) @@ -1676,7 +1661,7 @@ Stage-0 default@cbo_t1,cbo_t1,Tbl:COMPLETE,Col:COMPLETE,Output:["key","c_int","c_float"] <-Map 3 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_9] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_7] (rows=6 width=85) Output:["_col0"],keys:_col0 Select Operator [SEL_5] (rows=18 width=80) @@ -1719,7 +1704,7 @@ Stage-0 Output:["_col0","_col1","_col2"],condition map:[{"":"{\"type\":\"Left Semi\",\"left\":0,\"right\":1}"},{"":"{\"type\":\"Left Semi\",\"left\":0,\"right\":2}"}],keys:{"0":"_col0","1":"_col0","2":"_col0"} <-Map 1 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_13] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_2] (rows=9 width=93) Output:["_col0","_col1","_col2"] Filter Operator [FIL_19] (rows=9 width=93) @@ -1728,7 +1713,7 @@ Stage-0 default@cbo_t1,cbo_t1,Tbl:COMPLETE,Col:COMPLETE,Output:["key","c_int","c_float"] <-Map 3 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_14] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_10] (rows=4 width=85) Output:["_col0"],keys:_col0 Select Operator [SEL_5] (rows=9 width=85) @@ -1739,7 +1724,7 @@ Stage-0 default@cbo_t2,cbo_t2,Tbl:COMPLETE,Col:COMPLETE,Output:["key","c_int","c_float"] <-Map 4 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_15] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_12] (rows=7 width=85) Output:["_col0"],keys:_col0 Select Operator [SEL_8] (rows=18 width=80) @@ -1784,21 +1769,20 @@ Stage-0 Output:["_col0","_col1","_col2"] <-Reducer 4 [SORT] SORT [RS_32] - null sort order:zz,sort order:++ Select Operator [SEL_31] (rows=1 width=101) Output:["_col0","_col1","_col2"] Group By Operator [GBY_30] (rows=1 width=101) Output:["_col0","_col1","_col2"],aggregations:["count(VALUE._col0)"],keys:KEY._col0, KEY._col1 <-Reducer 3 [GROUP] GROUP [RS_29] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_28] (rows=1 width=101) Output:["_col0","_col1","_col2"],aggregations:["count()"],keys:_col1, _col0 Join Operator [JOIN_26] (rows=1 width=93) Output:["_col0","_col1"],condition map:[{"":"{\"type\":\"Left Semi\",\"left\":0,\"right\":1}"},{"":"{\"type\":\"Left Semi\",\"left\":0,\"right\":2}"}],keys:{"0":"_col0","1":"_col0","2":"_col0"} <-Map 8 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_25] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_22] (rows=3 width=85) Output:["_col0"],keys:_col0 Select Operator [SEL_18] (rows=6 width=85) @@ -1809,7 +1793,7 @@ Stage-0 default@cbo_t3,cbo_t3,Tbl:COMPLETE,Col:COMPLETE,Output:["key"] <-Reducer 2 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_23] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_8] (rows=1 width=93) Output:["_col0","_col1"] Filter Operator [FIL_7] (rows=1 width=101) @@ -1820,7 +1804,7 @@ Stage-0 Output:["_col0","_col1","_col2","_col3"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Map 1 [GROUP] GROUP [RS_4] - PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_3] (rows=1 width=101) Output:["_col0","_col1","_col2","_col3"],aggregations:["sum(c_int)"],keys:key, c_int, c_float Filter Operator [FIL_35] (rows=1 width=93) @@ -1829,7 +1813,7 @@ Stage-0 default@cbo_t1,cbo_t1,Tbl:COMPLETE,Col:COMPLETE,Output:["key","c_int","c_float"] <-Reducer 7 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_24] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_20] (rows=1 width=85) Output:["_col0"],keys:_col0 Select Operator [SEL_15] (rows=1 width=85) @@ -1838,7 +1822,7 @@ Stage-0 Output:["_col0","_col1","_col2"],keys:KEY._col0, KEY._col1, KEY._col2 <-Map 6 [GROUP] GROUP [RS_13] - PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ + PartitionCols:_col0, _col1, _col2 Group By Operator [GBY_12] (rows=1 width=93) Output:["_col0","_col1","_col2"],keys:key, c_int, c_float Filter Operator [FIL_36] (rows=1 width=93) @@ -1992,14 +1976,14 @@ Stage-0 Output:["_col0","_col1","_col2"],condition map:[{"":"{\"type\":\"Left Outer\",\"left\":0,\"right\":1}"}],keys:{"0":"_col1","1":"_col1"} <-Map 1 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_14] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_1] (rows=500 width=178) Output:["_col0","_col1"] TableScan [TS_0] (rows=500 width=178) default@src_cbo,b,Tbl:COMPLETE,Col:COMPLETE,Output:["key","value"] <-Reducer 4 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_15] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_13] (rows=83 width=95) Output:["_col0","_col1"] Group By Operator [GBY_12] (rows=83 width=91) @@ -2010,7 +1994,7 @@ Stage-0 Output:["_col0","_col1"],keys:KEY._col0, KEY._col1 <-Map 3 [GROUP PARTITION-LEVEL SORT] GROUP PARTITION-LEVEL SORT [RS_6] - PartitionCols:_col0,null sort order:aa,sort order:++ + PartitionCols:_col0 Group By Operator [GBY_5] (rows=83 width=178) Output:["_col0","_col1"],keys:value, key Filter Operator [FIL_20] (rows=166 width=178) @@ -2061,12 +2045,12 @@ Stage-0 Output:["_col0","_col1","_col2"],condition map:[{"":"{\"type\":\"Left Outer\",\"left\":0,\"right\":1}"}],keys:{"0":"_col0, _col1","1":"_col1, _col2"} <-Reducer 2 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_13] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_4] (rows=250 width=178) Output:["_col0","_col1"],keys:KEY._col0, KEY._col1 <-Map 1 [GROUP] GROUP [RS_3] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_2] (rows=250 width=178) Output:["_col0","_col1"],keys:key, value Select Operator [SEL_1] (rows=500 width=178) @@ -2075,14 +2059,14 @@ Stage-0 default@src_cbo,b,Tbl:COMPLETE,Col:COMPLETE,Output:["key","value"] <-Reducer 5 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_14] - PartitionCols:_col1, _col2,null sort order:aa,sort order:++ + PartitionCols:_col1, _col2 Select Operator [SEL_12] (rows=83 width=182) Output:["_col0","_col1","_col2"] Group By Operator [GBY_11] (rows=83 width=178) Output:["_col0","_col1"],keys:KEY._col0, KEY._col1 <-Map 4 [GROUP] GROUP [RS_10] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_9] (rows=83 width=178) Output:["_col0","_col1"],keys:key, value Filter Operator [FIL_19] (rows=166 width=178) @@ -2139,7 +2123,7 @@ Stage-0 Output:["_col0","_col1"],condition map:[{"":"{\"type\":\"Left Semi\",\"left\":0,\"right\":1}"}],keys:{"0":"_col0, _col1","1":"_col0, _col1"} <-Map 1 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_8] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Select Operator [SEL_2] (rows=166 width=178) Output:["_col0","_col1"] Filter Operator [FIL_13] (rows=166 width=178) @@ -2148,7 +2132,7 @@ Stage-0 default@src_cbo,b,Tbl:COMPLETE,Col:COMPLETE,Output:["key","value"],properties:{"insideView":"TRUE"} <-Map 3 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_9] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_7] (rows=83 width=178) Output:["_col0","_col1"],keys:_col0, _col1 Select Operator [SEL_5] (rows=166 width=178) @@ -2195,7 +2179,7 @@ Stage-0 Output:["_col0","_col1"],condition map:[{"":"{\"type\":\"Left Semi\",\"left\":0,\"right\":1}"}],keys:{"0":"_col0, _col1","1":"_col0, _col1"} <-Map 1 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_8] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Select Operator [SEL_2] (rows=166 width=178) Output:["_col0","_col1"] Filter Operator [FIL_13] (rows=166 width=178) @@ -2204,7 +2188,7 @@ Stage-0 default@src_cbo,b,Tbl:COMPLETE,Col:COMPLETE,Output:["key","value"] <-Map 3 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_9] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_7] (rows=83 width=178) Output:["_col0","_col1"],keys:_col0, _col1 Select Operator [SEL_5] (rows=166 width=178) @@ -2241,7 +2225,7 @@ Stage-0 Output:["_col0","_col1"],condition map:[{"":"{\"type\":\"Left Semi\",\"left\":0,\"right\":1}"}],keys:{"0":"_col0","1":"_col0"} <-Map 1 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_8] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_2] (rows=166 width=178) Output:["_col0","_col1"] Filter Operator [FIL_13] (rows=166 width=178) @@ -2250,7 +2234,7 @@ Stage-0 default@src_cbo,src_cbo,Tbl:COMPLETE,Col:COMPLETE,Output:["key","value"] <-Map 3 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_9] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_7] (rows=83 width=87) Output:["_col0"],keys:_col0 Select Operator [SEL_5] (rows=166 width=87) @@ -2292,7 +2276,7 @@ Stage-0 Output:["_col0","_col3"],condition map:[{"":"{\"type\":\"Left Semi\",\"left\":0,\"right\":1}"}],keys:{"0":"_col1, _col4","1":"_col0, _col1"} <-Map 5 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_18] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_16] (rows=1 width=8) Output:["_col0","_col1"],keys:_col0, _col1 Select Operator [SEL_14] (rows=2 width=8) @@ -2303,14 +2287,14 @@ Stage-0 default@lineitem,lineitem,Tbl:COMPLETE,Col:COMPLETE,Output:["l_orderkey","l_linenumber","l_shipmode"] <-Reducer 2 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_17] - PartitionCols:_col1, _col4,null sort order:aa,sort order:++ + PartitionCols:_col1, _col4 Select Operator [SEL_11] (rows=14 width=20) Output:["_col0","_col1","_col3","_col4"] Join Operator [JOIN_10] (rows=14 width=16) Output:["_col0","_col1","_col2","_col3"],condition map:[{"":"{\"type\":\"Left Semi\",\"left\":0,\"right\":1}"}],keys:{"0":"_col1","1":"_col0"} <-Map 1 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_8] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_2] (rows=14 width=16) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_22] (rows=14 width=16) @@ -2319,7 +2303,7 @@ Stage-0 default@lineitem,li,Tbl:COMPLETE,Col:COMPLETE,Output:["l_orderkey","l_partkey","l_suppkey","l_linenumber"] <-Map 4 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_9] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_7] (rows=50 width=4) Output:["_col0"],keys:_col0 Select Operator [SEL_5] (rows=100 width=4) @@ -2364,21 +2348,21 @@ Stage-0 Output:["_col0","_col1","_col2"],condition map:[{"":"{\"type\":\"Left Semi\",\"left\":0,\"right\":1}"}],keys:{"0":"_col2","1":"_col0"} <-Reducer 4 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_29] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Filter Operator [FIL_17] (rows=65 width=186) predicate:_col2 is not null Group By Operator [GBY_16] (rows=65 width=186) Output:["_col0","_col1","_col2"],aggregations:["count(VALUE._col0)"],keys:KEY._col0, KEY._col1 <-Reducer 3 [GROUP] GROUP [RS_15] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_14] (rows=65 width=186) Output:["_col0","_col1","_col2"],aggregations:["count()"],keys:_col1, _col2 Join Operator [JOIN_12] (rows=131 width=178) Output:["_col1","_col2"],condition map:[{"":"{\"type\":\"Inner\",\"left\":0,\"right\":1}"}],keys:{"0":"_col0","1":"_col0"} <-Map 6 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_11] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_9] (rows=166 width=178) Output:["_col0","_col1"] Filter Operator [FIL_35] (rows=166 width=178) @@ -2387,12 +2371,12 @@ Stage-0 default@src_cbo,b,Tbl:COMPLETE,Col:COMPLETE,Output:["key","value"] <-Reducer 2 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_10] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_5] (rows=83 width=87) Output:["_col0"],keys:KEY._col0 <-Map 1 [GROUP] GROUP [RS_4] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_3] (rows=83 width=87) Output:["_col0"],keys:key Filter Operator [FIL_34] (rows=166 width=87) @@ -2401,7 +2385,7 @@ Stage-0 default@src_cbo,src_cbo,Tbl:COMPLETE,Col:COMPLETE,Output:["key"] <-Reducer 8 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_30] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_28] (rows=41 width=8) Output:["_col0"],keys:_col0 Select Operator [SEL_26] (rows=83 width=8) @@ -2414,7 +2398,7 @@ Stage-0 Output:["_col0","_col1"],aggregations:["count(VALUE._col0)"],keys:KEY._col0 <-Map 7 [GROUP] GROUP [RS_23] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_22] (rows=83 width=95) Output:["_col0","_col1"],aggregations:["count()"],keys:key Filter Operator [FIL_36] (rows=166 width=87) @@ -2455,14 +2439,14 @@ Stage-0 Output:["_col0","_col1","_col2"],condition map:[{"":"{\"type\":\"Left Semi\",\"left\":0,\"right\":1}"}],keys:{"0":"_col1","1":"_col0"} <-Reducer 2 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_17] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_6] (rows=13 width=227) Output:["_col0","_col1","_col2"] Group By Operator [GBY_5] (rows=13 width=235) Output:["_col0","_col1","_col2","_col3"],aggregations:["sum(VALUE._col0)","count(VALUE._col1)"],keys:KEY._col0, KEY._col1 <-Map 1 [GROUP] GROUP [RS_4] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_3] (rows=13 width=235) Output:["_col0","_col1","_col2","_col3"],aggregations:["sum(p_size)","count(p_size)"],keys:p_name, p_mfgr Filter Operator [FIL_22] (rows=26 width=223) @@ -2471,7 +2455,7 @@ Stage-0 default@part,part,Tbl:COMPLETE,Col:COMPLETE,Output:["p_name","p_mfgr","p_size"] <-Reducer 5 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_18] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_16] (rows=13 width=184) Output:["_col0"],keys:_col0 Select Operator [SEL_11] (rows=26 width=184) @@ -2484,7 +2468,7 @@ Stage-0 Output:["_col1","_col2","_col5"] <-Map 4 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_8] - PartitionCols:p_mfgr,null sort order:az,sort order:++ + PartitionCols:p_mfgr TableScan [TS_7] (rows=26 width=223) default@part,part,Tbl:COMPLETE,Col:COMPLETE,Output:["p_mfgr","p_name","p_size"] @@ -2525,7 +2509,6 @@ Stage-0 Output:["_col0","_col1"] <-Reducer 3 [SORT] SORT [RS_25] - null sort order:z,sort order:+ Select Operator [SEL_24] (rows=631 width=178) Output:["_col0","_col1"] Filter Operator [FIL_23] (rows=631 width=194) @@ -2540,21 +2523,21 @@ Stage-0 Output:["_col0","_col1","_col3"],condition map:[{"":"{\"type\":\"Left Outer\",\"left\":0,\"right\":1}"}],keys:{"0":"_col0","1":"_col0"} <-Map 1 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_16] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_1] (rows=500 width=178) Output:["_col0","_col1"] TableScan [TS_0] (rows=500 width=178) default@src_cbo,src_cbo,Tbl:COMPLETE,Col:COMPLETE,Output:["key","value"] <-Reducer 6 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_17] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_8] (rows=83 width=91) Output:["_col0","_col1"] Group By Operator [GBY_7] (rows=83 width=87) Output:["_col0"],keys:KEY._col0 <-Map 5 [GROUP] GROUP [RS_6] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_5] (rows=83 width=87) Output:["_col0"],keys:key Filter Operator [FIL_28] (rows=166 width=87) @@ -2616,24 +2599,24 @@ Stage-0 Output:["_col0","_col1","_col2","_col4","_col5","_col7"],condition map:[{"":"{\"type\":\"Left Outer\",\"left\":0,\"right\":1}"}],keys:{"0":"_col0, _col1","1":"_col0, _col2"} <-Reducer 2 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_19] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Join Operator [JOIN_18] (rows=36 width=227) Output:["_col0","_col1","_col2","_col4","_col5"],condition map:[{"":"{\"type\":\"Left Outer\",\"left\":0,\"right\":1}"}],keys:{"0":"_col1","1":"_col0"} <-Map 1 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_16] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_1] (rows=26 width=223) Output:["_col0","_col1","_col2"] TableScan [TS_0] (rows=26 width=223) default@part,b,Tbl:COMPLETE,Col:COMPLETE,Output:["p_name","p_mfgr","p_size"] <-Reducer 5 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_17] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_7] (rows=2 width=114) Output:["_col0","_col1","_col2"],aggregations:["count(VALUE._col0)","count(VALUE._col1)"],keys:KEY._col0 <-Map 4 [GROUP] GROUP [RS_6] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_5] (rows=2 width=114) Output:["_col0","_col1","_col2"],aggregations:["count()","count(p_name)"],keys:p_mfgr Select Operator [SEL_4] (rows=5 width=223) @@ -2644,14 +2627,14 @@ Stage-0 default@part,part,Tbl:COMPLETE,Col:COMPLETE,Output:["p_name","p_mfgr","p_size"] <-Reducer 7 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_20] - PartitionCols:_col0, _col2,null sort order:aa,sort order:++ + PartitionCols:_col0, _col2 Select Operator [SEL_15] (rows=2 width=223) Output:["_col0","_col1","_col2"] Group By Operator [GBY_14] (rows=2 width=219) Output:["_col0","_col1"],keys:KEY._col0, KEY._col1 <-Map 6 [GROUP] GROUP [RS_13] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_12] (rows=2 width=219) Output:["_col0","_col1"],keys:p_name, p_mfgr Select Operator [SEL_11] (rows=5 width=223) @@ -2700,7 +2683,6 @@ Stage-0 Output:["_col0","_col1"] <-Reducer 3 [SORT] SORT [RS_32] - null sort order:z,sort order:+ Select Operator [SEL_31] (rows=27 width=125) Output:["_col0","_col1"] Filter Operator [FIL_30] (rows=27 width=141) @@ -2715,14 +2697,14 @@ Stage-0 Output:["_col0","_col1","_col3"],condition map:[{"":"{\"type\":\"Left Outer\",\"left\":0,\"right\":1}"}],keys:{"0":"UDFToDouble(_col1)","1":"_col0"} <-Map 1 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_23] - PartitionCols:UDFToDouble(_col1),null sort order:a,sort order:+ + PartitionCols:UDFToDouble(_col1) Select Operator [SEL_1] (rows=26 width=125) Output:["_col0","_col1"] TableScan [TS_0] (rows=26 width=125) default@part,part,Tbl:COMPLETE,Col:COMPLETE,Output:["p_name","p_size"] <-Reducer 6 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_24] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_10] (rows=1 width=12) Output:["_col0","_col1"] Filter Operator [FIL_9] (rows=1 width=16) @@ -2792,7 +2774,6 @@ Stage-0 Output:["_col0","_col1"] <-Reducer 4 [SORT] SORT [RS_34] - null sort order:z,sort order:+ Select Operator [SEL_33] (rows=7 width=106) Output:["_col0","_col1"] Filter Operator [FIL_32] (rows=7 width=114) @@ -2801,7 +2782,7 @@ Stage-0 Output:["_col0","_col1","_col3","_col4","_col6"],condition map:[{"":"{\"type\":\"Left Outer\",\"left\":0,\"right\":1}"}],keys:{"0":"_col0, _col1","1":"_col0, _col2"} <-Reducer 10 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_30] - PartitionCols:_col0, _col2,null sort order:aa,sort order:++ + PartitionCols:_col0, _col2 Select Operator [SEL_25] (rows=1 width=110) Output:["_col0","_col1","_col2"] Filter Operator [FIL_24] (rows=1 width=114) @@ -2810,7 +2791,7 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["min(VALUE._col0)","max(VALUE._col1)"],keys:KEY._col0 <-Map 9 [GROUP] GROUP [RS_22] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_21] (rows=5 width=114) Output:["_col0","_col1","_col2"],aggregations:["min(p_retailprice)","max(p_retailprice)"],keys:p_mfgr Filter Operator [FIL_37] (rows=26 width=106) @@ -2819,17 +2800,17 @@ Stage-0 default@part,part,Tbl:COMPLETE,Col:COMPLETE,Output:["p_mfgr","p_retailprice"] <-Reducer 3 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_29] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Join Operator [JOIN_28] (rows=6 width=111) Output:["_col0","_col1","_col3","_col4"],condition map:[{"":"{\"type\":\"Left Outer\",\"left\":0,\"right\":1}"}],keys:{"0":"_col1","1":"_col0"} <-Reducer 2 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_26] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Group By Operator [GBY_4] (rows=5 width=106) Output:["_col0","_col1"],aggregations:["min(VALUE._col0)"],keys:KEY._col0 <-Map 1 [GROUP] GROUP [RS_3] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_2] (rows=5 width=106) Output:["_col0","_col1"],aggregations:["min(p_retailprice)"],keys:p_mfgr Select Operator [SEL_1] (rows=26 width=106) @@ -2838,12 +2819,12 @@ Stage-0 default@part,b,Tbl:COMPLETE,Col:COMPLETE,Output:["p_mfgr","p_retailprice"] <-Reducer 8 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_27] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_16] (rows=1 width=24) Output:["_col0","_col1","_col2"],aggregations:["count(VALUE._col0)","count(VALUE._col1)"],keys:KEY._col0 <-Reducer 7 [GROUP] GROUP [RS_15] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_14] (rows=1 width=24) Output:["_col0","_col1","_col2"],aggregations:["count()","count(_col0)"],keys:_col1 Select Operator [SEL_12] (rows=1 width=114) @@ -2854,7 +2835,7 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["min(VALUE._col0)","max(VALUE._col1)"],keys:KEY._col0 <-Map 6 [GROUP] GROUP [RS_9] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_8] (rows=5 width=114) Output:["_col0","_col1","_col2"],aggregations:["min(p_retailprice)","max(p_retailprice)"],keys:p_mfgr Select Operator [SEL_7] (rows=26 width=106) @@ -2891,7 +2872,7 @@ Stage-0 Output:["_col2","_col3"] <-Map 1 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_1] - PartitionCols:0,null sort order:a,sort order:+ + PartitionCols:0 TableScan [TS_0] (rows=20 width=7) default@cbo_t1,cbo_t1,Tbl:COMPLETE,Col:COMPLETE,Output:["c_float","c_int"] @@ -2924,7 +2905,7 @@ Stage-0 Output:["_col2","_col3"] <-Map 1 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_1] - PartitionCols:0,null sort order:a,sort order:+ + PartitionCols:0 TableScan [TS_0] (rows=20 width=7) default@cbo_t1,cbo_t1,Tbl:COMPLETE,Col:COMPLETE,Output:["c_float","c_int"] @@ -2957,7 +2938,7 @@ Stage-0 Output:["_col0","_col1","_col2","_col3"] <-Map 1 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_1] - PartitionCols:key,null sort order:az,sort order:++ + PartitionCols:key TableScan [TS_0] (rows=20 width=169) default@cbo_t1,cbo_t1,Tbl:COMPLETE,Col:COMPLETE,Output:["c_float","c_int","key","value"] @@ -2988,7 +2969,7 @@ Stage-0 Output:["_col0","_col1"] <-Map 1 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_1] - PartitionCols:key,null sort order:az,sort order:++ + PartitionCols:key TableScan [TS_0] (rows=25 width=175) default@src1,src1,Tbl:COMPLETE,Col:COMPLETE,Output:["key","value"] @@ -3035,14 +3016,14 @@ Stage-0 Output:["_col0","_col1"],aggregations:["count(VALUE._col0)"],keys:KEY._col0 <-Reducer 2 [GROUP] GROUP [RS_11] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_10] (rows=16 width=94) Output:["_col0","_col1"],aggregations:["count()"],keys:_col0 Join Operator [JOIN_8] (rows=39 width=86) Output:["_col0"],condition map:[{"":"{\"type\":\"Inner\",\"left\":0,\"right\":1}"}],keys:{"0":"_col0","1":"_col0"} <-Map 1 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_6] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_2] (rows=25 width=86) Output:["_col0"] Filter Operator [FIL_20] (rows=25 width=86) @@ -3051,7 +3032,7 @@ Stage-0 default@src1,x,Tbl:COMPLETE,Col:COMPLETE,Output:["key"] <-Map 5 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_7] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_5] (rows=500 width=87) Output:["_col0"] Filter Operator [FIL_21] (rows=500 width=87) @@ -3102,14 +3083,14 @@ Stage-0 Output:["_col0","_col1"],aggregations:["count(VALUE._col0)"],keys:KEY._col0 <-Reducer 2 [GROUP] GROUP [RS_11] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_10] (rows=16 width=94) Output:["_col0","_col1"],aggregations:["count()"],keys:_col0 Join Operator [JOIN_8] (rows=39 width=86) Output:["_col0"],condition map:[{"":"{\"type\":\"Inner\",\"left\":0,\"right\":1}"}],keys:{"0":"_col0","1":"_col0"} <-Map 1 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_6] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_2] (rows=25 width=86) Output:["_col0"] Filter Operator [FIL_20] (rows=25 width=86) @@ -3118,7 +3099,7 @@ Stage-0 default@src1,x,Tbl:COMPLETE,Col:COMPLETE,Output:["key"] <-Map 5 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_7] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_5] (rows=500 width=87) Output:["_col0"] Filter Operator [FIL_21] (rows=500 width=87) @@ -3168,7 +3149,7 @@ Stage-0 Output:["_col0","_col1"],aggregations:["count(VALUE._col0)"],keys:KEY._col0 <-Map 2 [GROUP] GROUP [RS_11] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_10] (rows=16 width=94) Output:["_col0","_col1"],aggregations:["count()"],keys:_col0 Map Join Operator [MAPJOIN_22] (rows=39 width=86) @@ -3235,14 +3216,14 @@ Stage-0 Output:["_col0","_col1"],aggregations:["count(VALUE._col0)"],keys:KEY._col0 <-Reducer 2 [GROUP] GROUP [RS_13] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_12] (rows=12 width=94) Output:["_col0","_col1"],aggregations:["count()"],keys:_col0 Join Operator [JOIN_10] (rows=25 width=86) Output:["_col0"],condition map:[{"":"{\"type\":\"Left Semi\",\"left\":0,\"right\":1}"}],keys:{"0":"_col0","1":"_col0"} <-Map 1 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_8] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_2] (rows=25 width=86) Output:["_col0"] Filter Operator [FIL_22] (rows=25 width=86) @@ -3251,7 +3232,7 @@ Stage-0 default@src1,x,Tbl:COMPLETE,Col:COMPLETE,Output:["key"] <-Map 5 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_9] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_7] (rows=250 width=87) Output:["_col0"],keys:_col0 Select Operator [SEL_5] (rows=500 width=87) @@ -3311,7 +3292,7 @@ Stage-0 Output:["_col0","_col1","_col2","_col3"],aggregations:["count(DISTINCT KEY._col1:0._col0)","count(DISTINCT KEY._col1:1._col0)","sum(VALUE._col2)"],keys:KEY._col0 <-Map 1 [GROUP PARTITION-LEVEL SORT] GROUP PARTITION-LEVEL SORT [RS_3] - PartitionCols:_col0,null sort order:aaa,sort order:+++ + PartitionCols:_col0 Group By Operator [GBY_2] (rows=1 width=16) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],aggregations:["count(DISTINCT b)","count(DISTINCT c)","sum(d)"],keys:a, b, c Select Operator [SEL_1] (rows=1 width=16) @@ -3342,7 +3323,7 @@ Stage-0 Output:["_col0","_col1","_col2","_col3"],aggregations:["count(DISTINCT KEY._col1:0._col0)","count(DISTINCT KEY._col1:1._col0)","sum(VALUE._col0)"],keys:KEY._col0 <-Map 1 [GROUP PARTITION-LEVEL SORT] GROUP PARTITION-LEVEL SORT [RS_2] - PartitionCols:a,null sort order:aaa,sort order:+++ + PartitionCols:a Select Operator [SEL_1] (rows=1 width=16) Output:["a","b","c","d"] TableScan [TS_0] (rows=1 width=16) @@ -3658,14 +3639,12 @@ Stage-2 Output:["_col0","_col1"] <-Reducer 2 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_5] - null sort order:zz,sort order:++ Limit [LIM_4] (rows=10 width=178) Number of rows:10 Select Operator [SEL_3] (rows=500 width=178) Output:["_col0","_col1"] <-Map 1 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_2] - null sort order:zz,sort order:++ Select Operator [SEL_1] (rows=500 width=178) Output:["_col0","_col1"] TableScan [TS_0] (rows=500 width=178) @@ -3715,14 +3694,12 @@ Stage-2 Output:["_col0","_col1"] <-Reducer 2 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_5] - null sort order:zz,sort order:++ Limit [LIM_4] (rows=10 width=192) Number of rows:10 Select Operator [SEL_3] (rows=500 width=192) Output:["_col0","_col1"] <-Map 1 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_2] - null sort order:zz,sort order:++ Select Operator [SEL_1] (rows=500 width=192) Output:["_col0","_col1"] TableScan [TS_0] (rows=500 width=178) @@ -3804,7 +3781,6 @@ Stage-0 Output:["_col0","_col1","_col2","_col3"] <-Reducer 2 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_10] - null sort order:zzzz,sort order:++++ Join Operator [JOIN_8] (rows=27556 width=356) Output:["_col0","_col1","_col2","_col3"],condition map:[{"":"{\"type\":\"Inner\",\"left\":0,\"right\":1}"}],keys:{} <-Map 1 [PARTITION-LEVEL SORT] @@ -3865,12 +3841,12 @@ Stage-0 Output:["_col0","_col1","_col5","_col6"],condition map:[{"":"{\"type\":\"Inner\",\"left\":0,\"right\":1}"}],keys:{"0":"key","1":"value"} <-Map 1 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_2] - PartitionCols:key,null sort order:a,sort order:+ + PartitionCols:key TableScan [TS_0] (rows=1 width=8) default@myinput1_n6,a,Tbl:COMPLETE,Col:NONE,Output:["key","value"] <-Map 3 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_3] - PartitionCols:value,null sort order:a,sort order:+ + PartitionCols:value TableScan [TS_1] (rows=1 width=8) default@myinput1_n6,b,Tbl:COMPLETE,Col:NONE,Output:["key","value"] @@ -3899,21 +3875,21 @@ Stage-0 Output:["_col0","_col1","_col5","_col6","_col10","_col11"],condition map:[{"":"{\"type\":\"Inner\",\"left\":0,\"right\":1}"},{"":"{\"type\":\"Inner\",\"left\":0,\"right\":2}"}],keys:{"0":"key","1":"value","2":"key"} <-Map 1 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_4] - PartitionCols:key,null sort order:a,sort order:+ + PartitionCols:key Filter Operator [FIL_12] (rows=1 width=8) predicate:key is not null TableScan [TS_0] (rows=1 width=8) default@myinput1_n6,a,Tbl:COMPLETE,Col:NONE,Output:["key","value"] <-Map 3 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_6] - PartitionCols:value,null sort order:a,sort order:+ + PartitionCols:value Filter Operator [FIL_13] (rows=1 width=8) predicate:value is not null TableScan [TS_1] (rows=1 width=8) default@myinput1_n6,b,Tbl:COMPLETE,Col:NONE,Output:["key","value"] <-Map 4 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_8] - PartitionCols:key,null sort order:a,sort order:+ + PartitionCols:key Filter Operator [FIL_14] (rows=1 width=8) predicate:key is not null TableScan [TS_2] (rows=1 width=8) @@ -3944,17 +3920,17 @@ Stage-0 Output:["_col0","_col1","_col5","_col6","_col10","_col11"],condition map:[{"":"{\"type\":\"Inner\",\"left\":0,\"right\":1}"},{"":"{\"type\":\"Inner\",\"left\":0,\"right\":2}"}],keys:{"0":"key","1":"value","2":"key"} <-Map 1 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_3] - PartitionCols:key,null sort order:a,sort order:+ + PartitionCols:key TableScan [TS_0] (rows=1 width=8) default@myinput1_n6,a,Tbl:COMPLETE,Col:NONE,Output:["key","value"] <-Map 3 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_4] - PartitionCols:value,null sort order:a,sort order:+ + PartitionCols:value TableScan [TS_1] (rows=1 width=8) default@myinput1_n6,b,Tbl:COMPLETE,Col:NONE,Output:["key","value"] <-Map 4 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_5] - PartitionCols:key,null sort order:a,sort order:+ + PartitionCols:key TableScan [TS_2] (rows=1 width=8) default@myinput1_n6,c,Tbl:COMPLETE,Col:NONE,Output:["key","value"] @@ -3983,21 +3959,21 @@ Stage-0 Output:["_col0","_col1","_col5","_col6","_col10","_col11"],condition map:[{"":"{\"type\":\"Inner\",\"left\":0,\"right\":1}"},{"":"{\"type\":\"Inner\",\"left\":0,\"right\":2}"}],keys:{"0":"key, value","1":"value, key","2":"key, value"} <-Map 1 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_4] - PartitionCols:key, value,null sort order:aa,sort order:++ + PartitionCols:key, value Filter Operator [FIL_12] (rows=1 width=8) predicate:value is not null TableScan [TS_0] (rows=1 width=8) default@myinput1_n6,a,Tbl:COMPLETE,Col:NONE,Output:["key","value"] <-Map 3 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_6] - PartitionCols:value, key,null sort order:aa,sort order:++ + PartitionCols:value, key Filter Operator [FIL_13] (rows=1 width=8) predicate:key is not null TableScan [TS_1] (rows=1 width=8) default@myinput1_n6,b,Tbl:COMPLETE,Col:NONE,Output:["key","value"] <-Map 4 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_8] - PartitionCols:key, value,null sort order:aa,sort order:++ + PartitionCols:key, value Filter Operator [FIL_14] (rows=1 width=8) predicate:value is not null TableScan [TS_2] (rows=1 width=8) @@ -4028,17 +4004,17 @@ Stage-0 Output:["_col0","_col1","_col5","_col6","_col10","_col11"],condition map:[{"":"{\"type\":\"Inner\",\"left\":0,\"right\":1}"},{"":"{\"type\":\"Inner\",\"left\":0,\"right\":2}"}],keys:{"0":"key, value","1":"value, key","2":"key, value"} <-Map 1 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_3] - PartitionCols:key, value,null sort order:aa,sort order:++ + PartitionCols:key, value TableScan [TS_0] (rows=1 width=8) default@myinput1_n6,a,Tbl:COMPLETE,Col:NONE,Output:["key","value"] <-Map 3 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_4] - PartitionCols:value, key,null sort order:aa,sort order:++ + PartitionCols:value, key TableScan [TS_1] (rows=1 width=8) default@myinput1_n6,b,Tbl:COMPLETE,Col:NONE,Output:["key","value"] <-Map 4 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_5] - PartitionCols:key, value,null sort order:aa,sort order:++ + PartitionCols:key, value TableScan [TS_2] (rows=1 width=8) default@myinput1_n6,c,Tbl:COMPLETE,Col:NONE,Output:["key","value"] @@ -4067,12 +4043,12 @@ Stage-0 Output:["_col0","_col1","_col5","_col6"],condition map:[{"":"{\"type\":\"Left Outer\",\"left\":0,\"right\":1}"}],keys:{"0":"key","1":"value"} <-Map 1 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_2] - PartitionCols:key,null sort order:a,sort order:+ + PartitionCols:key TableScan [TS_0] (rows=1 width=8) default@myinput1_n6,a,Tbl:COMPLETE,Col:NONE,Output:["key","value"] <-Map 3 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_3] - PartitionCols:value,null sort order:a,sort order:+ + PartitionCols:value TableScan [TS_1] (rows=1 width=8) default@myinput1_n6,b,Tbl:COMPLETE,Col:NONE,Output:["key","value"] @@ -4101,12 +4077,12 @@ Stage-0 Output:["_col0","_col1","_col5","_col6"],condition map:[{"":"{\"type\":\"Right Outer\",\"left\":0,\"right\":1}"}],keys:{"0":"key","1":"value"} <-Map 1 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_2] - PartitionCols:key,null sort order:a,sort order:+ + PartitionCols:key TableScan [TS_0] (rows=1 width=8) default@myinput1_n6,a,Tbl:COMPLETE,Col:NONE,Output:["key","value"] <-Map 3 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_3] - PartitionCols:value,null sort order:a,sort order:+ + PartitionCols:value TableScan [TS_1] (rows=1 width=8) default@myinput1_n6,b,Tbl:COMPLETE,Col:NONE,Output:["key","value"] @@ -4135,12 +4111,12 @@ Stage-0 Output:["_col0","_col1","_col5","_col6"],condition map:[{"":"{\"type\":\"Outer\",\"left\":0,\"right\":1}"}],keys:{"0":"key","1":"value"} <-Map 1 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_2] - PartitionCols:key,null sort order:a,sort order:+ + PartitionCols:key TableScan [TS_0] (rows=1 width=8) default@myinput1_n6,a,Tbl:COMPLETE,Col:NONE,Output:["key","value"] <-Map 3 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_3] - PartitionCols:value,null sort order:a,sort order:+ + PartitionCols:value TableScan [TS_1] (rows=1 width=8) default@myinput1_n6,b,Tbl:COMPLETE,Col:NONE,Output:["key","value"] @@ -4447,7 +4423,7 @@ Stage-0 Output:["_col0","_col1"],condition map:[{"":"{\"type\":\"Left Semi\",\"left\":0,\"right\":1}"}],keys:{"0":"_col1","1":"_col0"} <-Map 1 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_8] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_2] (rows=1 width=188) Output:["_col0","_col1"] Filter Operator [FIL_13] (rows=1 width=188) @@ -4456,7 +4432,7 @@ Stage-0 default@sales,sales,Tbl:COMPLETE,Col:NONE,Output:["name","id"] <-Map 3 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_9] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_7] (rows=1 width=4) Output:["_col0"],keys:_col0 Select Operator [SEL_5] (rows=1 width=4) @@ -4648,14 +4624,14 @@ Stage-0 Output:["_col1","_col2","_col5","_col7"] <-Reducer 2 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_4] - PartitionCols:_col2,null sort order:az,sort order:++ + PartitionCols:_col2 PTF Operator [PTF_3] (rows=26 width=499) Function definitions:[{},{"Partition table definition":{"name:":"noop","order by:":"_col1 ASC NULLS LAST","partition by:":"_col2"}}] Select Operator [SEL_2] (rows=26 width=499) Output:["_col1","_col2","_col5","_col7"] <-Map 1 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_1] - PartitionCols:p_mfgr,null sort order:az,sort order:++ + PartitionCols:p_mfgr TableScan [TS_0] (rows=26 width=231) default@part,part,Tbl:COMPLETE,Col:COMPLETE,Output:["p_mfgr","p_name","p_retailprice","p_size"] @@ -4697,14 +4673,14 @@ Stage-0 Output:["_col1","_col2","_col5"] <-Reducer 2 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_11] - PartitionCols:_col2,null sort order:az,sort order:++ + PartitionCols:_col2 PTF Operator [PTF_10] (rows=27 width=223) Function definitions:[{},{"Partition table definition":{"name:":"noop","order by:":"_col1 ASC NULLS LAST","partition by:":"_col2"}}] Select Operator [SEL_9] (rows=27 width=223) Output:["_col1","_col2","_col5"] <-Map 1 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_8] - PartitionCols:_col2,null sort order:az,sort order:++ + PartitionCols:_col2 Map Join Operator [MAPJOIN_19] (rows=27 width=223) Conds:FIL_17.p_partkey=FIL_17.p_partkey(Inner),Output:["_col1","_col2","_col5"] <-Filter Operator [FIL_17] (rows=26 width=227) @@ -4766,14 +4742,14 @@ Stage-0 Output:["_col1","_col2","_col5","_col7"] <-Reducer 2 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_4] - PartitionCols:_col2,null sort order:az,sort order:++ + PartitionCols:_col2 PTF Operator [PTF_3] (rows=26 width=499) Function definitions:[{},{"Partition table definition":{"name:":"noop","order by:":"_col1 ASC NULLS LAST","partition by:":"_col2"}}] Select Operator [SEL_2] (rows=26 width=499) Output:["_col1","_col2","_col5","_col7"] <-Map 1 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_1] - PartitionCols:p_mfgr,null sort order:az,sort order:++ + PartitionCols:p_mfgr TableScan [TS_0] (rows=26 width=231) default@part,part,Tbl:COMPLETE,Col:COMPLETE,Output:["p_mfgr","p_name","p_retailprice","p_size"] @@ -4821,14 +4797,14 @@ Stage-0 Output:["_col1","_col2","_col5"] <-Reducer 2 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_4] - PartitionCols:_col2,null sort order:az,sort order:++ + PartitionCols:_col2 PTF Operator [PTF_3] (rows=26 width=491) Function definitions:[{},{"Partition table definition":{"name:":"noop","order by:":"_col1 ASC NULLS LAST","partition by:":"_col2"}}] Select Operator [SEL_2] (rows=26 width=491) Output:["_col1","_col2","_col5"] <-Map 1 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_1] - PartitionCols:p_mfgr,null sort order:az,sort order:++ + PartitionCols:p_mfgr TableScan [TS_0] (rows=26 width=223) default@part,part,Tbl:COMPLETE,Col:COMPLETE,Output:["p_mfgr","p_name","p_size"] @@ -4879,12 +4855,12 @@ Stage-0 Output:["_col0","_col1","_col2"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 3 [GROUP PARTITION-LEVEL SORT] GROUP PARTITION-LEVEL SORT [RS_7] - PartitionCols:_col0,null sort order:aza,sort order:+++ + PartitionCols:_col0 Group By Operator [GBY_6] (rows=26 width=223) Output:["_col0","_col1","_col2"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 2 [GROUP PARTITION-LEVEL SORT] GROUP PARTITION-LEVEL SORT [RS_5] - PartitionCols:rand(),null sort order:aaa,sort order:+++ + PartitionCols:rand() Select Operator [SEL_4] (rows=26 width=491) Output:["_col1","_col2","_col5"] PTF Operator [PTF_3] (rows=26 width=491) @@ -4893,7 +4869,7 @@ Stage-0 Output:["_col1","_col2","_col5"] <-Map 1 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_1] - PartitionCols:p_mfgr,null sort order:az,sort order:++ + PartitionCols:p_mfgr TableScan [TS_0] (rows=26 width=223) default@part,part,Tbl:COMPLETE,Col:COMPLETE,Output:["p_mfgr","p_name","p_size"] @@ -4928,7 +4904,7 @@ Stage-0 Map Reduce Local Work <-Map 1 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_2] - PartitionCols:p_mfgr,null sort order:az,sort order:++ + PartitionCols:p_mfgr TableScan [TS_0] (rows=26 width=619) default@part,part,Tbl:COMPLETE,Col:COMPLETE,Output:["p_brand","p_comment","p_container","p_mfgr","p_name","p_partkey","p_retailprice","p_size","p_type"] File Output Operator [FS_11] @@ -4989,14 +4965,14 @@ Stage-0 Output:["_col1","_col2","_col5"] <-Reducer 2 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_5] - PartitionCols:_col2,null sort order:azz,sort order:++- + PartitionCols:_col2 PTF Operator [PTF_4] (rows=26 width=491) Function definitions:[{},{"Partition table definition":{"name:":"noopwithmap","order by:":"_col1 ASC NULLS LAST, _col5 DESC NULLS LAST","partition by:":"_col2"}}] Select Operator [SEL_3] (rows=26 width=491) Output:["_col1","_col2","_col5"] <-Map 1 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_2] - PartitionCols:p_mfgr,null sort order:azz,sort order:++- + PartitionCols:p_mfgr PTF Operator [PTF_1] (rows=26 width=223) Function definitions:[{},{"Partition table definition":{"name:":"noopwithmap","order by:":"p_name ASC NULLS LAST, p_size DESC NULLS LAST","partition by:":"p_mfgr"}}] TableScan [TS_0] (rows=26 width=223) @@ -5044,14 +5020,14 @@ Stage-0 Output:["_col1","_col2","_col5","_col7"] <-Reducer 2 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_5] - PartitionCols:_col2,null sort order:az,sort order:++ + PartitionCols:_col2 PTF Operator [PTF_4] (rows=26 width=499) Function definitions:[{},{"Partition table definition":{"name:":"noopwithmap","order by:":"_col1 ASC NULLS LAST","partition by:":"_col2"}}] Select Operator [SEL_3] (rows=26 width=499) Output:["_col1","_col2","_col5","_col7"] <-Map 1 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_2] - PartitionCols:p_mfgr,null sort order:az,sort order:++ + PartitionCols:p_mfgr PTF Operator [PTF_1] (rows=26 width=231) Function definitions:[{},{"Partition table definition":{"name:":"noopwithmap","order by:":"p_name ASC NULLS LAST","partition by:":"p_mfgr"}}] TableScan [TS_0] (rows=26 width=231) @@ -5099,14 +5075,14 @@ Stage-0 Output:["_col1","_col2","_col5","_col7"] <-Reducer 2 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_4] - PartitionCols:_col2,null sort order:az,sort order:++ + PartitionCols:_col2 PTF Operator [PTF_3] (rows=26 width=499) Function definitions:[{},{"Partition table definition":{"name:":"noop","order by:":"_col1 ASC NULLS LAST","partition by:":"_col2"}}] Select Operator [SEL_2] (rows=26 width=499) Output:["_col1","_col2","_col5","_col7"] <-Map 1 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_1] - PartitionCols:p_mfgr,null sort order:az,sort order:++ + PartitionCols:p_mfgr TableScan [TS_0] (rows=26 width=231) default@part,part,Tbl:COMPLETE,Col:COMPLETE,Output:["p_mfgr","p_name","p_retailprice","p_size"] @@ -5155,14 +5131,14 @@ Stage-0 Output:["_col1","_col2","_col5","_col7"] <-Reducer 3 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_8] - PartitionCols:_col2,null sort order:az,sort order:++ + PartitionCols:_col2 PTF Operator [PTF_7] (rows=26 width=499) Function definitions:[{},{"Partition table definition":{"name:":"noopwithmap","order by:":"_col2 DESC NULLS LAST, _col1 ASC NULLS LAST","partition by:":"_col2"}},{"Partition table definition":{"name:":"noop","order by:":"_col2 DESC NULLS LAST, _col1 ASC NULLS LAST","partition by:":"_col2"}}] Select Operator [SEL_6] (rows=26 width=499) Output:["_col1","_col2","_col5","_col7"] <-Reducer 2 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_5] - PartitionCols:_col2,null sort order:zz,sort order:-+ + PartitionCols:_col2 PTF Operator [PTF_4] (rows=26 width=499) Function definitions:[{},{"Partition table definition":{"name:":"noopwithmap","order by:":"_col2 DESC NULLS LAST, _col1 ASC NULLS LAST","partition by:":"_col2"}},{"Partition table definition":{"name:":"noop","order by:":"_col2 DESC NULLS LAST, _col1 ASC NULLS LAST","partition by:":"_col2"}}] PTF Operator [PTF_3] (rows=26 width=499) @@ -5171,7 +5147,7 @@ Stage-0 Output:["_col1","_col2","_col5","_col7"] <-Map 1 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_1] - PartitionCols:p_mfgr,null sort order:zz,sort order:-+ + PartitionCols:p_mfgr TableScan [TS_0] (rows=26 width=231) default@part,part,Tbl:COMPLETE,Col:COMPLETE,Output:["p_mfgr","p_name","p_retailprice","p_size"] @@ -5225,14 +5201,14 @@ Stage-0 Output:["_col1","_col2","_col5","_col7"] <-Reducer 2 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_4] - PartitionCols:_col2,null sort order:az,sort order:++ + PartitionCols:_col2 PTF Operator [PTF_3] (rows=26 width=499) Function definitions:[{},{"Partition table definition":{"name:":"noop","order by:":"_col1 ASC NULLS LAST","partition by:":"_col2"}}] Select Operator [SEL_2] (rows=26 width=499) Output:["_col1","_col2","_col5","_col7"] <-Map 1 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_1] - PartitionCols:p_mfgr,null sort order:az,sort order:++ + PartitionCols:p_mfgr TableScan [TS_0] (rows=26 width=231) default@part,part,Tbl:COMPLETE,Col:COMPLETE,Output:["p_mfgr","p_name","p_retailprice","p_size"] @@ -5286,11 +5262,11 @@ Stage-0 Map Reduce Local Work <-Map 1 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_2] - PartitionCols:p_mfgr,null sort order:az,sort order:++ + PartitionCols:p_mfgr TableScan [TS_0] (rows=26 width=235) default@part,part,Tbl:COMPLETE,Col:COMPLETE,Output:["p_mfgr","p_name","p_partkey","p_retailprice","p_size"] PARTITION-LEVEL SORT [RS_10] - PartitionCols:_col2,null sort order:az,sort order:++ + PartitionCols:_col2 Map Join Operator [MAPJOIN_18] (rows=27 width=231) Conds:FIL_16._col0=FIL_16.p_partkey(Inner),Output:["_col1","_col2","_col5","_col7"] <-Filter Operator [FIL_16] (rows=26 width=503) @@ -5441,14 +5417,14 @@ Stage-3 Output:["_col1","_col2","_col5","_col7"] <-Reducer 6 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_24] - PartitionCols:_col2,null sort order:az,sort order:++ + PartitionCols:_col2 PTF Operator [PTF_22] (rows=26 width=499) Function definitions:[{},{"Partition table definition":{"name:":"noop","order by:":"_col1 ASC NULLS LAST","partition by:":"_col2"}}] Select Operator [SEL_21] (rows=26 width=499) Output:["_col1","_col2","_col5","_col7"] <-Map 1 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_1] - PartitionCols:p_mfgr,null sort order:az,sort order:++ + PartitionCols:p_mfgr TableScan [TS_0] (rows=26 width=231) default@part,part,Tbl:COMPLETE,Col:COMPLETE,Output:["p_mfgr","p_name","p_retailprice","p_size"] Reducer 5 @@ -5462,7 +5438,7 @@ Stage-3 Output:["_col0","_col2","_col3","_col6"] <-Reducer 4 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_14] - PartitionCols:_col2,null sort order:zz,sort order:++ + PartitionCols:_col2 Select Operator [SEL_13] (rows=26 width=491) Output:["sum_window_0","_col1","_col2","_col5"] PTF Operator [PTF_12] (rows=26 width=491) @@ -5471,7 +5447,7 @@ Stage-3 Output:["_col1","_col2","_col5"] <-Reducer 7 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_27] - PartitionCols:_col2,null sort order:az,sort order:++ + PartitionCols:_col2 PTF Operator [PTF_26] (rows=26 width=499) Function definitions:[{},{"Partition table definition":{"name:":"noop","order by:":"_col1 ASC NULLS LAST","partition by:":"_col2"}}] Select Operator [SEL_25] (rows=26 width=499) @@ -5543,14 +5519,14 @@ Stage-0 Output:["_col1","_col2","_col5"] <-Reducer 3 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_8] - PartitionCols:_col2, _col1,null sort order:aa,sort order:++ + PartitionCols:_col2, _col1 PTF Operator [PTF_7] (rows=26 width=491) Function definitions:[{},{"Partition table definition":{"name:":"noopwithmap","order by:":"_col2 ASC NULLS LAST, _col1 ASC NULLS LAST","partition by:":"_col2, _col1"}},{"Partition table definition":{"name:":"noop","order by:":"_col2 ASC NULLS LAST, _col1 ASC NULLS LAST","partition by:":"_col2, _col1"}}] Select Operator [SEL_6] (rows=26 width=491) Output:["_col1","_col2","_col5"] <-Reducer 2 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_5] - PartitionCols:_col2, _col1,null sort order:zz,sort order:++ + PartitionCols:_col2, _col1 PTF Operator [PTF_4] (rows=26 width=491) Function definitions:[{},{"Partition table definition":{"name:":"noopwithmap","order by:":"_col2 ASC NULLS LAST, _col1 ASC NULLS LAST","partition by:":"_col2, _col1"}},{"Partition table definition":{"name:":"noop","order by:":"_col2 ASC NULLS LAST, _col1 ASC NULLS LAST","partition by:":"_col2, _col1"}}] PTF Operator [PTF_3] (rows=26 width=491) @@ -5559,7 +5535,7 @@ Stage-0 Output:["_col1","_col2","_col5"] <-Map 1 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_1] - PartitionCols:p_mfgr,null sort order:z,sort order:+ + PartitionCols:p_mfgr TableScan [TS_0] (rows=26 width=223) default@part,part,Tbl:COMPLETE,Col:COMPLETE,Output:["p_mfgr","p_name","p_size"] @@ -5623,28 +5599,28 @@ Stage-0 Output:["_col1","_col2","_col5"] <-Reducer 4 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_10] - PartitionCols:_col2,null sort order:az,sort order:++ + PartitionCols:_col2 PTF Operator [PTF_9] (rows=26 width=491) Function definitions:[{},{"Partition table definition":{"name:":"noop","order by:":"_col2 ASC NULLS LAST","partition by:":"_col2"}}] Select Operator [SEL_8] (rows=26 width=491) Output:["_col1","_col2","_col5"] <-Reducer 3 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_7] - PartitionCols:_col2,null sort order:z,sort order:+ + PartitionCols:_col2 PTF Operator [PTF_6] (rows=26 width=491) Function definitions:[{},{"Partition table definition":{"name:":"noop","order by:":"_col2 ASC NULLS LAST, _col1 ASC NULLS LAST","partition by:":"_col2, _col1"}}] Select Operator [SEL_5] (rows=26 width=491) Output:["_col1","_col2","_col5"] <-Reducer 2 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_4] - PartitionCols:_col2, _col1,null sort order:zz,sort order:++ + PartitionCols:_col2, _col1 PTF Operator [PTF_3] (rows=26 width=491) Function definitions:[{},{"Partition table definition":{"name:":"noop","order by:":"_col2 ASC NULLS LAST","partition by:":"_col2"}},{"Partition table definition":{"name:":"noop","order by:":"_col2 ASC NULLS LAST","partition by:":"_col2"}}] Select Operator [SEL_2] (rows=26 width=491) Output:["_col1","_col2","_col5"] <-Map 1 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_1] - PartitionCols:p_mfgr,null sort order:z,sort order:+ + PartitionCols:p_mfgr TableScan [TS_0] (rows=26 width=223) default@part,part,Tbl:COMPLETE,Col:COMPLETE,Output:["p_mfgr","p_name","p_size"] @@ -5703,21 +5679,21 @@ Stage-0 Output:["_col1","_col2","_col5"] <-Reducer 3 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_7] - PartitionCols:_col2,null sort order:az,sort order:++ + PartitionCols:_col2 PTF Operator [PTF_6] (rows=26 width=491) Function definitions:[{},{"Partition table definition":{"name:":"noop","order by:":"_col2 ASC NULLS LAST","partition by:":"_col2"}},{"Partition table definition":{"name:":"noop","order by:":"_col2 ASC NULLS LAST","partition by:":"_col2"}}] Select Operator [SEL_5] (rows=26 width=491) Output:["_col1","_col2","_col5"] <-Reducer 2 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_4] - PartitionCols:_col2,null sort order:z,sort order:+ + PartitionCols:_col2 PTF Operator [PTF_3] (rows=26 width=491) Function definitions:[{},{"Partition table definition":{"name:":"noop","order by:":"_col2 ASC NULLS LAST, _col1 ASC NULLS LAST","partition by:":"_col2, _col1"}},{"Partition table definition":{"name:":"noop","order by:":"_col2 ASC NULLS LAST, _col1 ASC NULLS LAST","partition by:":"_col2, _col1"}}] Select Operator [SEL_2] (rows=26 width=491) Output:["_col1","_col2","_col5"] <-Map 1 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_1] - PartitionCols:p_mfgr, p_name,null sort order:zz,sort order:++ + PartitionCols:p_mfgr, p_name TableScan [TS_0] (rows=26 width=223) default@part,part,Tbl:COMPLETE,Col:COMPLETE,Output:["p_mfgr","p_name","p_size"] @@ -5745,12 +5721,12 @@ Stage-0 Output:["_col0","_col1"],keys:KEY._col0, KEY._col1 <-Reducer 2 [GROUP] GROUP [RS_4] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Group By Operator [GBY_3] (rows=500 width=178) Output:["_col0","_col1"],keys:KEY._col0, KEY._col1 <-Map 1 [GROUP PARTITION-LEVEL SORT] GROUP PARTITION-LEVEL SORT [RS_2] - PartitionCols:rand(),null sort order:aa,sort order:++ + PartitionCols:rand() Select Operator [SEL_1] (rows=500 width=178) Output:["key","value"] TableScan [TS_0] (rows=500 width=178) @@ -5883,7 +5859,7 @@ Stage-2 Output:["_col0","_col2"],condition map:[{"":"{\"type\":\"Inner\",\"left\":0,\"right\":1}"}],keys:{"0":"_col0","1":"_col0"} <-Map 1 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_6] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_2] (rows=500 width=87) Output:["_col0"] Filter Operator [FIL_12] (rows=500 width=87) @@ -5892,7 +5868,7 @@ Stage-2 default@src,src1,Tbl:COMPLETE,Col:COMPLETE,Output:["key"] <-Map 3 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_7] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_5] (rows=500 width=178) Output:["_col0","_col1"] Filter Operator [FIL_13] (rows=500 width=178) @@ -6190,7 +6166,7 @@ Stage-0 Output:["_col0","_col1","_col2","_col3"],condition map:[{"":"{\"type\":\"Inner\",\"left\":0,\"right\":1}"}],keys:{"0":"_col0","1":"_col0"} <-Map 1 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_6] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_2] (rows=500 width=178) Output:["_col0","_col1"] Filter Operator [FIL_11] (rows=500 width=178) @@ -6199,7 +6175,7 @@ Stage-0 default@src,src,Tbl:COMPLETE,Col:COMPLETE,Output:["key","value"] <-Map 3 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_7] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_5] (rows=500 width=178) Output:["_col0","_col1"] Filter Operator [FIL_12] (rows=500 width=178) @@ -6499,14 +6475,14 @@ Stage-0 Output:["_col0","_col1","_col3"],condition map:[{"":"{\"type\":\"Outer\",\"left\":0,\"right\":1}"}],keys:{"0":"_col2","1":"_col1"} <-Map 1 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_4] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Select Operator [SEL_1] (rows=1 width=368) Output:["_col0","_col1","_col2"] TableScan [TS_0] (rows=1 width=368) default@t1_n116,a,Tbl:COMPLETE,Col:NONE,Output:["key","val"] <-Map 5 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_5] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_3] (rows=1 width=184) Output:["_col0","_col1"] TableScan [TS_2] (rows=1 width=184) diff --git ql/src/test/results/clientpositive/tez/explainanalyze_1.q.out ql/src/test/results/clientpositive/tez/explainanalyze_1.q.out index d836361135..38da086cac 100644 --- ql/src/test/results/clientpositive/tez/explainanalyze_1.q.out +++ ql/src/test/results/clientpositive/tez/explainanalyze_1.q.out @@ -299,7 +299,7 @@ Stage-0 Output:["_col0","_col1"],aggregations:["count(KEY._col0)"],keys:KEY._col0 <-Map 1 [SIMPLE_EDGE] SHUFFLE [RS_2] - PartitionCols:key,null sort order:a,sort order:+ + PartitionCols:key Select Operator [SEL_1] (rows=500/500 width=87) Output:["key"] TableScan [TS_0] (rows=500/500 width=87) @@ -350,7 +350,7 @@ Stage-0 Conds:RS_6._col0=RS_7._col0(Inner) <-Map 1 [SIMPLE_EDGE] SHUFFLE [RS_6] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_2] (rows=166/497 width=87) Output:["_col0"] Filter Operator [FIL_16] (rows=166/497 width=87) @@ -359,7 +359,7 @@ Stage-0 default@src,a,Tbl:COMPLETE,Col:COMPLETE,Output:["key"] <-Map 4 [SIMPLE_EDGE] SHUFFLE [RS_7] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_5] (rows=166/0 width=91) Output:["_col0"] Filter Operator [FIL_17] (rows=166/0 width=91) @@ -403,7 +403,7 @@ Stage-0 Conds:RS_6._col0=RS_7._col0(Inner) <-Map 1 [SIMPLE_EDGE] SHUFFLE [RS_6] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_2] (rows=166/497 width=87) Output:["_col0"] Filter Operator [FIL_16] (rows=166/497 width=87) @@ -412,7 +412,7 @@ Stage-0 default@src,a,Tbl:COMPLETE,Col:COMPLETE,Output:["key"] <-Map 4 [SIMPLE_EDGE] SHUFFLE [RS_7] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_5] (rows=166/497 width=87) Output:["_col0"] Filter Operator [FIL_17] (rows=166/497 width=87) @@ -517,7 +517,7 @@ Stage-0 Conds:RS_6._col0=RS_7._col0(Inner),Output:["_col0","_col2"] <-Map 1 [SIMPLE_EDGE] SHUFFLE [RS_6] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_2] (rows=500/500 width=87) Output:["_col0"] Filter Operator [FIL_13] (rows=500/500 width=87) @@ -526,7 +526,7 @@ Stage-0 default@src,x,Tbl:COMPLETE,Col:COMPLETE,Output:["key"] <-Map 3 [SIMPLE_EDGE] SHUFFLE [RS_7] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_5] (rows=500/500 width=178) Output:["_col0","_col1"] Filter Operator [FIL_14] (rows=500/500 width=178) @@ -585,14 +585,14 @@ Stage-0 Conds:RS_3.key=RS_5.key(Inner),Output:["_col0","_col1"] <-Map 1 [SIMPLE_EDGE] SHUFFLE [RS_3] - PartitionCols:key,null sort order:a,sort order:+ + PartitionCols:key Filter Operator [FIL_12] (rows=500/500 width=178) predicate:key is not null TableScan [TS_0] (rows=500/500 width=178) default@src,a,Tbl:COMPLETE,Col:COMPLETE,Output:["key","value"] <-Map 3 [SIMPLE_EDGE] SHUFFLE [RS_5] - PartitionCols:key,null sort order:a,sort order:+ + PartitionCols:key Filter Operator [FIL_13] (rows=500/500 width=87) predicate:key is not null TableScan [TS_1] (rows=500/500 width=87) diff --git ql/src/test/results/clientpositive/tez/explainanalyze_3.q.out ql/src/test/results/clientpositive/tez/explainanalyze_3.q.out index 28b3c33475..7d303849d5 100644 --- ql/src/test/results/clientpositive/tez/explainanalyze_3.q.out +++ ql/src/test/results/clientpositive/tez/explainanalyze_3.q.out @@ -711,7 +711,6 @@ Stage-0 Output:["_col0","_col1"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_7] - null sort order:z,sort order:+ Select Operator [SEL_6] (rows=500/500 width=178) Output:["_col0","_col1"] TableScan [TS_0] (rows=500/500 width=178) @@ -961,7 +960,7 @@ Stage-0 BucketMapJoin:true,Conds:RS_29._col0=SEL_31._col0(Inner),Output:["_col0","_col1","_col3"] <-Map 1 [CUSTOM_EDGE] vectorized MULTICAST [RS_29] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_28] (rows=242/242 width=95) Output:["_col0","_col1"] Filter Operator [FIL_27] (rows=242/242 width=95) diff --git ql/src/test/results/clientpositive/tez/explainanalyze_4.q.out ql/src/test/results/clientpositive/tez/explainanalyze_4.q.out index a81e282cbc..4eb698ecd1 100644 --- ql/src/test/results/clientpositive/tez/explainanalyze_4.q.out +++ ql/src/test/results/clientpositive/tez/explainanalyze_4.q.out @@ -52,12 +52,11 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15","_col16","_col17","_col18","_col19","_col20","_col21","_col22","_col23"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_10] - null sort order:z,sort order:+ Merge Join Operator [MERGEJOIN_27] (rows=4626/10 width=528) Conds:RS_6._col2=RS_7._col2(Inner),Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15","_col16","_col17","_col18","_col19","_col20","_col21","_col22","_col23"] <-Map 1 [SIMPLE_EDGE] SHUFFLE [RS_6] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Select Operator [SEL_2] (rows=3078/10 width=231) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11"] Filter Operator [FIL_15] (rows=3078/10 width=231) @@ -66,7 +65,7 @@ Stage-0 default@alltypesorc,a,Tbl:COMPLETE,Col:COMPLETE,Output:["ctinyint","csmallint","cint","cbigint","cfloat","cdouble","cstring1","cstring2","ctimestamp1","ctimestamp2","cboolean1","cboolean2"] <-Map 4 [SIMPLE_EDGE] SHUFFLE [RS_7] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Select Operator [SEL_5] (rows=2298/10 width=231) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11"] Filter Operator [FIL_16] (rows=2298/10 width=231) @@ -156,7 +155,7 @@ Stage-0 Conds:RS_6._col0=RS_7._col0(Inner) <-Map 1 [SIMPLE_EDGE] SHUFFLE [RS_6] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_2] (rows=3078/10 width=2) Output:["_col0"] Filter Operator [FIL_16] (rows=3078/10 width=2) @@ -165,7 +164,7 @@ Stage-0 default@alltypesorc,a,Tbl:COMPLETE,Col:COMPLETE,Output:["cint"] <-Map 4 [SIMPLE_EDGE] SHUFFLE [RS_7] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_5] (rows=2298/10 width=2) Output:["_col0"] Filter Operator [FIL_17] (rows=2298/10 width=8) @@ -249,17 +248,16 @@ Stage-0 Output:["_col0","_col1"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_13] - null sort order:z,sort order:+ Group By Operator [GBY_11] (rows=3079/5 width=11) Output:["_col0","_col1"],aggregations:["count()"],keys:KEY._col0 <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_10] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_30] (rows=4626/10 width=3) Conds:RS_6._col1=RS_7._col0(Inner),Output:["_col0"] <-Map 1 [SIMPLE_EDGE] SHUFFLE [RS_6] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_2] (rows=3078/10 width=5) Output:["_col0","_col1"] Filter Operator [FIL_18] (rows=3078/10 width=5) @@ -268,7 +266,7 @@ Stage-0 default@alltypesorc,a,Tbl:COMPLETE,Col:COMPLETE,Output:["csmallint","cint"] <-Map 5 [SIMPLE_EDGE] SHUFFLE [RS_7] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_5] (rows=2298/10 width=2) Output:["_col0"] Filter Operator [FIL_19] (rows=2298/10 width=8) @@ -355,12 +353,11 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15","_col16","_col17","_col18","_col19","_col20","_col21","_col22","_col23"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_10] - null sort order:z,sort order:+ Map Join Operator [MAPJOIN_27] (rows=1501/10 width=236) Conds:RS_6.KEY.reducesinkkey0=RS_7.KEY.reducesinkkey0(Inner),DynamicPartitionHashJoin:true,Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15","_col16","_col17","_col18","_col19","_col20","_col21","_col22","_col23"] <-Map 4 [CUSTOM_SIMPLE_EDGE] PARTITION_ONLY_SHUFFLE [RS_7] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Select Operator [SEL_5] (rows=1365/10 width=236) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11"] Filter Operator [FIL_16] (rows=1365/10 width=236) @@ -369,7 +366,7 @@ Stage-0 default@alltypesorc,b,Tbl:COMPLETE,Col:NONE,Output:["ctinyint","csmallint","cint","cbigint","cfloat","cdouble","cstring1","cstring2","ctimestamp1","ctimestamp2","cboolean1","cboolean2"] <-Map 1 [CUSTOM_SIMPLE_EDGE] PARTITION_ONLY_SHUFFLE [RS_6] - PartitionCols:_col2,null sort order:a,sort order:+ + PartitionCols:_col2 Select Operator [SEL_2] (rows=1365/10 width=236) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11"] Filter Operator [FIL_15] (rows=1365/10 width=236) @@ -459,7 +456,7 @@ Stage-0 Conds:RS_6.KEY.reducesinkkey0=RS_7.KEY.reducesinkkey0(Inner),DynamicPartitionHashJoin:true <-Map 4 [CUSTOM_SIMPLE_EDGE] PARTITION_ONLY_SHUFFLE [RS_7] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_5] (rows=1365/10 width=236) Output:["_col0"] Filter Operator [FIL_17] (rows=1365/10 width=236) @@ -468,7 +465,7 @@ Stage-0 default@alltypesorc,b,Tbl:COMPLETE,Col:NONE,Output:["cint","cbigint"] <-Map 1 [CUSTOM_SIMPLE_EDGE] PARTITION_ONLY_SHUFFLE [RS_6] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_2] (rows=1365/10 width=236) Output:["_col0"] Filter Operator [FIL_16] (rows=1365/10 width=236) @@ -552,17 +549,16 @@ Stage-0 Output:["_col0","_col1"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_13] - null sort order:z,sort order:+ Group By Operator [GBY_11] (rows=750/5 width=236) Output:["_col0","_col1"],aggregations:["count()"],keys:KEY._col0 <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_10] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Map Join Operator [MAPJOIN_30] (rows=1501/10 width=236) Conds:RS_6.KEY.reducesinkkey0=RS_7.KEY.reducesinkkey0(Inner),DynamicPartitionHashJoin:true,Output:["_col0"] <-Map 5 [CUSTOM_SIMPLE_EDGE] PARTITION_ONLY_SHUFFLE [RS_7] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_5] (rows=1365/10 width=236) Output:["_col0"] Filter Operator [FIL_19] (rows=1365/10 width=236) @@ -571,7 +567,7 @@ Stage-0 default@alltypesorc,b,Tbl:COMPLETE,Col:NONE,Output:["cint","cbigint"] <-Map 1 [CUSTOM_SIMPLE_EDGE] PARTITION_ONLY_SHUFFLE [RS_6] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_2] (rows=1365/10 width=236) Output:["_col0","_col1"] Filter Operator [FIL_18] (rows=1365/10 width=236) diff --git ql/src/test/results/clientpositive/tez/explainanalyze_5.q.out ql/src/test/results/clientpositive/tez/explainanalyze_5.q.out index 0fd098d7e9..5088a3d155 100644 --- ql/src/test/results/clientpositive/tez/explainanalyze_5.q.out +++ ql/src/test/results/clientpositive/tez/explainanalyze_5.q.out @@ -135,7 +135,7 @@ Stage-3 Conds:RS_15._col0=RS_16._col0(Inner),Output:["_col0","_col2"] <-Map 7 [SIMPLE_EDGE] SHUFFLE [RS_16] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_14] (rows=500/500 width=178) Output:["_col0","_col1"] Filter Operator [FIL_31] (rows=500/500 width=178) @@ -144,7 +144,7 @@ Stage-3 default@src,src,Tbl:COMPLETE,Col:COMPLETE,Output:["key","value"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_15] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_11] (rows=525/319 width=87) Output:["_col0"] Group By Operator [GBY_10] (rows=525/319 width=178) @@ -152,7 +152,7 @@ Stage-3 <-Union 2 [SIMPLE_EDGE] <-Map 1 [CONTAINS] Reduce Output Operator [RS_48] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Select Operator [SEL_46] (rows=500/500 width=178) Output:["_col0","_col1"] Filter Operator [FIL_45] (rows=500/500 width=178) @@ -161,7 +161,7 @@ Stage-3 Output:["key","value"] <-Map 6 [CONTAINS] Reduce Output Operator [RS_53] - PartitionCols:_col0, _col1,null sort order:aa,sort order:++ + PartitionCols:_col0, _col1 Select Operator [SEL_51] (rows=25/25 width=175) Output:["_col0","_col1"] Filter Operator [FIL_50] (rows=25/25 width=175) @@ -319,7 +319,7 @@ Stage-3 Output:["_col0","_col1","_col2","_col3"] <-Map 1 [SIMPLE_EDGE] SHUFFLE [RS_3] - PartitionCols:UDFToInteger(_col0),null sort order:z,sort order:+ + PartitionCols:UDFToInteger(_col0) Select Operator [SEL_2] (rows=2/2 width=302) Output:["_col0","_col1","_col3"] Filter Operator [FIL_9] (rows=2/2 width=226) @@ -436,7 +436,7 @@ Stage-3 Output:["_col0"] <-Map 1 [SIMPLE_EDGE] SHUFFLE [RS_3] - PartitionCols:UDFToInteger(_col0),null sort order:z,sort order:+ + PartitionCols:UDFToInteger(_col0) Select Operator [SEL_2] (rows=1/8 width=3) Output:["_col0"] Filter Operator [FIL_8] (rows=1/8 width=3) diff --git ql/src/test/results/clientpositive/tez/explainuser_3.q.out ql/src/test/results/clientpositive/tez/explainuser_3.q.out index 13d09ae085..2377a6674e 100644 --- ql/src/test/results/clientpositive/tez/explainuser_3.q.out +++ ql/src/test/results/clientpositive/tez/explainuser_3.q.out @@ -49,7 +49,6 @@ Stage-0 Output:["_col0","_col1"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_6] - null sort order:zz,sort order:++ Select Operator [SEL_5] (rows=10 width=101) Output:["_col0","_col1"] TableScan [TS_0] (rows=10 width=101) @@ -568,7 +567,6 @@ Stage-0 Output:["_col0","_col1"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_7] - null sort order:z,sort order:+ Select Operator [SEL_6] (rows=500 width=178) Output:["_col0","_col1"] TableScan [TS_0] (rows=500 width=178) @@ -796,7 +794,7 @@ Stage-0 BucketMapJoin:true,Conds:RS_29._col0=SEL_31._col0(Inner),Output:["_col0","_col1","_col3"] <-Map 1 [CUSTOM_EDGE] vectorized MULTICAST [RS_29] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_28] (rows=242 width=95) Output:["_col0","_col1"] Filter Operator [FIL_27] (rows=242 width=95) diff --git ql/src/test/results/clientpositive/tez/multi_count_distinct.q.out ql/src/test/results/clientpositive/tez/multi_count_distinct.q.out index 5db15351d6..e647d3a2e4 100644 --- ql/src/test/results/clientpositive/tez/multi_count_distinct.q.out +++ ql/src/test/results/clientpositive/tez/multi_count_distinct.q.out @@ -53,7 +53,7 @@ Stage-0 Output:["_col0","_col1","_col2","_col3"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3 <-Map 1 [SIMPLE_EDGE] SHUFFLE [RS_4] - PartitionCols:_col0, _col1, _col2, _col3,null sort order:aaaa,sort order:++++ + PartitionCols:_col0, _col1, _col2, _col3 Group By Operator [GBY_3] (rows=13 width=101) Output:["_col0","_col1","_col2","_col3"],keys:_col0, _col1, _col2, 0L Select Operator [SEL_1] (rows=9 width=93) @@ -137,7 +137,7 @@ Stage-0 Output:["_col0","_col1","_col2","_col3"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3 <-Map 1 [SIMPLE_EDGE] SHUFFLE [RS_4] - PartitionCols:_col0, _col1, _col2, _col3,null sort order:aaaa,sort order:++++ + PartitionCols:_col0, _col1, _col2, _col3 Group By Operator [GBY_3] (rows=22 width=101) Output:["_col0","_col1","_col2","_col3"],keys:_col0, _col1, _col2, 0L Select Operator [SEL_1] (rows=9 width=93) diff --git ql/src/test/results/clientpositive/tez/tez-tag.q.out ql/src/test/results/clientpositive/tez/tez-tag.q.out index 9776ce623e..d070ef611c 100644 --- ql/src/test/results/clientpositive/tez/tez-tag.q.out +++ ql/src/test/results/clientpositive/tez/tez-tag.q.out @@ -218,7 +218,7 @@ Stage-0 Conds:RS_12._col0=RS_13._col0(Inner) <-Map 6 [SIMPLE_EDGE] SHUFFLE [RS_13] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_8] (rows=500 width=4) Output:["_col0"] Filter Operator [FIL_28] (rows=500 width=4) @@ -227,12 +227,12 @@ Stage-0 default@tab_part_n6,b,Tbl:COMPLETE,Col:COMPLETE,Output:["key"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_12] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Merge Join Operator [MERGEJOIN_29] (rows=39 width=4) Conds:RS_9._col1=RS_10._col0(Inner),Output:["_col0"] <-Map 1 [SIMPLE_EDGE] SHUFFLE [RS_9] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Select Operator [SEL_2] (rows=242 width=95) Output:["_col0","_col1"] Filter Operator [FIL_26] (rows=242 width=95) @@ -241,7 +241,7 @@ Stage-0 default@tab_n5,a,Tbl:COMPLETE,Col:COMPLETE,Output:["key","value"] <-Map 5 [SIMPLE_EDGE] SHUFFLE [RS_10] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_5] (rows=25 width=89) Output:["_col0"] Filter Operator [FIL_27] (rows=25 width=89) @@ -299,7 +299,7 @@ Stage-0 Conds:RS_21._col1=RS_22._col0(Inner) <-Map 7 [SIMPLE_EDGE] SHUFFLE [RS_22] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Select Operator [SEL_17] (rows=8 width=89) Output:["_col0"] Filter Operator [FIL_38] (rows=8 width=175) @@ -308,7 +308,7 @@ Stage-0 default@src1,c,Tbl:COMPLETE,Col:COMPLETE,Output:["key","value"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_21] - PartitionCols:_col1,null sort order:a,sort order:+ + PartitionCols:_col1 Merge Join Operator [MERGEJOIN_39] (rows=121 width=184) Conds:FIL_35._col0=GBY_13._col0(Inner),Output:["_col1"] <-Group By Operator [GBY_13] (rows=121 width=4) @@ -319,7 +319,7 @@ Stage-0 Output:["_col0","_col1"],aggregations:["min(VALUE._col0)"],keys:KEY._col0 <-Map 1 [SIMPLE_EDGE] SHUFFLE [RS_4] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_3] (rows=121 width=188) Output:["_col0","_col1"],aggregations:["min(value)"],keys:key Filter Operator [FIL_36] (rows=242 width=95) @@ -328,7 +328,7 @@ Stage-0 default@tab2_n2,x,Tbl:COMPLETE,Col:COMPLETE,Output:["key","value"] <-Map 5 [SIMPLE_EDGE] SHUFFLE [RS_12] - PartitionCols:_col0,null sort order:a,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_11] (rows=121 width=4) Output:["_col0"],keys:key Filter Operator [FIL_37] (rows=242 width=4) diff --git ql/src/test/results/clientpositive/tez/topnkey.q.out ql/src/test/results/clientpositive/tez/topnkey.q.out index 45947d0be8..cf2ecf7133 100644 --- ql/src/test/results/clientpositive/tez/topnkey.q.out +++ ql/src/test/results/clientpositive/tez/topnkey.q.out @@ -214,16 +214,15 @@ Stage-0 Output:["_col0"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_6] - null sort order:z,sort order:+ Group By Operator [GBY_4] (rows=250 width=87) Output:["_col0"],keys:KEY._col0 <-Map 1 [SIMPLE_EDGE] SHUFFLE [RS_3] - PartitionCols:_col0,null sort order:z,sort order:+ + PartitionCols:_col0 Group By Operator [GBY_2] (rows=250 width=87) Output:["_col0"],keys:key Top N Key Operator [TNK_10] (rows=500 width=87) - keys:key,null sort order:z,sort order:+,top n:5 + keys:key,top n:5 Select Operator [SEL_1] (rows=500 width=87) Output:["key"] TableScan [TS_0] (rows=500 width=87)