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/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)